On Wed, Jun 1, 2011 at 8:39 AM, Thilanka Kaushalya lgtkaushalya@gmail.comwrote:
Hi Marc,
It works fine, but after creating this user, if I click again on Privileges for this db, I get
Notice in ./server_privileges.php#1425 Undefined variable: message
When I test this I cannot find such an error. Is it occurs when after adding a new user and then click on the privileges tab in the "top_menu_container" in the same database. Please can you clarify my the scenario.
Regards, Thilanka.
Most probably you have not enabled displaying errors. Check whether you have $cfg['Error_Handler']['display'] = true; in your config.inc.php. If not pls add it there, so it will display notice level errors.