After hackng connect.php to enter my database info I went to the game's install directory and entered the setup info. I selected SMTP, entered my mail server and user info, and clicked Next. I got an error:
Warning: main(../includes/smtp/smtp.php) [function.main]: failed to open stream: No such file or directory in /home/.garp/shamusland/shamusland.org/games/phpbg/install/index.php on line 493
Warning: main(../includes/smtp/smtp.php) [function.main]: failed to open stream: No such file or directory in /home/.garp/shamusland/shamusland.org/games/phpbg/install/index.php on line 493
Fatal error: main() [function.require]: Failed opening required '../includes/smtp/smtp.php' (include_path='.:/usr/local/lib/php') in /home/.garp/shamusland/shamusland.org/games/phpbg/install/index.php on line 493
Line 493 says require("../includes/smtp/smtp.php"); and there is no such directory or file in includes. I get the same thing when I select SMTP+SSH. PHP internal function and no connection both let me proceed with installing the game and adding tables to the database.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
After hackng connect.php to enter my database info I went to the game's install directory and entered the setup info. I selected SMTP, entered my mail server and user info, and clicked Next. I got an error:
Warning: main(../includes/smtp/smtp.php) [function.main]: failed to open stream: No such file or directory in /home/.garp/shamusland/shamusland.org/games/phpbg/install/index.php on line 493
Warning: main(../includes/smtp/smtp.php) [function.main]: failed to open stream: No such file or directory in /home/.garp/shamusland/shamusland.org/games/phpbg/install/index.php on line 493
Fatal error: main() [function.require]: Failed opening required '../includes/smtp/smtp.php' (include_path='.:/usr/local/lib/php') in /home/.garp/shamusland/shamusland.org/games/phpbg/install/index.php on line 493
Line 493 says require("../includes/smtp/smtp.php"); and there is no such directory or file in includes. I get the same thing when I select SMTP+SSH. PHP internal function and no connection both let me proceed with installing the game and adding tables to the database.