Hi thewebmonk,
Greetings from CookieYes!
Could you please follow the steps below and check if the issue still appears in the debug.log?
Step 1: Delete the Transient Temporarily
Add the following code to your theme’s functions.php file:
add_action('init', function() { delete_site_transient('_cky_first_time_install'); });
Step 2: Reload Your Website Once
Open your website in a browser. This will execute the function and delete the _cky_first_time_install transient.
Step 3: Remove the Code from functions.php
After refreshing the site once, remove the code from functions.php to prevent it from running on every page load. The plugin will automatically recreate the transient (valid for 30 seconds).
If the issue persists, please create a support ticket using the link here so we can investigate further.
Hi thewebmonk,
It has been quite some time since our last communication. As we did not receive any response or follow-up questions from you, we will mark this thread as resolved. Please open a new thread if you are still facing issues or have questions that you need us to answer.