i'm getting a lovely error while trying to set this bot up on my server.
Fatal error: Call to undefined function: mysql_connect() in /var/www/programe/src/admin/dbprefs.php on line 56
help?
i'm not able to do anything until this is working =(
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Are you able to run a phpinfo() on the server you're installing on ? If so, under "Configure Command" near the top you should see "'--with-mysql=/some/path' , then hopefully a bit further down the page there should be a whole "mysql" section. If neither are there it's possible that you don't have MySQL support compiled in :-((
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i'm getting a lovely error while trying to set this bot up on my server.
Fatal error: Call to undefined function: mysql_connect() in /var/www/programe/src/admin/dbprefs.php on line 56
help?
i'm not able to do anything until this is working =(
Are you able to run a phpinfo() on the server you're installing on ? If so, under "Configure Command" near the top you should see "'--with-mysql=/some/path' , then hopefully a bit further down the page there should be a whole "mysql" section. If neither are there it's possible that you don't have MySQL support compiled in :-((