Closed (fixed)
Project:
Airplane Reservation System
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2008 at 11:04 UTC
Updated:
9 Jul 2009 at 10:50 UTC
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
Comment #1
Corny commentedJochen Wendebaum has already reported this bug. sorry for the double entry.
Comment #2
jochen wendebaum commentedI 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.