Thx for your response and greetings.
I've restarted the mys
qld - to no avail.
The error.log tells me that:
Wed Jan 13 02:23:51 2010] [error] [client X.XXX.X.120] PHP Fatal error: Call to undefined method DB_Error::escapeSimple() in /var/www/html/admin/functions.inc.php on line 1297, referer:
myserver.zapto.org/
Now here is the said line 1297. PHP scripting is beyond the scope of my knowledge can any thing be fixed without restoring the system?
| Code: |
$sql = "SELECT username, password, extension_low, extension_high, deptname, sections FROM ampusers WHERE username = '".$db->escapeSimple($username)."'";
|
I compared that code with the same code in other installations and found no discrepancy but may be my eye sight is not as used to be..
Any advice?