erikjandelange
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection for Contact Form 7] Latest version 3.1.6 caused fatal errorYup! This fixes the issue.
Thanks for the quick response and fix.Forum: Plugins
In reply to: [Redirection for Contact Form 7] Latest version 3.1.6 caused fatal errorSame problem here.
fs_dynamic_init() is already declared by another plugin which doesnt check if the function exists. So when your plugin is loaded sooner, it will create this function and afterwards they will create the same.
The problem in this case is with the other plugin. BUT. When the also check if it exists they use your fs_dynamic_init() function because your plugin is loaded sooner. This can also create errors because the functions can differ.
Please prefix your functions, this will prevent compatibility issues with other plugins.
So make it for example:wpcf7_fs_dynamic_init()
I’ve also created a topic for the other plugin with the same problem.
Cheers!
ErikForum: Plugins
In reply to: [Dynamic Conditions] Problem with pluginSame issue here: PHP Fatal error: Uncaught Error: Class ‘WeakMap’ not found
(side note: this only appears on php v7.4)
Is there any indication of when we can expect an update to address this issue.With kind regards
Same problem here. It occurres only in the latest version of the plugin.
I’ve had to deactivate the plugin to fix the website again.
Now when i’m trying to activate the plugin im again receiving a fatal error.
Fatal error: Uncaught Error: Call to a member function get_settings() on bool in /path-to-website/public_html/wp-content/plugins/modern-events-calendar-lite/mec-init.php:61 Stack trace: #0 /path-to-website/public_html/wp-content/plugins/modern-events-calendar-lite/modern-events-calendar-lite.php(41): MEC->init() #1 /path-to-website/public_html/wp-admin/includes/plugin.php(2288): include_once('/path-to-webs...') #2 /path-to-website/public_html/wp-admin/plugins.php(192): plugin_sandbox_scrape('modern-events-c...') #3 {main} thrown in /path-to-website/public_html/wp-content/plugins/modern-events-calendar-lite/mec-init.php on line 61
Please fix the error.
Just found an issue on github with the same suggestion.
I’m using The7
.
- This reply was modified 5 years, 6 months ago by erikjandelange.
Forum: Plugins
In reply to: [WP Nav Plus] Issue: adding multiple classesHee Matt,
Awesome thanks! Works like a charm!
Erik-Jan