I also have image links and loading problem
Hi. I think this is the same as my problem too.
I had PowerGallery working fine on a testing site. Please see:
residential.php
But when installed on client's site
residential.php
the images will not load. On Firefox it just says loading and on Safari you see broken links to images.
My global.php is as you say it should be. I have noted that the PHP link looks different to that of my testing site? Testing site looks like:
<?php
$pg_id = '1';
$pg_theme = 'light';
include('/var/www/vhosts/123design.co.uk/subdomains/testing/httpdocs/images/gallery/PowerGallery100/galleries/ribbon_fullsize_brooks_2/index.php');
?>
Client site looks like:
<?php
$pg_id = '1';
$pg_theme = 'light';
include('/vhost/vhost8/b/r/o/brooksarchitects.com/www/images/gallery/PowerGallery100/galleries/ribbon_fullsize_brooks_2/index.php');
?>
Might this be a problem with the host? Help appreciated asap.
Thanks
Janice


