Quote:
Originally Posted by pallison14
Can I ask how this was solved? I'm doing an initial installation, and I'm getting the same messages:
ERROR: Unable to connect to SQL. Please verify utility configuration
ERROR: OOTP SQL Utilities not configured properly (no ootp_sql_admin table)
I've verified my dbopen.php file/permissions/location, as well as my config file. Any help greatly appreciated!
|
In my case, it was because in the config file I was using the absolute server path:
/ootpu for example. fhomess fixed it by using:
../../ootpu instead.