PDA

View Full Version : error viewing profile Albums


PHILIPS-08
02-25-2009, 06:39 PM
https://vborg.vbsupport.ru/external/2009/02/13.jpg

excuse me for my english

Please any one know How this happend please help ... :(

Lynne
02-25-2009, 07:04 PM
That is a modification, so you should be asking this question in the modification thread. However, I can tell you that your paths are incorrect for the images and so you will have to figure out if the path is incorrect in your admin cp or in the all_albums.php page.

PHILIPS-08
02-25-2009, 07:12 PM
Thank u lynne for the respond..

where is the path located at admin cp ?? I don't no where is all_albums.php can u please tell me .

Lynne
02-25-2009, 07:27 PM
all_albums.php is from a modification you installed. Check your list of Installed Modifications under the User CP drop-down.

You may check the path in your admin cp with debug mode on in vboptions > version info and other untouchables. Look at Album Thumbnail URL and make sure it looks something like "/forums/images/albumthumbs" - it is the path relative to your main forum

PHILIPS-08
02-26-2009, 07:28 AM
where is the debug mode loacted at .. I search at vboptions but i coudn't find it

The reason is when ever i upload pic to profile album It's not working .. It not showing the image .....

mmoore5553
02-26-2009, 09:06 AM
phil

find me today and i will fix it for you .... just find me on msn.

Lynne
02-26-2009, 01:39 PM
where is the debug mode loacted at .. I search at vboptions but i coudn't find it

The reason is when ever i upload pic to profile album It's not working .. It not showing the image .....
In config.php, you would add:

$config['Misc']['debug'] = true;

That will show debug mode to everyone. If you know your IP, you can probably do this to just show it to yourself:

if ($_SERVER["REMOTE_ADDR"] == "xx.xx.xx.xx") {
$config['Misc']['debug'] = true;
}

PHILIPS-08
02-26-2009, 07:02 PM
Thank u lynne for the respond and your help :) mmoore5553 (https://vborg.vbsupport.ru/member.php?u=269474) https://vborg.vbsupport.ru/external/2010/01/8.gif Fixed my problem He come to my admin cp panel and spend more than 2 hours check every single file the he find out the wroung one the he fixed it . thank u matthew . :up: :):):) He is perfect help for to everyone.. :) Good job mmoore5553 (https://vborg.vbsupport.ru/member.php?u=269474) :) thank u again :)

mmoore5553
02-26-2009, 07:04 PM
no problem ...

this was actually a bigger issue ...any kind of albums was not working correctly at all in any profile . i went ahead and check all files and ran diagnostic and picture.php was error out .... permission issue on that file. change and working now .

dirtycrow
03-01-2009, 11:01 AM
i seem to be having the same issue.

mmoore5553
03-02-2009, 11:19 AM
dirty cow is it all albums ..if so run a diagnostic and lthen run suspect file versions and see if you get any errors. If you get one on picture.php then you need to change the permission on the file.

dirtycrow
03-02-2009, 12:44 PM
dirty cow is it all albums ..if so run a diagnostic and lthen run suspect file versions and see if you get any errors. If you get one on picture.php then you need to change the permission on the file.
ran and no errors. it is on all the albums.

--------------- Added 1236005530 at 1236005530 ---------------

oops, it does say "file does not contain expected contents.

--------------- Added 1236005874 at 1236005874 ---------------

ok, and oddly nuff thumbnails for any new images uploaded do not work but ones prior to the upgrade to 3.8.0 do.

mmoore5553
03-05-2009, 06:05 PM
i would check the permissions on the same file as mentioned above ..it probably has 000 permissions
also i have not seen you on IM to help.