Hi @foxpc
Thank you for your submission. I will look into it asap.
Could you please list plugins and active theme you are using in parallel?
What version of this plugin have you installed?
Do you have Polylang installed and activated? If so, what version of Polylang are you using?
The line 84 has require __DIR__ . '/../../polylang/include/api.php';
this line of code which basically tries to include Polylang API. Please make sure that you have this file in that location: wp-content/plugins/polylang/include/api.php
.
Also please provide full error message (this seems to be cut out). Don’t forget to censor out any sensitive data.
P.S. I will probably create safer way of API inclusion in upcoming version.
[EDITED]
Update: so I changed the line to require WP_PLUGIN_DIR . '/polylang/include/api.php';
Please update your plugin to lastest version and confirm it is working.
If not it’s probably due to older Polylang version which means I will have to make Polylang version check and make some conflicting version filters.
-
This reply was modified 4 years, 2 months ago by richardevcom.
-
This reply was modified 4 years, 2 months ago by richardevcom.
-
This reply was modified 4 years, 2 months ago by richardevcom.
-
This reply was modified 4 years, 2 months ago by richardevcom.