Roundcube Community Forum

 

plugin warnings

Started by turqayyilmaz, August 06, 2009, 11:04:32 AM

Previous topic - Next topic

turqayyilmaz

Hi;

i have install myroundcube.

i tried to setup Remote IMAP Accounts but i had that warnings

 PHP Warning:  Invalid argument supplied for foreach() in /home/detaybil/public_html/release/myplugins/collection/usersettings/functions.inc on line 262
[06-Ağu-2009 17:51:06] PHP Warning:  Invalid argument supplied for foreach() in /home/detaybil/public_html/release/myplugins/collection/usersettings/functions.inc on line 87
[06-Ağu-2009 17:51:06] PHP Warning:  in_array() [function.in-array]: Wrong datatype for second argument in /home/detaybil/public_html/release/program/include/main.inc on line 1152
[06-Ağu-2009 17:51:06] PHP Warning:  Invalid argument supplied for foreach() in /home/detaybil/public_html/release/myplugins/collection/usersettings/functions.inc on line 182

could you say how fix it?

rosali

Either you disable logging warnings in apache (log_level) or you insert a check things passed to foreach on indicated files/lines are type array. If not skip the loop.
Regards,
Rosali

turqayyilmaz

Quote from: rosali;20436Either you disable logging warnings in apache (log_level) or you insert a check things passed to foreach on indicated files/lines are type array. If not skip the loop.

i want to use plugins but i'm not using plugins for these warning?

could you help me for plugins?