Bugs item #3072468, was opened at 2010-09-21 01:22
Message generated for change (Settings changed) made by madhuracj
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=377408&aid=3072468&group_id=23067
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Privileges
Group: Latest Git
>Status: Pending
>Resolution: Out of Date
Priority: 5
Private: No
Submitted By: Michal Čihař (nijel)
Assigned to: Nobody/Anonymous (nobody)
Summary: PHP error on manipulation with privileges
Initial Comment:
Unfortunately I was not able to dig what is causing this, this is just taken from demo server logs.
On POSTrequest on server_privileges.php, I got following error:
PHP Fatal error: Call to a member function isSuccess() on a non-object in server_privileges.php on line 1439#012
----------------------------------------------------------------------
Comment By: Madhura Jayaratne (madhuracj)
Date: 2011-12-24 09:44
Message:
PHP error should not occur anymore
QA_3_4 has
if ($message instanceof PMA_Message) {
PMA_ajaxResponse($message, $message->isSuccess(), $extra_data);
}
opposed to
PMA_ajaxResponse($message, $message->isSuccess(), $extra_data);
which was there at the time of the bug report.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=377408&aid=3072468&group_id=23067
|