My gallery was not working, so i loaded the viewer_xml.php directly, and got this error:

Warning: require_once(./includes/bootstrap.inc) [function.require-once]: failed to open stream: No such file or directory in /var/www/home/sites/all/modules/home/helper_modules/home_gallery/viewer_xml.php on line 15

Fatal error: require_once() [function.require]: Failed opening required './includes/bootstrap.inc' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/home/sites/all/modules/home/helper_modules/home_gallery/viewer_xml.php on line 15

I manages to solve that with hardcoding the path (auch), but then the same kind of error started occuring in the bootstrap.inc file itself.

I am running kubuntu 7.10 with apache2 and php5.2

Comments

Michael M’s picture

Assigned: Unassigned » Michael M

The module is not compatible with multi-site installs. This is something that I will look into fixing in the next release.

The reason I developed it to use the viewer_xml.php file was with efficiency in mind.

A related issue on multisite installs is the viewer.swf file not being loaded properly.

Michael M’s picture

Status: Active » Fixed

Fixed and committed. Check the latest release.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.