New Install Logon Failure [message #445] |
Sat, 09 December 2006 08:23 |
jk.harris
Messages: 4 Registered: December 2006
|
Junior Member |
|
|
Greetings,
I am a PHP newbie and have just installed radicore on my local Win XP/Apache/PHP 5/Postgre system.
When I attempt to login I get the following error:
----------------------------------------------------------
This application has encountered an unrecoverable error
The following has been reported to the administrator:
2006-12-09 13:38:44
Fatal Error: Object of class pgsql could not be converted to string (# 4096).
Error in line 49 of file 'C:\Data\Website\radicore\includes\dml.pgsql.class.inc'.
Script: /radicore/menu/logon.php
Remote Address: 127.0.0.1
Request URI: /radicore/menu/logon.php
----------------------------------------------------------
I suspect that I have not edited the config.inc file correctly.
Here are some relevant config.inc file lines:
----------------------------------------------------------
$GLOBALS['dbms'] = 'pgsql'; // database engine is PostgreSQL
$GLOBALS['dbhost'] = 'localhost';
$GLOBALS['PGSQL_dbname'] = 'radicore';
if (eregi('^(localhost|desktop|laptop)$', $_SERVER['localhost'])) { // this is for my PC
$GLOBALS['dbusername'] = 'harris';
$GLOBALS['dbuserpass'] = 'grAce';
$GLOBALS['dbprefix'] = null;
----------------------------------------------------------
I do not have a 'PGSQL_dbname'='radicore' (I have created the 'menu', 'workflow', etc. databases. But I do have an system
odbc data source named 'radicore'.
Any recommendations?
Thanks, JWH
JWH
|
|
|