I tried to install the software and everything looks fine until I try to connect from the main page that takes you to the invokeGenie.php screen. The web error log shows the following (I masked the site name due to security concerns):
[Wed Apr 6 15:01:34 2005] [error] PHP Fatal error: Cannot instantiate non-existent class: databaseconnectionpool in /home/xxxxx/public_html/genie/web/common/invokeGenie.php on line 13
[Wed Apr 6 15:01:34 2005] [error] PHP Warning: main(): Failed opening 'CLASS_DATABASE_CONNECTION_POOL' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxx/public_html/genie/web/common/invokeGenie.php on line 2
[Wed Apr 6 15:01:34 2005] [error] PHP Warning: main(CLASS_DATABASE_CONNECTION_POOL): failed to open stream: No such file or directory in /home/xxxxx/public_html/genie/web/common/invokeGenie.php on line 2
[Wed Apr 6 15:01:34 2005] [error] PHP Warning: main(): Failed opening 'genieConfiguration.inc.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxx/public_html/genie/web/common/invokeGenie.php on line 1
[Wed Apr 6 15:01:34 2005] [error] PHP Warning: main(genieConfiguration.inc.php): failed to open stream: No such file or directory in /home/xxxxx/public_html/genie/web/common/invokeGenie.php on line 1
[Wed Apr 6 15:01:30 2005] [error] PHP Fatal error: Cannot instantiate non-existent class: databaseconnectionpool in /home/xxxxx/public_html/genie/web/common/invokeGenie.php on line 13
[Wed Apr 6 15:01:30 2005] [error] PHP Fatal error: Cannot instantiate non-existent class: databaseconnectionpool in /home/xxxxx/public_html/genie/web/common/invokeGenie.php on line 13
What am I missing out?
Please advise,
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hmm, when I was stuck I added some code to debug & I was getting similar errors. I ended up changing the DB access method, and then everything worked fine.
I tried to install the software and everything looks fine until I try to connect from the main page that takes you to the invokeGenie.php screen. The web error log shows the following (I masked the site name due to security concerns):
[Wed Apr 6 15:01:34 2005] [error] PHP Fatal error: Cannot instantiate non-existent class: databaseconnectionpool in /home/xxxxx/public_html/genie/web/common/invokeGenie.php on line 13
[Wed Apr 6 15:01:34 2005] [error] PHP Warning: main(): Failed opening 'CLASS_DATABASE_CONNECTION_POOL' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxx/public_html/genie/web/common/invokeGenie.php on line 2
[Wed Apr 6 15:01:34 2005] [error] PHP Warning: main(CLASS_DATABASE_CONNECTION_POOL): failed to open stream: No such file or directory in /home/xxxxx/public_html/genie/web/common/invokeGenie.php on line 2
[Wed Apr 6 15:01:34 2005] [error] PHP Warning: main(): Failed opening 'genieConfiguration.inc.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxx/public_html/genie/web/common/invokeGenie.php on line 1
[Wed Apr 6 15:01:34 2005] [error] PHP Warning: main(genieConfiguration.inc.php): failed to open stream: No such file or directory in /home/xxxxx/public_html/genie/web/common/invokeGenie.php on line 1
[Wed Apr 6 15:01:30 2005] [error] PHP Fatal error: Cannot instantiate non-existent class: databaseconnectionpool in /home/xxxxx/public_html/genie/web/common/invokeGenie.php on line 13
[Wed Apr 6 15:01:30 2005] [error] PHP Fatal error: Cannot instantiate non-existent class: databaseconnectionpool in /home/xxxxx/public_html/genie/web/common/invokeGenie.php on line 13
What am I missing out?
Please advise,
Thanks!
Hmm, when I was stuck I added some code to debug & I was getting similar errors. I ended up changing the DB access method, and then everything worked fine.
See my post on https://sourceforge.net/forum/forum.php?thread_id=1173979&forum_id=397705.
Thanks for the tip. I tried it and it did not work. Keep looking for a solution.
Thanks,