|
|
| Author |
Message |
Guest
|
Posted: Sun Feb 23, 2003 10:47 am Post subject: problems getting to database??? |
|
|
Can someone please shed some light as to why I am getting this error when trying to goto index.php? I followed the installation guide and everything seems perfect.
Fatal error: Call to undefined function: mysql_connect() in /home/web/www/html/cacti-0.6.8/include/database.php on line 19
Thanks! |
|
| Back to top |
|
 |
linuxfs
Joined: 22 Feb 2003 Posts: 3
|
Posted: Sun Feb 23, 2003 11:35 am Post subject: Re: problems getting to database??? |
|
|
| Anonymous wrote: | Can someone please shed some light as to why I am getting this error when trying to goto index.php? I followed the installation guide and everything seems perfect.
Fatal error: Call to undefined function: mysql_connect() in /home/web/www/html/cacti-0.6.8/include/database.php on line 19
Thanks! |
I forgot to mention that I did make sure that all was correct in my config.php. |
|
| Back to top |
|
 |
banaan
Joined: 21 Nov 2002 Posts: 6
|
Posted: Wed Mar 05, 2003 11:13 am Post subject: |
|
|
Try to add "extension=mysql.so" to your php.ini, if this is not working, set you're default extension directory, also in php.ini
HAVE FUN!! |
|
| Back to top |
|
 |
|