Your account expired support, please renew to get your support.

Home Forums Themes Support Claue Error message on Claue theme popping up on the back end

Viewing 3 reply threads
  • Author
    Posts
    • #39610
      marcdevilliers
      Support Expired

      Hi there! We’ve turned on Debugging on WordPress at https://www.tasteafrica.net/

      When logged in as admin, we’re seeing the following message:

      Notice: Trying to get property ‘post_type’ of non-object in /usr/www/users/tasteaanqf/wp-content/plugins/claue-addons/includes/currency/init.php on line 524 Notice: Trying to get property ‘post_type’ of non-object in /usr/www/users/tasteaanqf/wp-content/plugins/claue-addons/includes/currency/init.php on line 435

      – please could you let me know what we need to do to sort this out?

       

    • #39614
      Harry
      Support Expired

      Hi MarcDevillier,

      Please open file wp-config.php and change code

      define('WP_DEBUG', true);

      to

      ini_set('display_errors','Off');
      ini_set('error_reporting', E_ALL );
      define('WP_DEBUG', false);
      define('WP_DEBUG_DISPLAY', false);

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #39615
      marcdevilliers
      Support Expired

      Thanks Harry, but isn’t that just going to hide the issue instead of fixing it?

    • #39616
      Harry
      Support Expired

      I logged in your site but not see the error message. Please try open file debug.log in wp-content delete all text on this file and check again and let me know if the error still show.

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 3 reply threads

You must be logged in to reply to this topic.