In resi.module on line 14 is written
require_once('includes/sunriseset.php');
This does not work with multi site installations.

For me this worked
require_once('sunriseset.php');

I suppose this is the correct one (I did not test)
require_once($path . '/sunriseset.php');

Comments

Corny’s picture

Jochen Wendebaum has already reported this bug. sorry for the double entry.

jochen wendebaum’s picture

Status: Active » Closed (fixed)

I just released a new reservation system for Drupal 6, based on this module, and rewritten completly from scracht.

http://drupal.org/project/simple_reservation

The "airplane reservation system" won't be touched anymore in the future, all efforts go into this new project.