• Resolved beyondthreadsltd

    (@beyondthreadsltd)


    Dear Discount Team,

    I hope this message finds you well. I recently installed your plugin, but unfortunately, I am encountering an issue. I have attached a screenshot of the error for your reference.

    Screenshot – https://prnt.sc/uD1zZKR3pByz

    Could you please assist me in resolving this matter?

    Best regards,

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author AsanaPlugins

    (@asanaplugins)

    Dear @beyondthreadsltd

    Thank you for choosing our plugin.

    We apologize for the inconvenience.

    Please enable debugging on your site and let us know more details about the error.

    Add below lines to your wp-config.php file to enable debugging and debug log.
    define( ‘WP_DEBUG’, true );
    define( ‘WP_DEBUG_LOG’, true );

    After enabling debug and getting errors inside the debug.log file disable debugging by setting true to false in above lines like the below example.
    define( ‘WP_DEBUG’, false );
    define( ‘WP_DEBUG_LOG’, false );

    Best regards

    Thread Starter beyondthreadsltd

    (@beyondthreadsltd)

    Dear AsanaPlugins,

    Thank you for your prompt response and guidance on debugging. As I’m not familiar with this process, I’d appreciate your assistance. I can create an admin account for you, I’ll gladly provide access for you to check the settings securely.

    Best regards,

    Plugin Author AsanaPlugins

    (@asanaplugins)

    Dear @beyondthreadsltd

    It is an easy process that is explained here.

    Add below lines to your wp-config.php file to enable debugging and debug log.
    define( ‘WP_DEBUG’, true );
    define( ‘WP_DEBUG_LOG’, true );

    After enabling debug and getting errors inside the debug.log file disable debugging by setting true to false in above lines like the below example.
    define( ‘WP_DEBUG’, false );
    define( ‘WP_DEBUG_LOG’, false );

    The debug.log file is inside the wp-content/plugins folder.

    If you need a premium support please contact us here.

    Best regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Assistance Needed with Plugin Installation Issue’ is closed to new replies.