ME Calendar error

Hi. On this page: https://www.copilates.se/schema/ I get an error message:
Notice: A non well formed numeric value encountered in /customers/9/2/5/copilates.se/httpd.www/wp-content/plugins/modern-events-calendar/app/libraries/book.php on line 479 Notice: A non well formed numeric value encountered in /customers/9/2/5/copilates.se/httpd.www/wp-content/plugins/modern-events-calendar/app/libraries/main.php on line 6057

9

Why is that?

Hi Tomas.

Were you able to get this issue sorted?

I just checked and I can’t seem to find any error on the page you linked:

Can you take a look again. It seems like the problem has something to do with two calendar events (which I had removed earlier). I have given the event a category again which means that the problem is back

Hello @TomasJarvling,

I do not see the notice in your homepage. This is just a PHP notices. You do not have to worry about it. Usually, this display when a certain variable is empty/null or not yet initialize. You can get rid of the PHP notices by disabling your debug mode. You can do this by opening wp-config.php and adding

define('WP_DEBUG', false);

/* That's all, stop editing! Happy blogging. */

When you revisit the page, you should no longer be seeing those PHP notices.

Hope this helps.

Hi. Ok, i will turn off the debug php notices. But there is still something wrong with ME Calendar as you can see on the attached picture. Two of the events are causing a disturbance somehow.
Https://www.copilates.se/wp-content/uploads/2020/05/IMG_0220.png

Hello @TomasJarvling,

I tried to check the site but I can’t seem to find the page that reflects what is show in the screenshot you posted since you have several pages on the site. I checked this page: https://www.copilates.se/drop-in-lektioner/ I can’t find anything there. It would be helpful for us if you can post the direct link to the page in question so that we can look into it.

For the meantime, please double check if the featured image assigned to those events are of the same dimensions so that they will look uniform in the output.

If you already done this, please also provide us with the admin details to your site in a Secure Note so we can check your setup.

Thank you.

Hi.
Actually the error messages is no longer there…i wonder if it could have anything to do with the debug set to true? I have changed it to false now and cannot see the error anymore

Hello Tomas,

That was actually just a warning message which displays if some of the required fields of some element of site settings is not set. Usually debug messages are helpful when the site is in development for debugging purposes and have is disabled when the site is live. Warning message are not like error messages that affects your site’s performance.

Hope this helps.

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