surprisingly, upon activation of the installed module, I get a message that something's missing in line 14. what would be required to get the thing working? I have had to delete the module from the module folder in order to see my website again - that means: as long as the module files were present in the root, I could only see an error message.
I am completely stunned, actually. I hope this would help in the further development. I am hereby also offering dutch or english localisation.

Joris

    * Resi module table creation was unsuccessful.
    * warning: require_once(includes/sunriseset.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\fzovllocal\modules\airplane_reservation\resi.module on line 14.
    * warning: require_once(includes/sunriseset.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\fzovllocal\modules\airplane_reservation\resi.module on line 14.
    * warning: require_once(includes/sunriseset.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\fzovllocal\modules\airplane_reservation\resi.module on line 14.
    * warning: require_once(includes/sunriseset.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\fzovllocal\modules\airplane_reservation\resi.module on line 14.
    * warning: require_once(includes/sunriseset.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\fzovllocal\modules\airplane_reservation\resi.module on line 14.
    * warning: require_once(includes/sunriseset.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\fzovllocal\modules\airplane_reservation\resi.module on line 14.
    * warning: require_once(includes/sunriseset.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\fzovllocal\modules\airplane_reservation\resi.module on line 14.
    * warning: require_once(includes/sunriseset.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\fzovllocal\modules\airplane_reservation\resi.module on line 14.
    * warning: require_once(includes/sunriseset.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\fzovllocal\modules\airplane_reservation\resi.module on line 14.

Comments

joris.verschueren’s picture

I tried to repeat the problem. funny enough, I get a slightly different situation.
upon extracting the module into the "modules" folder, when I try to view my website, i get the error message
Fatal error: Call to undefined function node_get_types() in C:\xampp\htdocs\fzovllocal\includes\theme.inc on line 272

after deleting the airplane_reservation folder from the modules folder, I get the following warning:
warning: require_once(includes/sunriseset.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\fzovllocal\modules\airplane_reservation\resi.module on line 14.
would I need to unqualify a line somewhere? As you read, I'm not your developping man and very reluctant to start experimenting with settings without a clue. but if someone could suggest a solution for this, I would be glad to investigate further.

thanks,

Joris

joris.verschueren’s picture

Priority: Normal » Critical
jean-bernard.addor’s picture

Just after selecting the module on d5.12 the site is blocked, white page with:
Fatal error: require_once() [function.require]: Failed opening required 'includes/sunriseset.php' (include_path='.:/usr/share/php:/usr/share/pear') in ...modules/airplane_reservation/resi.module on line 14

jochen wendebaum’s picture

I am really sorry for that bug and will take a look at that asap. The problem is that the tables are not installed correctly into the DB.

jean-bernard.addor’s picture

I modified line 14 as follow and it is no more blocking the website, or making error or warning:

require_once($path . '/sunriseset.php');

I just uninstalled the module and was surprised they were no uninstall script. I will just check the database if the resi table still subsist.

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.

andrearomo’s picture

Hey Joris.... Greeting from mexico!