|
Attention: Last reply in this thread was more than 17 Years ago |
|
Thread Tools |
#1
|
|||
|
|||
New images work, but old ones are missing
I've had PhotoPlog Lite installed for a little over a year. Inexplicably, my existing images have been invisible for the last month. They're on the server, chmoded to 644 (dirs are 777), and logged in the DB, but never appear.
New uploads work fine, and I've tried manipulating the fileuploads table's "filename" column to hack old images into new fileids, but they're still invisible. Is there a photo cache hidden deep in the program that needs to be reset? Last edited by icon; 09-06-2007 at 12:52 AM.. |
#2
|
||||
|
||||
Double check that all image files are 644 and the PhotoPlog images directory, and all subdirectories within the PhotoPlog images directory, have 777 permissions. On a *nix server, to set 777 permissions in one go via hell, cd to your PhotoPlog images directory, and then type the following:
Code:
Content visible to registered users only.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
#3
|
|||
|
|||
All of the directories and subdirectories are set to 777.
The /images/1/*.jpg files are set to 600. The /images/1/[small/medium/large]/*.jpg files are set to 600. Permissions are identical for working and non-working images. |
#4
|
||||
|
||||
The 600 permissions are not web accessible permissions, so try changing the 600 permissions to 644 permissions.
PhotoPlog Lite only assigns permissions to directories. Files themselves take the default server permissions. If you need to change the default server permsisions, to avoid 600 permissions being assigned, check out the umask command. Alternatively, you can try adding the following line: Code:
Content visible to registered users only. Code:
Content visible to registered users only.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Missing images after upgrade | sumacbob | Troubleshooting & Problems | 1 | 08-17-2007 06:32 PM |
Missing images after server move | Mayers | Troubleshooting & Problems | 3 | 08-06-2006 06:11 AM |
Images Missing | Reece^B | Troubleshooting & Problems | 6 | 06-03-2006 11:50 PM |
Missing Images. | animehawk | Troubleshooting & Problems | 10 | 03-08-2006 12:56 PM |