PDA

View Full Version : problem with vBa CMPS Thumbs


schlizzag
01-11-2008, 04:44 PM
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, 05: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:
Content visible to registered users only.
Alternatively, edit the modification for vBa so that it uses static instead of dynamic links.

357magnum
01-11-2008, 09: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, 03: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, 09: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/photoplog/images/233/small/1_yarnell8.jpg). but when they are called dynamically from that particular page, it returns nothing (i.e. http://www.devil-riders.com/vb/photoplog/file.php?n=13&w=s in the source)

schlizzag
01-14-2008, 09:52 PM
took your earlier advice and just edited the code to point to the static images... thanks for the help!