Nick
Forum Replies Created
-
I decided to run it again with Query Monitor enabled to intercept the errors. It seemed to work, but returned the previous notices along with the following notice (to be clear, that’s 99,967, which is, in essence, infinite). This probably accounts for my server’s poor results in the Math test, while having exceptional results in the rest of the tests.
Deprecated Invalid characters passed for attempted conversion, these have been ignored 99,967 wp-content/plugins/wpperformancetester/benchmark.php:69 bindec() wp-content/plugins/wpperformancetester/benchmark.php:69 test_math() wp-content/plugins/wpperformancetester/benchmark.php:45 test_benchmark() wp-content/plugins/wpperformancetester/WPPerformanceTester_Plugin.php:65 WPPerformanceTester_Plugin->settingsPage() wp-includes/class-wp-hook.php:303 do_action('tools_page_WPPerformanceTester_PluginSettings') wp-admin/admin.php:259 Plugin: wpperformancetester
Looks like this was reported nearly 3 years ago with a fix submitted and never integrated… same with 2 other pull requests and various reported issues ignored… Is this plugin abandoned or no?
WP 5.8.1, mariadb 10.5.12, php 7.4.22, OpenLiteSpeed server
I get these 5 errors when I load the WP Performance Tester page. I dont want to run it again because it was just a seemingly infinite list. They happen even in troubleshooting mode with everything except this plugin disabled.
Notice wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. This notice was triggered by the chart-js handle. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) 1 wp-includes/functions.php:5663 _wp_scripts_maybe_doing_it_wrong() wp-includes/functions.wp-scripts.php:347 wp_enqueue_script() wp-content/plugins/wpperformancetester/WPPerformanceTester_Plugin.php:350 WPPerformanceTester_Plugin->addActionsAndFilters() wp-content/plugins/wpperformancetester/wp-performance-tester_init.php:42 WPPerformanceTester_init() wp-content/plugins/wpperformancetester/wp-performance-tester.php:85 Plugin: wpperformancetester Notice wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. This notice was triggered by the jquery handle. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) 1 wp-includes/functions.php:5663 _wp_scripts_maybe_doing_it_wrong() wp-includes/functions.wp-scripts.php:347 wp_enqueue_script() wp-content/plugins/wpperformancetester/WPPerformanceTester_Plugin.php:351 WPPerformanceTester_Plugin->addActionsAndFilters() wp-content/plugins/wpperformancetester/wp-performance-tester_init.php:42 WPPerformanceTester_init() wp-content/plugins/wpperformancetester/wp-performance-tester.php:85 Plugin: wpperformancetester Notice wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. This notice was triggered by the wppt-style handle. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) 1 wp-includes/functions.php:5663 _wp_scripts_maybe_doing_it_wrong() wp-includes/functions.wp-styles.php:174 wp_enqueue_style() wp-content/plugins/wpperformancetester/WPPerformanceTester_Plugin.php:352 WPPerformanceTester_Plugin->addActionsAndFilters() wp-content/plugins/wpperformancetester/wp-performance-tester_init.php:42 WPPerformanceTester_init() wp-content/plugins/wpperformancetester/wp-performance-tester.php:85 Plugin: wpperformancetester Notice wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. This notice was triggered by the simptip-style handle. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) 1 wp-includes/functions.php:5663 _wp_scripts_maybe_doing_it_wrong() wp-includes/functions.wp-styles.php:174 wp_enqueue_style() wp-content/plugins/wpperformancetester/WPPerformanceTester_Plugin.php:353 WPPerformanceTester_Plugin->addActionsAndFilters() wp-content/plugins/wpperformancetester/wp-performance-tester_init.php:42 WPPerformanceTester_init() wp-content/plugins/wpperformancetester/wp-performance-tester.php:85 Plugin: wpperformancetester Deprecated Invalid characters passed for attempted conversion, these have been ignored 99,967 wp-content/plugins/wpperformancetester/benchmark.php:69 bindec() wp-content/plugins/wpperformancetester/benchmark.php:69 test_math() wp-content/plugins/wpperformancetester/benchmark.php:45 test_benchmark() wp-content/plugins/wpperformancetester/WPPerformanceTester_Plugin.php:65 WPPerformanceTester_Plugin->settingsPage() wp-includes/class-wp-hook.php:303 do_action('tools_page_WPPerformanceTester_PluginSettings') wp-admin/admin.php:259 Plugin: wpperformancetester
- This reply was modified 3 years, 5 months ago by Nick.
- This reply was modified 3 years, 5 months ago by James Huff.
The problem was the action hook you use was eliminated from the theme template.
I fixed it by adding this line to my theme/buddyboss-theme-child/bbpress/loop-topic-list.php file on line 5.
“<?php do_action( ‘bbp_theme_before_topic_title’ ); ?> ”
Sorry for the unsupported trouble, but hopefully this will help someone else!
I just set up a fresh WP install with only BuddyBoss Platform, BuddyBoss Theme and bbpress Voting installed, and my issue persists. But, I disabled the theme and reverted to twenty twenty-one and now I see the voting buttons, so it is a theme issue. I’ll dig through the code tomorrow and see what I can figure out.
I just looked into this. It is strange that you have no issues while I do. I have disabled all plugins except for BuddyBoss Platform and bbPress Voting and the voting arrows still don’t show up for topics in each forum’s topic list.
– the problem persists for both standalone and group-associated forums
– The original post’s topic content is being displayed appropriately – it is possible that some CSS made it look like a reply when you looked. I’ll investigate later
– The reply sorting does appear to be working, that was my mistake.If you didn’t already, perhaps you could try yours with the free plugin rather than pro? I can’t think of any else that might be different…
Thanks very much for the thorough reply! I will give these troubleshooting steps a try when I get a chance and report back.
Sorry, I didn’t notice your previous reply. You can see a forum topic here:
There are voting buttons for the replies, but not for the topic – either when viewing th topic or all topics within the forum. I have turned off the setting for disable voting on topics, and have also manually set the forum voting to “enable”.
Sorting by votes doesn’t seem to work either, for both replies and topics.
Forum: Plugins
In reply to: [Heateor Social Login WordPress] Custom username creationFYI, Nextend Social Login offers this sort of functionality in their Pro version. I’d rather use Heator though!
https://nextendweb.com/nextend-social-login-docs/pro-settings/
This would be fantastic – its so much more affordable than other options and now that they offer Bunny Stream for videos, I’d like to consolidate all my offloading and CDN to them.
Forum: Plugins
In reply to: [Translate Multilingual sites - TranslatePress] secondary language@rkrista have you found a solution to this?
@lagas1337 did you ever figure out a solution for this? I was almost ready to start using TranslatePress but then found this issue. I dont think it will be possible for me to use it if I can’t have the automated emails recognize the user language preference.
- This reply was modified 3 years, 9 months ago by Nick.
@mungbean did you ever figure anything out regarding groups? This is what I’m most perplexed by as well – the rest of the custom types appear to be there.