Title: Progress Page Error
Last modified: August 20, 2016

---

# Progress Page Error

 *  [bdleasure](https://wordpress.org/support/users/bdleasure/)
 * (@bdleasure)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/progress-page-error/)
 * 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/](http://wordpress.org/extend/plugins/warcraft-bundle/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [leaklords](https://wordpress.org/support/users/kwark/)
 * (@kwark)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/progress-page-error/#post-3182213)
 * 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](https://wordpress.org/support/users/kwark/)
 * (@kwark)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/progress-page-error/#post-3182214)
 * [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](https://wordpress.org/support/users/bdleasure/)
 * (@bdleasure)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/progress-page-error/#post-3182220)
 * 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](http://www.thepanicattacks.com)
 * If you would like to see the forums it is [http://www.thepanicattacks.com/guildhall](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.

 * ![](https://s.w.org/plugins/geopattern-icon/warcraft-bundle.svg)
 * [Warcraft Bundle](https://wordpress.org/plugins/warcraft-bundle/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/warcraft-bundle/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/warcraft-bundle/)
 * [Active Topics](https://wordpress.org/support/plugin/warcraft-bundle/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/warcraft-bundle/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/warcraft-bundle/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [bdleasure](https://wordpress.org/support/users/bdleasure/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/progress-page-error/#post-3182220)
 * Status: not resolved