Page 1 of 1

PostPosted: Mon May 14, 2007 10:58 am
by compudude86
i recently reloaded my server with apache2 and php5, and now i get

"Fatal error: Call to undefined function mysql_connect() in /var/www/df/Dataface/Application.php on line 200" any ideas?

PostPosted: Mon May 14, 2007 11:22 am
by shannah

It looks like you need to install the mysql extension for your PHP.Ê I heard that the new PHP isn't coming with the mysql extension installed by default anymore.. you have to install it separately.. There should be info on how to do this on the PHP site.


-Steve