Jump to content

Recommended Posts

Posted

when i try to install, and database connection i get this error,"Warning: include(bootloader.inc.php) [function.include]: failed to open stream: No such file or directory in /home/fsgraphi/public_html/phpvms/install/dbtest.php on line 3Warning: include(bootloader.inc.php) [function.include]: failed to open stream: No such file or directory in /home/fsgraphi/public_html/phpvms/install/dbtest.php on line 3Warning: include() [function.include]: Failed opening 'bootloader.inc.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/fsgraphi/public_html/phpvms/install/dbtest.php on line 3Fatal error: Class 'DB' not found in /home/fsgraphi/public_html/phpvms/install/dbtest.php on line 5"

  • Administrators
Posted

Ah thats the in the connection test file... Shouldn't affect the installer though. I'll have it fixed. If you open the file install/dbtest.php, just change the line:

include 'bootloader.inc.php';

to

include 'loader.inc.php';

Thanks!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...