PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   notcat? and jpegtran and error code 1? (http://www.photopost.com/forum/photopost-pro-installation-upgrades/114962-notcat-jpegtran-error-code-1-a.html)

Mikan July 20th, 2005 05:55 PM

notcat? and jpegtran and error code 1?
 
What could be wrong when a user tries to upload multiple pictures but the result is this - what is that notcat?

Warning: getimagesize(/pics/data/notcat/pic1.jpg): failed to open stream: No such file or directory in /pics/image-inc.php on line 214

Warning: copy(/pics/data/notcat/pic1.jpg): failed to open stream: No such file or directory in /pics/image-inc.php on line 241

Warning: getimagesize(/pics/data/notcat/pic1.jpg): failed to open stream: No such file or directory in /pics/image-inc.php on line 412

and then:

Problem running JPEGTRAN:

"/usr/bin/jpegtran" -copy none /pics/data/notcat/pic1.jpg

Error Code: 1

Chuck S July 21st, 2005 09:06 AM

notcat means a category that is a top level parent that does not contain thumbs. You can not upload to it and should be getting an error trying to

if ( $category == "notcat" ) {
diewell( $Globals['pp_lang']['topcat'] );
}


All times are GMT -5. The time now is 06:03 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97