TinyPortal
Development => Feedback => Topic started by: Pinhead on June 09, 2007, 06:05:27 PM
Fatal error: Call to undefined function: db_fatal_error() in /home/www/outlookers.org/forum/manual_tp_install.php on line 9
require('Settings.php');
$db_connection = @mysql_connect($db_server, $db_user, $db_passwd);
if (!$db_connection || !@mysql_select_db($db_name, $db_connection))
db_fatal_error(); this line
what is my problem ? Help me please.
i need help or i need default db settings command for phpmyadmin
What are you trying to do? When are you getting this error? Are you trying the manual install? Are you putting this file in the root of your site?
looks like he tried to do a manual install without putting his db info in first..but i could be wrong