Hi guys,
Having a glitch with Modern Events Calendar - the visual editor is not working properly. The text is white and the visual elements are not displayed. Any idea on what is causing that?

Hi guys,
Having a glitch with Modern Events Calendar - the visual editor is not working properly. The text is white and the visual elements are not displayed. Any idea on what is causing that?

Hi There @kcreative
Thanks for writing in! It seems that the WordPress user that you have created does not have enough permissions check your MEC events or even WordPress posts/pages.

I have tested this on my local test site, but I couldn’t replicate such issue.

Could you please try disabling your WordPress plugins except Modern Events Calendar, Cornerstone plugin and test this issue further. If the issue is resolved, then you can activate your plugins one by one to see which plugin causing the issue.
If you’re using a caching plugin, make sure to purge your server cache before testing (https://www.wpbeginner.com/beginners-guide/how-to-clear-your-cache-in-wordpress/).
Further, you can try enabling your WP_DEBUG mode and revisit your pages to see if you’re getting any error messages. Follow this guide on how to enable WP_DEBUG mode (https://codex.wordpress.org/WP_DEBUG).
Let us know how it goes.
Thanks!
There is no caching on the server…
By the way, enabled the Debug mode and getting the following error:
Undefined property: stdClass::$plugin in /home/trave371/public_html/wp-includes/class-wp-list-util.php
And that is the corresponding code in class-wp-list-util.php
* This is simple. Could at some point wrap array_column()
* if we knew we had an array of arrays.
*/
foreach ( $this->output as $key => $value ) {
if ( is_object( $value ) ) {
$this->output[ $key ] = $value->$field;
} else {
$this->output[ $key ] = $value[ $field ];
}
}
return $this->output;
}```
Cheers,
Petar
Hello Petar,
There seems to be a JS error on the page when you edit an event. Can you please update to the latest versions?
And please make sure that all other plugins is up to date as well. Most of the time, an out dated plugin can create issues in the site.
Please let us know how it goes.
Just updated to the latest Wordpress, but nothing changed. The plugin version is 3.3.5
Getting the following errors on the Event page

Hi Petar,
Thanks for the confirmation!
Can please deleted the modern Event Calendar plugin via FTP and reinstall it through X-> Validation.
Look like there is some JS file missing.
If you could please try the above and if you still have the issue we’d be more than happy to assist.
Thanks
Followed the suggestion, but still no luck - getting the same issue.
Update: Finally figured out what was causing that error - the .htaccess file in the wp-includes dir
<Files "*.php">
Deny from All
</Files>```
Hello @Kcreative,
We are just glad that you have figured it out a way to correct the said issue.
Thanks for letting us know!
Best Regards.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.