Plugin Conflict with Client Access Plugin
Michael Shihinski created the topic: Plugin Conflict with Client Access Plugin
When using the Google Maps WD plugin with the Client Access plugin, an error is thrown because the init action gets skipped and the classes do not get loaded.
Fatal error: Class 'GMWDHelper' not found in /*/wp-content/plugins/wd-google-maps/gmwd_class.php on line 110
Changing the order in which the classes become loaded solves the issue. Details below:
Line 21 of gmwd_class.php change
add_action('init', array($this, 'gmwd_includes'));
to
add_action('init', array($this, 'gmwd_includes'), 1);
this sets the action to load first and avoid issues with other plugins.
Last Edit: 7 years 5 months ago by Michael Shihinski.
Please Log in or Create an account to join the conversation.
-
Topic Author
- Michael Shihinski
- Offline
- Fresh Boarder
-
Less
More
- Posts: 1
- Thank you received: 0
7 years 5 months ago
Agapi G. replied the topic: Plugin Conflict with Client Access Plugin
Hello Michael!
Thanks so much for reporting our team about this problem. I have forwarded your notes to our development team. They will take a look and work on the problem for the next update of Google Maps WD plugin.
Have an amazing day!
Kind regards,
Agapi G.
Web-Dorado team
Please Log in or Create an account to join the conversation.
7 years 5 months ago
Time to create page: 0.169 seconds