Hi,
while we are still debugging our slowed down forum (with first success, getting better), I found some errors obviously induced bei WPForo in the error log. Maybe someone could explain what is behind this? There are more then these 25 lines, but that should be enough, I guess.
Thanks, Bernd
[17-Mar-2023 19:02:38 UTC] PHP Warning: sprintf(): Too few arguments in /usr/local/www/apache24/noexec/alkohol-ade.com/wp-content/plugins/wpforo/includes/functions-template.php on line 1574
[17-Mar-2023 19:02:41 UTC] PHP Warning: sprintf(): Too few arguments in /usr/local/www/apache24/noexec/alkohol-ade.com/wp-content/plugins/wpforo/includes/functions-template.php on line 1574
[17-Mar-2023 19:02:44 UTC] PHP Warning: sprintf(): Too few arguments in /usr/local/www/apache24/noexec/alkohol-ade.com/wp-content/plugins/wpforo/includes/functions-template.php on line 1574
[17-Mar-2023 19:02:54 UTC] PHP Warning: sprintf(): Too few arguments in /usr/local/www/apache24/noexec/alkohol-ade.com/wp-content/plugins/wpforo/includes/functions-template.php on line 1574
[17-Mar-2023 19:03:02 UTC] PHP Warning: sprintf(): Too few arguments in /usr/local/www/apache24/noexec/alkohol-ade.com/wp-content/plugins/wpforo/classes/Activity.php on line 433
[17-Mar-2023 19:03:02 UTC] PHP Warning: sprintf(): Too few arguments in /usr/local/www/apache24/noexec/alkohol-ade.com/wp-content/plugins/wpforo/classes/Activity.php on line 433
[17-Mar-2023 19:03:03 UTC] PHP Warning: sprintf(): Too few arguments in /usr/local/www/apache24/noexec/alkohol-ade.com/wp-content/plugins/wpforo/includes/functions-template.php on line 1574
[17-Mar-2023 19:03:11 UTC] PHP Warning: sprintf(): Too few arguments in /usr/local/www/apache24/noexec/alkohol-ade.com/wp-content/plugins/wpforo/includes/functions-template.php on line 1574
[17-Mar-2023 19:05:21 UTC] PHP Warning: sprintf(): Too few arguments in /usr/local/www/apache24/noexec/alkohol-ade.com/wp-content/plugins/wpforo/classes/Activity.php on line 433
[17-Mar-2023 19:05:21 UTC] PHP Warning: sprintf(): Too few arguments in /usr/local/www/apache24/noexec/alkohol-ade.com/wp-content/plugins/wpforo/classes/Activity.php on line 433
[17-Mar-2023 19:05:21 UTC] PHP Warning: sprintf(): Too few arguments in /usr/local/www/apache24/noexec/alkohol-ade.com/wp-content/plugins/wpforo/includes/functions-template.php on line 1574
[17-Mar-2023 19:05:26 UTC] PHP Warning: sprintf(): Too few arguments in /usr/local/www/apache24/noexec/alkohol-ade.com/wp-content/plugins/wpforo/classes/Activity.php on line 433
[17-Mar-2023 19:05:26 UTC] PHP Warning: sprintf(): Too few arguments in /usr/local/www/apache24/noexec/alkohol-ade.com/wp-content/plugins/wpforo/classes/Activity.php on line 433
[17-Mar-2023 19:05:26 UTC] PHP Warning: sprintf(): Too few arguments in /usr/local/www/apache24/noexec/alkohol-ade.com/wp-content/plugins/wpforo/includes/functions-template.php on line 1574
[17-Mar-2023 19:09:17 UTC] PHP Warning: sprintf(): Too few arguments in /usr/local/www/apache24/noexec/alkohol-ade.com/wp-content/plugins/wpforo/classes/Activity.php on line 433
[17-Mar-2023 19:09:17 UTC] PHP Warning: sprintf(): Too few arguments in /usr/local/www/apache24/noexec/alkohol-ade.com/wp-content/plugins/wpforo/includes/functions-template.php on line 1574
[17-Mar-2023 19:09:19 UTC] PHP Warning: sprintf(): Too few arguments in /usr/local/www/apache24/noexec/alkohol-ade.com/wp-content/plugins/wpforo/classes/Activity.php on line 433
[17-Mar-2023 19:09:19 UTC] PHP Warning: sprintf(): Too few arguments in /usr/local/www/apache24/noexec/alkohol-ade.com/wp-content/plugins/wpforo/includes/functions-template.php on line 1574
[17-Mar-2023 19:12:36 UTC] PHP Warning: sprintf(): Too few arguments in /usr/local/www/apache24/noexec/alkohol-ade.com/wp-content/plugins/wpforo/includes/functions-template.php on line 1574
[17-Mar-2023 19:15:56 UTC] PHP Warning: sprintf(): Too few arguments in /usr/local/www/apache24/noexec/alkohol-ade.com/wp-content/plugins/wpforo/includes/functions-template.php on line 1574
[17-Mar-2023 19:17:39 UTC] PHP Warning: sprintf(): Too few arguments in /usr/local/www/apache24/noexec/alkohol-ade.com/wp-content/plugins/wpforo/includes/functions-template.php on line 1574
[17-Mar-2023 19:18:57 UTC] PHP Warning: sprintf(): Too few arguments in /usr/local/www/apache24/noexec/alkohol-ade.com/wp-content/plugins/wpforo/includes/functions-template.php on line 1574
[17-Mar-2023 19:20:01 UTC] PHP Warning: in_array() expects parameter 2 to be array, int given in /usr/local/www/apache24/noexec/alkohol-ade.com/wp-content/plugins/wpforo/classes/Forms.php on line 1464
[17-Mar-2023 19:20:14 UTC] PHP Warning: sprintf(): Too few arguments in /usr/local/www/apache24/noexec/alkohol-ade.com/wp-content/plugins/wpforo/includes/functions-template.php on line 1574
[17-Mar-2023 19:20:56 UTC] PHP Warning: sprintf(): Too few arguments in /usr/local/www/apache24/noexec/alkohol-ade.com/wp-content/plugins/wpforo/includes/functions-template.php on line 1574
Same issue as here:
https://wpforo.com/community/how-to-and-troubleshooting-2/speed-problem-and-fatal-error/#post-100448
in two different places. But that was fatal.
This is a WARNING, not fatal.
Hi @berndg,
wpForo has this kind of phrases with % sign. Example
Currently viewing this topic %s %s %s.
If you translate this kind of phrases, the %s or %d should not be changed, and the count should not decrease, if the original has 3 %s %s %s the translation should have 3 as well. No more, no less.
Please run this SQL with PhpMyAdmin to bring the phrases back to default:
UPDATE `wp_wpforo_phrases` SET `phrase_value` = `phrase_key`
The Red wp is the prefix, change it as it is in your DB.
Then Delete the phrase Cache and all caches.