I found in UMA-Plus.inc.php
require_once("UMA-pgsql.inc.php");
and changed it to:
require_once("UMA-mysql.inc.php");
Now I am getting following error:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user: 'noble@216.180.224.154' (Using password: YES) in /home/optin/public_html/a/classes/UMA-mysql.inc.php on line 46
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/optin/public_html/a/classes/UMA-mysql.inc.php on line 47
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/optin/public_html/a/classes/UMA-mysql.inc.php on line 52
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/optin/public_html/a/classes/UMA-mysql.inc.php on line 59
Warning: Cannot modify header information - headers already sent by (output started at /home/optin/public_html/a/classes/UMA-mysql.inc.php:46) in /home/optin/public_html/a/classes/Utils.class.php on line 25
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I found in UMA-Plus.inc.php
require_once("UMA-pgsql.inc.php");
and changed it to:
require_once("UMA-mysql.inc.php");
Now I am getting following error:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user: 'noble@216.180.224.154' (Using password: YES) in /home/optin/public_html/a/classes/UMA-mysql.inc.php on line 46
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/optin/public_html/a/classes/UMA-mysql.inc.php on line 47
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/optin/public_html/a/classes/UMA-mysql.inc.php on line 52
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/optin/public_html/a/classes/UMA-mysql.inc.php on line 59
Warning: Cannot modify header information - headers already sent by (output started at /home/optin/public_html/a/classes/UMA-mysql.inc.php:46) in /home/optin/public_html/a/classes/Utils.class.php on line 25
That error is fixed I had not updated my config file, but the conversion to mysql is still not done.
No I am getting this error:
Fatal error: Call to undefined function: pg_query() in /home/optin/public_html/a/classes/UMA-Plus.inc.php on line 82
Can you please help?
Gruessle