• I am receiving the following error at the top of my progress page. I get most of the data for the guild but this error remains at the top of the page. Overall the plugin works great. Nice work.

    [phpBB Debug] PHP Warning: in file /home1/thepanic/public_html/wp-content/plugins/warcraft-bundle/api-wow/Character.class.php on line 533: Invalid argument supplied for foreach()

    http://wordpress.org/extend/plugins/warcraft-bundle/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author leaklords

    (@kwark)

    I look @ the problem for the next update, until the update you may use in your functions.php from your theme something like:

    if(is_page('progress')) //Replace "progress" by the exact wp post_name
    {
        ini_set('display_errors','off');
    }
    Plugin Author leaklords

    (@kwark)

    [phpBB Debug] ?? If you use only the php class on your personal project, test the uri

    if($_SERVER["REQUEST_URI"] == '/your_forum_uri.ext')
    {
        ini_set('display_errors','off');
    }
    Thread Starter bdleasure

    (@bdleasure)

    Thank you for your response. I tried modifying the functions.php in the Catch Box theme and it didn’t work. I still recieved the error at the top of the page. I reverted the changes back to the default settings.

    I am not sure how to test the uri. Can you give me step by steps instructions so that I know how to test the uri? Thank you for your help.

    If you would like to see the site it is http://www.thepanicattacks.com

    If you would like to see the forums it is http://www.thepanicattacks.com/guildhall

    Let me know if this helps.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Progress Page Error’ is closed to new replies.