danielspain
Forum Replies Created
-
I don’t use wpml, single spanish site, only other plugin is woocommerce, any theme…thanks in advance
Forum: Plugins
In reply to: [WP Activity Log] wpal 5.2.2 php notice still filling logs with new wp6.7Just to let you know, this is still happening with activity log and wp 6.7.1…also happens with woocommerce too…, in the case of woocommerce it could be mitigated for know adding a code snippet with:
add_filter( ‘doing_it_wrong_trigger_error’, ‘__return_false’ );
but doesn’t work with both wc and activity log…the php notice is for both of them…thanks in advance!
Forum: Plugins
In reply to: [WP Activity Log] wpal 5.2.2 php notice still filling logs with new wp6.7Thanks a lot…i’ll wait for your news(i’ve continued testing just in case and the notice persists)…again, excellent plugin, a lifesaver!
Yes, I’m still experiencing the issue with wp 6.7…thanks in advance!!
Forum: Plugins
In reply to: [WooCommerce] WC 9.4.1 – Function _load_textdomain_just_in_timeI’ve opened an issue a week ago(when wp 6.7 was still not released, but can be tested) with this problem…but still no permanent fix to woocommerce 9.4.1:
You have to change language to non default english, try spanish for example…thanks in advance!
Forum: Plugins
In reply to: [WooCommerce] Automatic language changeprobably you have to upgrade to wc 9.4.1 to get it working in your language(testing it previously on a staging site!!!!, don’t do it in production first!), or you have to rollback wordpress to 6.6.2..the translation s in my case are working on 6.7 only with wc 9.4.1..
Check this to solve the problem via a code snippet:
but this bug has to be solved by woocommerce team:
https://github.com/woocommerce/woocommerce/issues/52646
To me this happens in my main language of the store, spanish. I hope wc team solve it cause the logs fill so easily with this notice…close this ticket when they find a permanent solution…not a quick fix….
Forum: Plugins
In reply to: [WP Activity Log] php notice filling logs with new wp6.7Hi!, thanks for the fix, bit it didn’t worked, the php notice still appears, using language spanish, php 8.1:
[12-Nov-2024 14:00:20 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the
wp-security-audit-log
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at theinit
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/local/mysite.org/wp-includes/functions.php on line 6114I’ve mitigated the same problem until the problem is solved with woocommerce 9.4(the release compatible with wp 6.7) by adding a code snippet:
add_filter( ‘doing_it_wrong_trigger_error’, ‘__return_false’ );
That works perfectly with woocomerce, but if you plugin is active, the php notice comes again for both plugins! Tried wp 6.7 rc5 and woo 9.4 and wpal 5.5.2…
If i try the code snippet rolling back to wpal 5.5.0, it works and no php notice(for both plugins) is saved in logs..any help is appreciated!! Thanks in advance!
any help is appreciated!!
Forum: Plugins
In reply to: [WP Activity Log] php notice filling logs with new wp6.7Thanks for the quick answer, and good to know you were able to reproduce it…do you know if the maintenance update will be released before wp6.7 next tuesday? And thanks again for the excellent plugin, it makes the life easier for the sysadmins!
Forum: Plugins
In reply to: [WP Activity Log] php notice filling logs with new wp6.7One thing missing in my previous note: put your site in Spanish(probably also in every non-english site) to see the notice that grows non stop on every hit of the site. Thanks in advance
The beta worked ok, no more errors in log. Thanks fo the quick fix!!
Thanks for the fix, i’ll try the beta today! Just to update many sites, do you know when the fixed release will be available to simply update from wordpress? This plugin is excellent!!!
We’ll wait for the update 5.2.1 in the next hours then, thanks for the excellent support as always!
Yes, it’s solved with the 5.2.1 version you gave me the link…thanks! would it be released soon through wordpress also?i prefer to update other site via normal updates or i have to upgrade to 5.2 and then delete and copy the new 5.2.1 via the patch? thanks for the very quick answer as always