Plugin Conflict
-
Hello,
We recently updated your plugin on our clients website to version 1.2.16. We also updated the AMP plugin to version 2.0.10. https://ww.wp.xz.cn/plugins/amp/
When updating plugins in WP Admin and logging in/out. We are getting a fatal PHP error. Call to undefined function.
The error is related to
idn_to_utf8(). Your plugin is registering this function without namespace.The Amp plugin is calling this function if it exists.
The issue occurs when AMP calls the function
idn_to_utf8(), your plugin is calling namespace methods that are not available to the Amp plugin inside this function.I was able to manually update your plugin by prefixing
idn_to_utf8()withAC_idn_to_utf8(). This appears to have fixed the issue. However, our client would prefer not to need to manually fix this every time we do plugin updates.Please let me know if/when you can address this issue.
The topic ‘Plugin Conflict’ is closed to new replies.