ownd 0 Report post Posted February 17, 2005 it tells me to run the installer.php but when i do it give me this Warning: main(./ips_kernel/class_db_mysql.php): failed to open stream: No such file or directory in /home/ownd/public_html/forum/installer.php on line 14Warning: main(./ips_kernel/class_db_mysql.php): failed to open stream: No such file or directory in /home/ownd/public_html/forum/installer.php on line 14Fatal error: main(): Failed opening required './ips_kernel/class_db_mysql.php' (include_path='.:/usr/lib/http://forums.xisto.com/no_longer_exists/;) in /home/ownd/public_html/forum/installer.php on line 14 but i uploaded all the files to right places and chmod it :/ Share this post Link to post Share on other sites
nancmu 0 Report post Posted February 19, 2005 Your include file "class_db_mysql.php" wasn't connectedplease check on you main file that your connectting file "class_db_mysql.php" is corrected path or directory.Hope will help you. Share this post Link to post Share on other sites
ownd 0 Report post Posted February 19, 2005 umm ok lol were do i find the class_db_mysql.php file? Share this post Link to post Share on other sites
nancmu 0 Report post Posted February 20, 2005 Warning: main(./ips_kernel/class_db_mysql.php): failed to open stream: No such file or directory in /home/ownd/public_html/forum/installer.php on line 14the warning means : file including path "./ips_kernel/class_db_mysql.php" on file "installer.php" failed to open. You just look for "./ips_kernel/class_db_mysql.php" on line 14 and change it to correct directory.P.S. learning from some mistake will make you to learn more ... Share this post Link to post Share on other sites