I have the following error message:
Notice: SQL safe mode in effect - ignoring host/user/password information in /var/www/html/moodle/lib/adodb/drivers/adodb-mysql.inc.php on line 343
All what I found is:
1. Print(ini_get('safe_mode')) gives "1" means safe_mod is 'on'
2. File php.ini has right settings: safe_mode = 0
Does anyone know what can be the problem???