essgee23
Forum Replies Created
-
Thanks for sharing the solution. In my case the function was in “includes/compatibility-functions.php”, but commenting out the code also works for me.
Forum: Plugins
In reply to: [Magento 2 WP Integration] Fatal ErrorForget about it, it was my fault xD
Another plugin was making these changes.
Forum: Plugins
In reply to: [Magento 2 WP Integration] Fatal ErrorSorry for spamming this thread, I solved it temporarily by
chattr +i l10n.php.But this should not happen. A plugin should never change code in files without being asked for at least.
Forum: Plugins
In reply to: [Magento 2 WP Integration] Fatal ErrorSorry but is your plugin changing code in files automatically?
After 1-2 admin requests, the I10n.php is broken because of this:
if (!function_exists('__')) { function __( $text, $domain = 'default' ) { if ( defined( 'M2I_MAGE_DIR' ) && class_exists( 'M2I_External' ) && M2I_External::$needs_mage_translate ) { return M2I_External::translate( func_get_args() ); } } else { return translate( $text, $domain ); } }Forum: Plugins
In reply to: [Magento 2 WP Integration] Fatal ErrorMagento (2.3.2) runs at root, WP is under /cms/. I am already using the Fishpig Integration but thought it would be great to have your integration additionally, to be able to include Magento stuff on the pages.
Is solved, problem was with WPML.
Well that would be just in time 🙂
Forum: Plugins
In reply to: [Enhanced Media Library] Bugs in Media Tax SettingsSeems to disappear after the first save.