Connection login issue [message #1018] |
Wed, 01 August 2007 07:37 |
adamsp
Messages: 32 Registered: July 2007
|
Member |
|
|
Perhaps I do not understand how Radicore login/security works...
On my development machine (localhost) I can connect and develop no problem.
In \includes\dml.mysqli.class.inc in
function connect ($dbname=null)
I have changed line 152 (shown below) to include the mySQL username and password
$dbconn = mysqli_connect($dbhost, username, password);
Is this the correct way to use Radicore?
Problem: when I go to another machine and access Radicore from the browser with
http://xxx.xxx.xx.xxx/radicore/index.html
I get the logon screen but when I click Logon I get "application has encountered an unrecoverable error"Fatal Error: eregi() [function.eregi]: REG_BADRPT (#1049).
Error in line 49 of file 'C:\xampp\htdocs\radicore\includes\dml.mysqli.class.inc'.
I am not sure how to fix this.
Can you advise, please?
|
|
|