HelgaTheViking
Forum Replies Created
-
Forum: Reviews
In reply to: [Spectra - WordPress Gutenberg Blocks] Stop asking me for reviewsI would also suggest that you make it so that when the notice is dismissed it is permanently dismissed! That’s a much better UX for users. You shouldn’t need a code snippet to make that happen.
Forum: Plugins
In reply to: [Nav Menu Roles] Version updateIs it not passing some test? Is something not working?
Nothing has changed to my knowledge, but I will try to update the tested against versions.Forum: Plugins
In reply to: [WP Debugging] Fatal error on activation if wp-config.php is not writableOk, fair enough.
not really. And I have used it since on another client’s site. Gonna chalk it up to some weird misconfiguration of plugins. Will reopen if I run into it again and have more detail.
Forum: Plugins
In reply to: [WooCommerce] Fatal errors with deprecated functionsI see this notice all the time too:
[03-May-2024 08:34:49 UTC] The Automattic\WooCommerce\Admin\API\Options::get_options function is deprecated since version 6.3.
But it’s a warning only and therefore not likely to be the source of your timeout error. Either you legitimately need more memory, or more likely you are doing something that is causing an infinite loop (at least that is what is what happens to me).
Best recommendation would be to start with what were you doing when this timeout happened. Then do “the plugin dance” and start disabling plugins until you get things working. Then at least you know where the problem is coming from. If you still have this issue with only core Woo installed and a default theme, then you might have found a core bug and you’ll want to share steps on how to reproduce it so that the woo team can look in to it.
/not a woo employeeForum: Plugins
In reply to: [FakerPress] Meta fields not generated for usersThanks for the quick update. Unfortunately, when I try to generate users now I see the following fatal error in my log:
[26-Apr-2024 12:25:07 UTC] PHP Fatal error: Uncaught TypeError: Unsupported operand types: string / int in /app/wp-content/plugins/fakerpress/src/FakerPress/Provider/WP_Meta.php:73 Stack trace: #0 [internal function]: FakerPress\Provider\WP_Meta->meta_type_numbers('numbers', 'billing_phone', Array, '90') #1 /app/wp-content/plugins/fakerpress/vendor-prefixed/fakerphp/faker/src/Faker/Generator.php(713): call_user_func_array(Array, Array) #2 /app/wp-content/plugins/fakerpress/vendor-prefixed/fakerphp/faker/src/Faker/Generator.php(978): FakerPress\ThirdParty\Faker\Generator->format('meta_type_numbe...', Array) #3 [internal function]: FakerPress\ThirdParty\Faker\Generator->__call('meta_type_numbe...', Array) #4 /app/wp-content/plugins/fakerpress/src/FakerPress/Module/Meta.php(145): call_user_func_array(Array, Array) #5 /app/wp-content/plugins/fakerpress/src/FakerPress/Module/User.php(185): FakerPress\Module\Meta->generate() #6 /app/wp-content/plugins/fakerpress/src/FakerPress/Ajax.php(83): FakerPress\Module\User->parse_request(15, Array) #7 /app/wp-includes/class-wp-hook.php(324): FakerPress\Ajax::module_generate('') #8 /app/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #9 /app/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #10 /app/wp-admin/admin-ajax.php(192): do_action('wp_ajax_fakerpr...') #11 {main} thrown in /app/wp-content/plugins/fakerpress/src/FakerPress/Provider/WP_Meta.php on line 73
:sweat
I’ll log it in my repo and maybe I can tackle it the next time I have some free time to spare for this plugin.Great!! Ok, I will tag that and release it then since I think we finally found fixed things.
You’re welcome and thanks to you as well for reporting and helping me to test this.
I really hate the built/compiled scripts for being entirely unreadable by humans.
What template are you editing where you see this error? I have looked at the woo category template, single page, index, cart page and don’t see any issues.
Not to sound too pedantic, but could you remove the blocks and add it back and see if that helps?
If you are game, could you make a staging site? You can use wp staging. You can get in touch with me via my website to share temporary creds eventually. Please take any relevant steps to anonymize data.Fourth time is the charm? Thanks for your patience… developing for the block editor is 100x harder than the old way.
No errors and I see the subtitle for posts/products that have it
https://share.zight.com/RBuAN52Kwell it is supposed to show the actual title. ?? I thought it did in the regular post archive…
Here’s another attempt if you don’t mind testing.
Forum: Plugins
In reply to: [FakerPress] Create coherent fake usersgreat, thank you!
crap, I thought I had that because I’m not seeing it locally anymore… Or wasn’t. Thanks for checking.
@emmek could you try this pre-release?