Incompatibility with ARVE (WP Interactivity API inside admin)
-
I am the Author of ARVE, and I am using the WP Interactivity API for my settings page. Your plugin is causing the following errors when activated. I am seeing these JS errors in the browser console on my settings page.
An import map is added after module script load was triggered.
admin.php:1 Uncaught TypeError: Failed to resolve module specifier "@wordpress/interactivity". Relative references must start with either "/", "./", or "../".Something that your plugin does cause this to fail, making my entire settings page unusable. I am only using WP native APIs and I do not think I am doing anything wrong. I would appreciate it if you can look into it. It works as soon as I deactivate your plugin. This was originally found out by a customer, and I just confirmed this.
I also get these errors on your tools settings page. The output of these might be related. Tested on WP nightly with PHP 8.3, but my customer for sure did use stable WP and probably a lower PHP version.
ty: stdClass::$index in?/var/www/html/wp-content/plugins/all-in-one-seo-pack/app/Common/Utils/Database.php?on line?379
Warning: Undefined property: stdClass::$collation in?/var/www/html/wp-content/plugins/all-in-one-seo-pack/app/Common/Utils/Database.php?on line?381
Warning: Undefined property: stdClass::$data in?/var/www/html/wp-content/plugins/all-in-one-seo-pack/app/Common/Utils/Database.php?on line?384
Warning: Undefined property: stdClass::$index in?/var/www/html/wp-content/plugins/all-in-one-seo-pack/app/Common/Utils/Database.php?on line?385
Warning: Undefined property: stdClass::$name in?/var/www/html/wp-content/plugins/all-in-one-seo-pack/app/Common/Utils/Database.php?on line?375
Warning: Undefined property: stdClass::$name in?/var/www/html/wp-content/plugins/all-in-one-seo-pack/app/Common/Utils/Database.php?on line?377
Warning: Undefined property: stdClass::$data in?/var/www/html/wp-content/plugins/all-in-one-seo-pack/app/Common/Utils/Database.php?on line?378
Warning: Undefined property: stdClass::$index in?/var/www/html/wp-content/plugins/all-in-one-seo-pack/app/Common/Utils/Database.php?on line?379
Warning: Undefined property: stdClass::$collation in?/var/www/html/wp-content/plugins/all-in-one-seo-pack/app/Common/Utils/Database.php?on line?381
Warning: Undefined property: stdClass::$data in?/var/www/html/wp-content/plugins/all-in-one-seo-pack/app/Common/Utils/Database.php?on line?384
Warning: Undefined property: stdClass::$index in?/var/www/html/wp-content/plugins/all-in-one-seo-pack/app/Common/Utils/Database.php?on line?385The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.