PhotoPlog

PhotoPlog (http://www.photoplog.com/forum/index.php)
-   Troubleshooting & Problems (http://www.photoplog.com/forum/forumdisplay.php?f=6)
-   -   problem with vBa CMPS Thumbs (http://www.photoplog.com/forum/showthread.php?t=2034)

schlizzag 01-11-2008 03:44 PM

problem with vBa CMPS Thumbs
 
as of yesterday, the photoplog on my website displayed no images whatsoever. this morning, i discovered that there was an update to 2.0.7, so i did that. the gallery now works fine (http://www.devil-riders.com/vb/photoplog/)

however, the thumbs on the vba index (http://www.devil-riders.com/) still do not appear. any ideas???

permissions are set for all usergroups to be able to view files, at minimum

Morgan 01-11-2008 04:36 PM

Check that 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:

find YOUR_PHOTOPLOG_IMAGES_DIR -type d | xargs chmod 777
Alternatively, edit the modification for vBa so that it uses static instead of dynamic links.

357magnum 01-11-2008 08:18 PM

Hey Morgan,

thanks for the reply. I am from the same site as well. I checked the permissions and it is set to 777.

I did not see the static setting you refer to in the vBa options so I couldn't try that. any other ideas?

thanks!

Morgan 01-14-2008 02:14 PM

There is no setting for that modification. You'd need to edit the code if you want the modification to output static links.

schlizzag 01-14-2008 08:27 PM

whoops, i thought i had subscribed to this thread, but i guess not..

this is bothering me, because the thumbs had been working on the cmps page for while, and just decided to stop working at some point

i've double checked the directories and they are all (as well as all images inside) set to 777. in fact, images can be viewed directly from the static paths (i.e. http://www.devil-riders.com/vb/photo...1_yarnell8.jpg). but when they are called dynamically from that particular page, it returns nothing (i.e. http://www.devil-riders.com/vb/photo...p?n=13&w=s in the source)

schlizzag 01-14-2008 08:52 PM

took your earlier advice and just edited the code to point to the static images... thanks for the help!


All times are GMT. The time now is 11:02 AM.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.