 |
 |
 |
 |
#241337 - 03/21/03 07:54 PM
Help with PhotoPost Pro!!!
|
Member
Registered: 01/29/03
Posts: 258
Loc: SF, CA
|
Hi Gang,<br /><br />I am getting like one response a day over on the PP support site, and this is just ridiculous... I bought PPPro, after seeing and hearing many great things about it, including how simple it was to install...<br /><br />Well, we bought it 5 days ago, and after 2 failed installs, 2 complete removals of all files and DB tables, I am finally able to access the admin page and finish the setup.<br /><br />What I cannot do is upload photos. Everything I have tried fails with DB errors. My mogrify path is correct, so the host says, everything else seems to be in order but I keep getting:<br /><br />Database error! Please report to System Administrator.<br /><br />INSERT INTO photos (id,user,userid,cat,date,title,description,keyword<br />s,bigimage,width,height,filesize,medwidth,medheigh<br />t,medsize,approved,lastpost,watermarked,allowprint<br />,extra1,extra2,extra3,extra4,extra5,extra6) values(NULL,'Raconteur', 79, 509, 1048191297, 'barbouriLg', '', '', 'barbouriLg.jpg', 640, 480, 97407, , , , 1, 1048191297, 'no','','','','','','','') <br /><br /><br />I had another user try to upload a photo and she got:<br /><br />Error creating resized medium image! Error code: 1 Command attempted: /usr/bin/mogrify -format JPG -geometry 320x320 /s101/home4/syngnathids/ubbthreads/PP/data/509/4MVC-008F-med.JPG <br /><br />After checking with the domain host about the veracity of the location of mogrify, they say that according to their documentation the format param should be "JPEG" not "JPG"... I cannot imagine that being the problem as it would appear everyone else would see the same issue. Although, there are several posts over at PP regarding the database error...<br /><br />Now, I am left in the lurch... I am trying to get this thing running so my staff can populate the photo galleries before my energy completely runs out, and working at a one message a day rate is not cutting it.<br /><br />So... I am hoping that SOMEONE here can shed some light, and maybe help me figure out why this software won't work.<br /><br />Thanks!<br /><br />Chris
_________________________
"Some dream of doing great things, while others stay awake and get on with it." -- Anonymous
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#241338 - 03/22/03 03:30 AM
Re: Help with PhotoPost Pro!!!
[Re: ]
|
User
Registered: 03/28/01
Posts: 44
|
[] INSERT INTO photos (id,user,userid,cat,date,title,description,keyword <br />s,bigimage,width,height,filesize,medwidth,medheigh <br />t,medsize,approved,lastpost,watermarked,allowprint <br />,extra1,extra2,extra3,extra4,extra5,extra6) values(NULL,'Raconteur', 79, 509, 1048191297, 'barbouriLg', '', '', 'barbouriLg.jpg', 640, 480, 97407, , , , 1, 1048191297, 'no','','','','','','','') [/] <br /> <br />File image-inc.php line 540: <br /> <br />Find: $query = "INSERT INTO photosINSERT INTO photo... <br /> values(NULL,'$username',.... <br />change values(..) to <br /> <br />values(NULL,'$username', '$userid', '$thecat', '$julian', '$ititle', '$idesc', '$ikeywords', '$realname', '$imagewidth', '$imageheight', '$imagesize', <br /> '$medwidth', '$medheight', '$medsize', '$moderate', '$julian', '$watermarked','$allowprint','$extra1','$extra2','$extra3','$extra4','$extra5','$extra6')"; <br />
Edited by Goshik (03/22/03 04:21 AM)
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|