problem at installation
joris.verschueren - August 26, 2008 - 15:08
| Project: | Airplane Reservation System |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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.
#1
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
#2
#3
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
#4
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.
#5
I modified line 14 as follow and it is no more blocking the website, or making error or warning:
<?phprequire_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.
#6
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.