Installation problem : images not displaying Installation problem : images not displaying
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Installation problem : images not displaying

Started by laurie1681, August 19, 2008, 10:50:01 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

laurie1681

I 'm searching and doesn't find an answer ..for my particular case.

I'm running the latest versions of both cpg and cpmfetch :

There are no errors but the images are not displaying..(only boxes and urls)

"Test images - found a total of 1175 images:
If all went well, you will see some random images from your gallery displayed here. If not, you may in fact have a problem and will need to seek help by clicking here.
tdkchicago_29_www_kepfeltoltes_hu_.jpg

432 views    tdkchicago_28_www_kepfeltoltes_hu_.jpg

402 views    tdkchicago_27_www_kepfeltoltes_hu_.jpg

429 views    90296848605_www_kepfeltoltes_hu_.jpg

805 views"

Is there a problem with the cpg path i followed your recommandations and it still doesn't work..

thanks in advance for your help

capecodgal

double check your url link in your config; log into the gallery and go to the config settings then make sure the url or paths are correct. If I remember I think I had this issue once as mine was set to /gallery instead of /photos

sqplus

I also had this problem when installing cpmFetch..

after some digging about and looking at the page source to see the error it turned out that cpmfetch wasnt looking to the correct location for the pic's.

i found by opening the cpmfetch_config.php and changing

'filesystem_path_to_cpg' => '/', 

to

'filesystem_path_to_cpg' => '/home/YOUR_CPANEL_USER_NAME/public_html/YOUR_GALLERY_FOLDER_NAME/',

the missing pictures i had before now show.

Im guessing that your host is using cpanel , if not you might have to change the the above line to match what you have.

Hope this has helped in some way.