WPIntell

Source evidence

Error in PHP Debug Output

Animator – Scroll Triggered Animations · support · 2022-05-27T19:22:00+00:00

complaintsentiment
highseverity
0.96relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 25 rows with source links

20.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
cbrendlinger unresolved
I 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.

Comments

3 shown
Toast Plugins 2022-05-30T08:41:00+00:00

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

cbrendlinger 2022-05-30T12:46:00+00:00

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.

sbiese 2022-10-23T19:26:00+00:00

You say it’s not fatal. However, my STA still won’t work at all on 2 different sites.