• Resolved Lost Mountain

    (@gtgtigran35)


    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://www.ads-software.com/plugins/ultimate-slider/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    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

    (@gtgtigran35)

    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

    (@gtgtigran35)

    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

    (@etoilewebdesign)

    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

    (@gtgtigran35)

    You are welcome.

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    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.