locker17
Forum Replies Created
-
Forum: Plugins
In reply to: [Loco Translate] Debug message on error logAre you kidding me? Dont go to a doctor if you dont wanna know whats wrong?
I just wonder if this is a warning or an error and how this can be resolved not switched off…
I am using 1.5.4 of conditional logic and 5.3.1 of ur plugin version. And this topic is unfortunately not resolved yet.
Meanwhile I skipped completely making my form via Elementor and wrote my own form plugin for what I need. Therefore I dont use your plugin anymore. Thanks for your fast clarification anyway!!
Look to be fixed. Thanks!
By the way, when updating some translation I get these debug messages from loco “script not found in bundle”. Do you know what means? Anything to worry about?[16-Jul-2025 21:56:52 UTC] [Loco.debug] “Wrote backup: bp-better-messages-de_DE.po -> bp-better-messages-de_DE-backup-202507162156520.po~” in src/gettext/Compiler.php:75
[16-Jul-2025 21:56:53 UTC] [Loco.debug] “Skipping JSON for assets/js/bp-messages.js; script not found in bundle” in src/gettext/Compiler.php:187
[16-Jul-2025 21:56:53 UTC] [Loco.debug] “Skipping JSON for assets/js/bp-messages-premium.min.js; script not found in bundle” in src/gettext/Compiler.php:187
[16-Jul-2025 21:56:53 UTC] [Loco.debug] “Skipping JSON for assets/admin/admin.min.js; no translations” in src/gettext/Compiler.php:202Thanks, If you need the full error message or can’t reproduce it at your machine drop me a line.
Why did you mark this as resolved if it is not resolved?
Forum: Plugins
In reply to: [BP Profile Search] Several warnings/errorsI underwent a check by disabling all other plugins and enabling it again one by one. Switched theme to twenty twenty five as well. Then I realized that the Template name was in red color even the searches went well. After a check of the profile form and implementing it in a new test page and then switch back to the old implementing page its now in blue and I think the error is gone.
Forum: Plugins
In reply to: [BP Profile Search] Several warnings/errorsNo, I am on a single install.
Have you checked that line of code 216?$dirs = bps_directories ();
$F->action = $dirs[bps_wpml_id ($meta['action'])]->path;
$F->method = $meta['method'];- This reply was modified 10 months, 1 week ago by locker17.
At the moment redirecting from the two page templates is the only way to make Elementor’s header and footer work. I also had several talks with Elementor’s support. They are saying if global styles are not assigned (loaded) correctly within the template it will cause the problems.
As written before, I just wonder why I dont have such problems with the buddypress pages which are not made in the editor either. This rather indicates a problem with the template of your plugin.Forum: Plugins
In reply to: [WP Notification Bell] Do you still maintain this plugin?Not the above. But instead this error messages after activation. I am running PHP 8.3
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in \wp-includes\functions.php on line 7360
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in \wp-includes\functions.php on line 2195Yes, I also wrote a ticket on your github but it seems nobody doesn’t care about this issue or feeling not responsible for this.
This leads to other problems. For example I am using wpdiscuz which then shows comments as made 2 hours before.
Why don’t you follow the WordPress standard which says saving time on the database in UTC and output it with time offsets?Is there a filter which I can use on registration to fix that and store the datetime in UTC?
Follow up on this. I checked the registration process of a new user with a standard WordPress form and then the time is stored at utc which is the correct wordpress standard. With your plugin’s form it is utc +2.
How can I fix this? Bug?
My WordPress timezone settings are correct (Paris, which is utc plus 2 hours daylight saving time).
I think this was my fault. I clicked the registration link within the email and been automatically logged in into the webpage which I dont like.
But later I saw that I was also logged in with my admin account on the same computer at the same time. I think that’s why.Forum: Plugins
In reply to: [WP Hide & Security Enhancer] wordpress crashes when installing this pluginwp_debug mode was off so I cant provide you with the credentials.
But it was the default mode of AIO after install.Nevertheless I found a switch on AIO where you can switch off all actions. After that both plugins run. But I still have to check which feature crashes the page.