MEC / PHP-Issues

Hi, i have a problem with mec, getting the following php-warning in my protocolls:

also have the problem, that my site crashes since the last updates, folders disappear etc. are there some vulnas known?

regards,
christian

Summary

AH01071: Got error ‘PHP message: PHP Warning: Trying to access array offset on value of type bool in /var/www/vhosts/der-kieler-kaufmann.de/httpdocs/wp-content/plugins/modern-events-calendar/app/features/mec/dyncss.php on line 143PHP message: PHP Warning: Trying to access array offset on value of type bool in /var/www/vhosts/der-kieler-kaufmann.de/httpdocs/wp-content/plugins/modern-events-calendar/app/features/mec/dyncss.php on line 143PHP message: PHP Warning: Trying to access array offset on value of type bool in /var/www/vhosts/der-kieler-kaufmann.de/httpdocs/wp-content/plugins/modern-events-calendar/app/features/mec/dyncss.php on line 143PHP message: PHP Warning: Trying to access array offset on value of type bool in /var/www/vhosts/der-kieler-kaufmann.de/httpdocs/wp-content/plugins/modern-events-calendar/app/features/mec/dyncss.php on line 144PHP message: PHP Warning: Trying to access array offset on value of type bool in /var/www/vhosts/der-kieler-kaufmann.de/httpdocs/wp-content/plugins/modern-events-calendar/app/features/mec/dyncss.php on line 144PHP message: PHP Warning: Trying to access array offset on value of type bool in /var/www/vhosts/der-kieler-kaufmann.de/httpdocs/wp-content/plugins/modern-events-calendar/app/features/mec/dyncss.php on line 144PHP message: PHP Warning: Trying to access array offset on value of type bool in /var/www/vhosts/der-kieler-kaufmann.de/httpdocs/wp-content/plugins/modern-events-calendar/app/features/mec/dyncss.php on line 145PHP message: PHP Warning: Trying to access array offset on value of type bool in /var/www/vhosts/der-kieler-kaufmann.de/httpdocs/wp-content/plugins/modern-events-calendar/app/features/mec/dyncss.php on line 145PHP message: PHP Warning: Trying to access array offset on value of type bool in /var/www/vhosts/der-kieler-kaufmann.de/httpdocs/wp-content/plugins/modern-events-calendar/app/features/mec/dyncss.php on line 145PHP message: PHP Warning: Trying to access array offset on value of type bool in /var/www/vhosts/der-kieler-kaufmann.de/httpdocs/wp-content/plugins/modern-events-calendar/app/features/mec/dyncss.php on line 146PHP message: PHP Warning: Trying to access array offset on value of type bool in /var/www/vhosts/der-kieler-kaufmann.de/httpdocs/wp-content/plugins/modern-events-calendar/app/features/mec/dyncss.php on line 146PHP message: PHP Warning: Trying to access array offset on value of type bool in /var/www/vhosts/der-kieler-kaufmann.de/httpdocs/wp-content/plugins/modern-events-calendar/app/features/mec/dyncss.php on line 146’, referer: https://der-kieler-kaufmann.de/

Hi Christian,

Thanks for reaching out.
It might be due to the PHP version, can you please check if that is 8.0 or above? If not, please ask your Hosting Service Provider to update it, and check if that resolves your problem.
If not, please provide login credentials for your site in a secure note to examine it further, including:

– WordPress Site URL & Login URL
– WordPress Admin username/password

To create a secure note, click the key icon underneath any of your posts.

I would also suggest you add the following code into the wp-config.php to suppress the notice.

define( 'WP_DEBUG', false );

Please find the video that will help you to edit wp-config.php and add the above code: https://www.youtube.com/watch?v=3SDPTafEM8o

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.