Tagged: error
hi folks,
i get the following error:
Notice: Undefined variable: http_response_header in /home/wordpress/wwwroot/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 637 Notice: Undefined variable: http_response_header in /home/wordpress/wwwroot/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 637 Notice: Undefined variable: http_response_header in /home/wordpress/wwwroot/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 637
to solve i just change:
sscanf($http_response_header[0], ‘HTTP/%*d.%*d %d’, $code);
in “function-set-avia-frontend.php” line 637
to:
sscanf(@$http_response_header[0], ‘HTTP/%*d.%*d %d’, $code);
may you can implement this to the next version?
greez
rene
Hi rene,
Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Regards,
Rikard
sry access from “outside” is impossible .-)
i think, the solution i provided may helps you.
Hi,
we would need to inspect your website, as we can’t reproduce this issue so far. Maybe it’s just a plugin causing this issue or something else. However, glad you could fix it and please let us know in a new ticket if you need our help with the theme.
Best regards,
Andy
We are having the same issue here:
http://unlikelyheroine.com/
Same errors at the top of the page, I’ve already reinstalled twice and disabled plugins, nothing is helping. What can we do?