PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Error 1 on only certain forums (http://www.photopost.com/forum/photopost-pro-installation-upgrades/122235-error-1-only-certain-forums.html)

Fortissimo January 13th, 2006 10:39 PM

Error 1 on only certain forums
 
If it's not one thing, it's another and I'm about to find the nearest cliff and jump off of it.

Here is the situation:

Members Gallery (no sub categories)
Permissions are set so that everyone can view. Everyone but guests can upload or post.

Uploading an image to this gallery gives no errors.

Gallery #2 (3 sub categories)
Permissions for main and sub categories is that everyone can view. Everyone but goests can upload or post.

At the top of the screen I get this error:

Quote:

Warning: copy(/home/name/public_html/gallery/data/505/thumbs/e20.jpg): failed to open stream: Permission denied in /home/name/public_html/gallery/image-inc.php on line 241
The thumb does not generate.

Gallery #3
Permission for main and sub categories is that only admin and team can view, upload or post.

I get this error when uploading at the top of the screen:

Quote:

Warning: copy(/home/name/public_html/gallery/data/515/thumbs/e20.jpg): failed to open stream: Permission denied in /home/name/public_html/gallery/image-inc.php on line 241

Warning: copy(/home/name/public_html/gallery/data/515/thumbs/200.jpg): failed to open stream: Permission denied in /home/name/public_html/gallery/image-inc.php on line 260
I then get this error in the usual "view" window

Quote:

Error creating thumbnail! Error code: 1

Command:

"/usr/bin/mogrify" -size 100x100 -quality 70 -geometry 100x100 -unsharp 10 '/home/name/public_html/gallery/data/515/thumbs/200.jpg'
I deleted the profile thing that was mentioned in other posts when there was an issue with an outdated Imagemagick, however, it still comes up with this Error code 1 minutes the words profile in it.

Background:

We are moving to a new server and converting from phpBB to SMF. We have been having issues with the usergroups and SMF. Server has most recent version that Centos gives to it's users to use.

Yeah, this is where I just go sit in a corner and mutter things like "It's my red stapler..."

Chuck S January 13th, 2006 11:13 PM

Hello this will help

FTP to your server and go to your data directory and check every subdirectory and make sure it is 777. Also every subdirectory of that has to also be 777. The mini thumbs and medium ones. failed to copy tells me that that specific directory is not 777.

If you have SSH on the new server you can use SSH and type this command

chmod -R 777 /home/name/public_html/gallery/data

Fortissimo January 14th, 2006 06:22 AM

I'll will re-check this.


All times are GMT -5. The time now is 02:56 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