Title: Have many errors
Last modified: September 1, 2016

---

# Have many errors

 *  Resolved [Lost Mountain](https://wordpress.org/support/users/gtgtigran35/)
 * (@gtgtigran35)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/have-many-errors/)
 * Hello guys, your plugin have many errors, please change define(‘WP_DEBUG’, false);
   to define(‘WP_DEBUG’, true); in wp-config.php and test, and examples
 *  Notice: Trying to get property of non-object in C:\wamp\www\wordpress\wp-content\
   plugins\ultimate-slider\Main.php on line
 *  Notice: Trying to get property of non-object in C:\wamp\www\wordpress\wp-content\
   plugins\ultimate-slider\Main.php on line
 * [https://wordpress.org/plugins/ultimate-slider/](https://wordpress.org/plugins/ultimate-slider/)

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

 *  Plugin Contributor [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/)
 * (@etoilewebdesign)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/have-many-errors/#post-7477898)
 * Hi Lost,
 * Thank you for bringing these notices to our attention. With the plugin still 
   in beta, we’re constantly working on features and debugging. Please let us know
   if the functionality of the plugin is affected when debug is off.
 *  Thread Starter [Lost Mountain](https://wordpress.org/support/users/gtgtigran35/)
 * (@gtgtigran35)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/have-many-errors/#post-7477944)
 * Sorry, but i am developer and all time define(‘WP_DEBUG’, true); in my site.
   
   In my opinion you can easy solve this problem. I will check errors tomorrow, 
   if i will find problem, i will let you. Thank you
 *  Thread Starter [Lost Mountain](https://wordpress.org/support/users/gtgtigran35/)
 * (@gtgtigran35)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/have-many-errors/#post-7477945)
 * Notice: Trying to get property of non-object in C:\wamp\www\wordpress\wp-content\
   plugins\ultimate-slider\Main.php on line 137
    You have non-object On 137 line
   you wrote **$Category_Array_Item[‘Category_Name’] = $Category->name;**. You can
   change this line to
 *     ```
       if(isset($Category->name)){
       	$Category_Array_Item['Category_Name'] = $Category->name;
       			}
       ```
   
 * And it’s will be ok.
 *  Plugin Contributor [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/)
 * (@etoilewebdesign)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/have-many-errors/#post-7477962)
 * Hi Lost,
 * Thank you for the fix. We will add it onto our future update. Let us know if 
   you encounter any other issues.
 * Best,
 *  Thread Starter [Lost Mountain](https://wordpress.org/support/users/gtgtigran35/)
 * (@gtgtigran35)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/have-many-errors/#post-7477964)
 * You are welcome.
 *  Plugin Contributor [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/)
 * (@etoilewebdesign)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/have-many-errors/#post-7477976)
 * Hi Lost,
 * We’ve added it in the latest update.
 * Thanks again

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

The topic ‘Have many errors’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-slider/assets/icon-128x128.png?rev=1805328)
 * [Slider Ultimate](https://wordpress.org/plugins/ultimate-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-slider/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/have-many-errors/#post-7477976)
 * Status: resolved