TinyPortal

Development => Feedback => Topic started by: Pinhead on June 09, 2007, 06:05:27 PM

Title: Help for database connectiions error
Post 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.
Title: Re: Help for database connectiions error
Post by: Pinhead on June 09, 2007, 06:20:42 PM
i need help or i need default db settings command for phpmyadmin
Title: Re: Help for database connectiions error
Post by: IchBin on June 10, 2007, 01:53:17 AM
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?
Title: Re: Help for database connectiions error
Post by: Dermot on June 10, 2007, 04:07:20 AM

looks like he tried to do a manual install without putting his db info in first..but i could be wrong