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”
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!
Ok thanks, and ill keep ya updated