Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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 8 years, 5 months ago by isee.
    #653643

    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

    #653783

    sry access from “outside” is impossible .-)

    i think, the solution i provided may helps you.

    #653862

    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

    #710488

    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?

    #710961

    Hi,


    @pippylu
    Can you please start a thread and attach temporary admin and FTP logins in private content field? If you post them here, creator of this thread will be able to see it as well.

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.