Hi, I get this message when activating the plugin:
Warning: set_time_limit(): Cannot set time limit due to system policy in /customers/superzero.org/superzero.org/httpd.www/wp-content/plugins/wp-favicons/includes/tld/class-database.php on line 13
How to resolve the problem?
http://wordpress.org/extend/plugins/wp-favicons/
Thanks for the message!!
I will take care of it now and have it resolved in the next release.
You can just comment out the line in that file.
I put this during beta to have no time outs occuring during a database write ( see my related post), so this falls nicely together with the other issue.
Hi! If I remember right I just deleted the problem string in class-database.php and now it works!
There is another one in method "faviconFilterInit"
But that one had the correct
if( !ini_get('safe_mode') ){
around it :)