Menu

error: Cannot instantiate non-existent class

PHPNewbie
2005-04-06
2013-04-17
  • PHPNewbie

    PHPNewbie - 2005-04-06

    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!

     
    • GoPlayer

      GoPlayer - 2005-04-08

      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.

       
    • PHPNewbie

      PHPNewbie - 2005-04-10

      Thanks for the tip. I tried it and it did not work. Keep looking for a solution.

      Thanks,

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.