antibo
Forum Replies Created
-
We’ve done it! I’ve sent you a message
Hi,
here is the log :
Fatal error: Uncaught Error: Call to protected method TRP_Translation_Render::is_admin_link() from scope TRP_IN_SP_Slug_Manager in /home/XXX/YYY/wp-content/plugins/translatepress-personal/add-ons-advanced/seo-pack/includes/class-slug-manager.php:1124 Stack trace: #0 /home/XXX/YYY/wp-includes/class-wp-hook.php(324): TRP_IN_SP_Slug_Manager->verify_if_is_admin_link_for_slug_translation() #1 /home/XXX/YYY/wp-includes/plugin.php(205): WP_Hook->apply_filters() #2 /home/XXX/YYY/wp-content/plugins/translatepress-personal/add-ons-advanced/seo-pack/includes/class-slug-manager.php(1069): apply_filters() #3 /home/XXX/YYY/wp-includes/class-wp-hook.php(324): TRP_IN_SP_Slug_Manager->translate_request_uri() #4 /home/XXX/YYY/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #5 /home/XXX/YYY/wp-includes/plugin.php(517): WP_Hook->do_action() #6 /home/XXX/YYY/wp-settings.php(555): do_action() #7 /home/XXX/YYY/wp-config.php(107): require_once(‘/home/XXX/…’) #8 /home/XXX/YYY/wp-load.php(50): require_once(‘/home/XXX/…’) #9 /home/XXX/YYY/wp-admin/admin.php(34): require_once(‘/home/XXX/…’) #10 /home/XXX/YYY/wp-admin/options-general.php(10): require_once(‘/home/XXX/…’) #11 {main} thrown in /home/XXX/YYY/wp-content/plugins/translatepress-personal/add-ons-advanced/seo-pack/includes/class-slug-manager.php on line 1124
I hope this helps
i get an error with the SEO PACK.
Hello,
I have the same problem with version 2.8.4 that my client updated last week. Unfortunately, since there seems to have been a database update, I can’t go back to version 2.8.3 or 2.8.2 (it causes a fatal error).
When do you plan to correct this annoying bug?ok but your free plugin works with the 1.8.2 version but not with the latest.
Are you planning to do anything?
Hello, yes, everything works with 1.8.2 !
I tried to buy the pro version to see if it fixed the problem and alas, it doesn’t work either.
Only downgrading to version 1.8.2 fixes the problem.
Are you going to fix this problem in the current version?
How can I get a refund for the pro version I bought to test?The function get_user_activated_fonts() in plugins/create-block-theme/admin/create-theme/theme-fonts.php return null if (! isset( $user_settings[‘typography’][‘fontFamilies’][‘custom’] ).
But the array_merge() function in plugins/create-block-theme/admin/create-theme/theme-zip.php at line 74 need an array to populate $theme_json[‘settings’][‘typography’][‘fontFamilies’].
So return in plugins/create-block-theme/admin/create-theme/theme-fonts.php should be return []; instead of return null;