Conversation
supportI am using the PRO version and am seeing these two errors. I know they are not fatal but how do I resolve them? Notice: Undefined index: disable_all in /home/mysite/public_html/wp-content/plugins/scroll-triggered-animations/frontend/init.php on line 2 Notice: Undefined index: disable_all in /home/mysite/public_html/wp-content/plugins/scroll-triggered-animations-pro-extension/frontend/init.php on line 2 The code on line 2 in each case is is similar. <?php if($option[‘disable_all’] !== ‘on’): ?>
Hi @cbrendlinger You’ll need to disable WP_DEBUG by following this guide: https://blogvault.net/debugging-in-wordpress/#:~:text=In%20the%20public_html%20folder%2C%20find%20and%20open%20wp%2Dconfig.&text=define(‘WP_DEBUG’%2C%20true,now%20enabled%20WordPress%20debugging%20mode.&text=To%20disable%20the%20mode%2C%20all,’true’%20to%20’false . Any issues, just let me know! Many thanks Aaron
I don’t believe that will resolve the problem, that will just prevent the Notices from appearing in the log. I know it is not fatal but it is actually being flagged by the Child Theme Configurator plugin. I can give it a shot and see if disabling fixes the issue but I hesitate since I will not see the details if there are other PHP errors, notices and warnings.
You say it’s not fatal. However, my STA still won’t work at all on 2 different sites.
Hi @cbrendlinger You’ll need to disable WP_DEBUG by following this guide: https://blogvault.net/debugging-in-wordpress/#:~:text=In%20the%20public_html%20folder%2C%20find%20and%20open%20wp%2Dconfig.&text=define(‘WP_DEBUG’%2C%20true,now%20enabled%20WordPress%20debugging%20mode.&text=To%20disable%20the%20mode%2C%20all,’true’%20to%20’false . Any issues, just let me know! Many thanks Aaron
I don’t believe that will resolve the problem, that will just prevent the Notices from appearing in the log. I know it is not fatal but it is actually being flagged by the Child Theme Configurator plugin. I can give it a shot and see if disabling fixes the issue but I hesitate since I will not see the details if there are other PHP errors, notices and warnings.
You say it’s not fatal. However, my STA still won’t work at all on 2 different sites.