Title: Error message upon install
Last modified: August 22, 2016

---

# Error message upon install

 *  Resolved [abannister](https://wordpress.org/support/users/abannister/)
 * (@abannister)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/error-message-upon-install-1/)
 * I have tried installing twice and get the same message.
 * Notice: Undefined variable: post in /hermes/bosoraweb151/b1081/ipw.bannisterdesign/
   public_html/horseemporium/wp-content/plugins/exchange-addon-custom-loop/init.
   php on line 213 Notice: Trying to get property of non-object in
    /hermes/bosoraweb151/
   b1081/ipw.bannisterdesign/public_html/horseemporium/wp-content/plugins/exchange-
   addon-custom-loop/init.php on line 213
 * The actual page shows the products correctly, except there is a another ‘Notice’,
   same as above but reads:
 * Notice: Undefined variable: post in /hermes/bosoraweb151/b1081/ipw.bannisterdesign/
   public_html/horseemporium/wp-content/plugins/exchange-addon-custom-loop/init.
   php on line 428 Notice: Trying to get property of non-object in /hermes/bosoraweb151/
   b1081/ipw.bannisterdesign/public_html/horseemporium/wp-content/plugins/exchange-
   addon-custom-loop/init.php on line 428
 * Can you help?
 * [https://wordpress.org/plugins/exchange-addon-custom-loop/](https://wordpress.org/plugins/exchange-addon-custom-loop/)

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

 *  Plugin Author [ronaldvw](https://wordpress.org/support/users/ronaldvw/)
 * (@ronaldvw)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/error-message-upon-install-1/#post-5751929)
 * Hi,
 * this is an addon for iThemes Exchange plugin: [https://wordpress.org/plugins/ithemes-exchange/](https://wordpress.org/plugins/ithemes-exchange/).
   Do you have that plugin installed and activated? And if so, which version? Also,
   are you using the latest version of the Custom Loop addon?
 *  Thread Starter [abannister](https://wordpress.org/support/users/abannister/)
 * (@abannister)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/error-message-upon-install-1/#post-5751935)
 * I am using Version 1.11.9 of Ithemes Exchange. I downloaded the latest version
   today of Custom Loop Addon 1.05. I hope that is correct?
 *  Plugin Author [ronaldvw](https://wordpress.org/support/users/ronaldvw/)
 * (@ronaldvw)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/error-message-upon-install-1/#post-5751951)
 * first of all, these are notices, and shouldn’t show, unless you have wp_debug
   activated. Which you shouldn’t on a live site. Then, there is mention of line
   213, which shouldn’t cause such a notice. The 2nd notice for line 428 can be 
   avoided, and I will make sure that in the next update this will not happen again.
   I am still puzzled by the notice on line 213 though. What does that line of code
   say in the file “init.php” in the plugin folder?
 *  Thread Starter [abannister](https://wordpress.org/support/users/abannister/)
 * (@abannister)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/error-message-upon-install-1/#post-5751956)
 * Line 213 is the endif:
 * // order sequence
    if ( !$this->selections[‘order_seq’] ): $this->selections[‘
   order_seq’] = “ASC”; endif;
 *  Plugin Author [ronaldvw](https://wordpress.org/support/users/ronaldvw/)
 * (@ronaldvw)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/error-message-upon-install-1/#post-5751960)
 * yes, that is correct. But it doesn’t make sense to generate a notice.
 * Note, the notices might also be triggered through php.ini settings on the server.
   If wp_debug is set to false in your wp-config.php you can avoid notices by adding
 *     ```
       error_reporting(0);
       @ini_set('display_errors', 0);
       ```
   
 * to your wp-config.php file.
 * More here: [http://codex.wordpress.org/Debugging_in_WordPress](http://codex.wordpress.org/Debugging_in_WordPress)
 * That will hide notices. In the mean time, I will see if I can replicate the notice
   on line 213.
 *  Thread Starter [abannister](https://wordpress.org/support/users/abannister/)
 * (@abannister)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/error-message-upon-install-1/#post-5751963)
 * This is so weird. Take a look:
    [http://horseemporium.bannistercreative.com/english-saddles-tack/](http://horseemporium.bannistercreative.com/english-saddles-tack/)
 *  Plugin Author [ronaldvw](https://wordpress.org/support/users/ronaldvw/)
 * (@ronaldvw)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/error-message-upon-install-1/#post-5751994)
 * that is the same noticification you mentioned before (on line 428). What is the
   weird bit (given what I already explained)?
 *  Thread Starter [abannister](https://wordpress.org/support/users/abannister/)
 * (@abannister)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/error-message-upon-install-1/#post-5752006)
 * Your explanation was good. I have changed the config file so not to see the error.
   Thanks for your attention!
 *  Plugin Author [ronaldvw](https://wordpress.org/support/users/ronaldvw/)
 * (@ronaldvw)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/error-message-upon-install-1/#post-5752009)
 * That’s good to hear. In the next update, I will make sure that the notification
   is “repaired”. But it’s good to note that however, the notification didn’t indicate
   an error, so there’s nothing to worry about.
 *  Thread Starter [abannister](https://wordpress.org/support/users/abannister/)
 * (@abannister)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/error-message-upon-install-1/#post-5752011)
 * You’re the Best!
 *  Plugin Author [ronaldvw](https://wordpress.org/support/users/ronaldvw/)
 * (@ronaldvw)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/error-message-upon-install-1/#post-5752227)
 * fyi: version 1.0.6 fixes the notification issue.

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

The topic ‘Error message upon install’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/exchange-addon-custom-loop.svg)
 * [iThemes Exchange - Custom Loop Add-on](https://wordpress.org/plugins/exchange-addon-custom-loop/)
 * [Support Threads](https://wordpress.org/support/plugin/exchange-addon-custom-loop/)
 * [Active Topics](https://wordpress.org/support/plugin/exchange-addon-custom-loop/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/exchange-addon-custom-loop/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/exchange-addon-custom-loop/reviews/)

## Tags

 * [install error](https://wordpress.org/support/topic-tag/install-error/)

 * 11 replies
 * 2 participants
 * Last reply from: [ronaldvw](https://wordpress.org/support/users/ronaldvw/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/error-message-upon-install-1/#post-5752227)
 * Status: resolved