It all seemed to be going well until I tried to login to the home.php site.
I get the following error:
Fatal error: Call to undefined function mysql_connect() in /home/mpsuser/www/pacs/php/database.php on line 100
Thank you,
Luis
Fatal error: Call to undefined function mysql_connect()
Check if you see the mysql/mysqli PHP extension is loaded successfully from the output of the test page:
http://localhost/pacsone/Hello.php
If not, you need to check if your PHP.INI configuration file and make sure you enable the mysql/mysqli extension.
http://localhost/pacsone/Hello.php
If not, you need to check if your PHP.INI configuration file and make sure you enable the mysql/mysqli extension.
Re: Fatal error: Call to undefined function mysql_connect()
You might have un-installed PacsOne Server from this server and if so, the trial license created during the initial install will be removed, but it will not be created again even if you re-install PacsOne Server (to prevent endless trials).
HyBriDe TEkkEN