Can you specify the entire error?
Thread Starter
Alkaru
(@alkaru)
This is the message displayed on the dashboard:
Warning: Invalid argument supplied for foreach() in /home/local/public_html/es/wp-content/plugins/boxer/wpboxer.php on line 1134
This is the line in archive wpboxer php:
foreach( glob( dirname(__FILE__). “/templates/*.css” ) as $template_css ) {
$css .= file_get_contents($template_css);
Ok thanks, I will post an update today.
Thread Starter
Alkaru
(@alkaru)
Thank you very much friend, I hope your answer
Okay, so just posted version 2.0.2 which should fix your issue.
Thread Starter
Alkaru
(@alkaru)
Even still the problem is:
wpboxer.php on line 1141
Not fix
I posted another update (2.1.1). Can you try that one. If that doesn’t work there are only two options left:
- Adjust php.ini to not display errors, warnings and notices, which in my opinion is not done anyway in a production environment
- Add a empty file name temp.css to /templates/ folder
Good luck