Tagged: error
-
AuthorPosts
-
June 25, 2016 at 2:19 pm #653352
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-
This topic was modified 9 years, 4 months ago by
isee.
June 27, 2016 at 5:32 am #653643Hi 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,
RikardJune 27, 2016 at 2:21 pm #653783sry access from “outside” is impossible .-)
i think, the solution i provided may helps you.
June 27, 2016 at 4:27 pm #653862Hi,
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,
AndyNovember 10, 2016 at 12:17 am #710488We 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?
November 11, 2016 at 2:02 am #710961 -
This topic was modified 9 years, 4 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
