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
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
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.