Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)
  • Thread Starter TB54

    (@tb54)

    Hello,

    Is there anything doable to help wordfence empty those tables by itself? Rather than it getting full each week and needing a manuel action in phpmyadmin.

    Have a good day,

    Tom

    Thread Starter TB54

    (@tb54)

    Hello, thanks for helping!

    The SQL Diagnostics page is all ok, as long as the SQL database is not full anymore:
    https://i.imgur.com/7vzJaeE.png

    The “Amount of Live Traffic data to store (number of rows)” is set on 50.

    I’m not sure (english not being my native language) to understand your first remark, but the website is not hosted locally on my computer, it’s on a web hosting company.

    • This reply was modified 2 years, 7 months ago by TB54.
    Thread Starter TB54

    (@tb54)

    Thanks! But why this change? (as it worked without this change before deactivating this line?)

    • This reply was modified 3 years, 5 months ago by TB54.
    Thread Starter TB54

    (@tb54)

    Still not working for me (same error) :-/

    Maybe a conflict with another plugin or something on my website only.

    Thread Starter TB54

    (@tb54)

    Hello. That’s great news ! For the newbies in javascript like me, could you give us the exact code?

    Thread Starter TB54

    (@tb54)

    Hello, and thanks for helping!

    But still causes problem on query sadly (when I use [archivist template="sea1" query="year==2021&monthnum=01"] i get an error).

    • This reply was modified 3 years, 8 months ago by TB54.
    Thread Starter TB54

    (@tb54)

    It works \o/
    Awesome, thank you so much for your help!

    I really needed to go to php 8, but it would have been difficult to do without this extension…

    • This reply was modified 3 years, 8 months ago by TB54.
    Thread Starter TB54

    (@tb54)

    My php knowledge is absolutely zero, but it seems there is a problem if i put the code in php checker :

    It tells me:

        PHP Syntax Check: Parse error: syntax error, unexpected token "public", expecting end of file in your code on line 1
            public static function header(){

    But no idea what it means :/

    • This reply was modified 3 years, 8 months ago by TB54.
    Thread Starter TB54

    (@tb54)

    Mmm sadly, it seems that even after this modification, the extension is still the reason of the crash. I installed wp-debug, which know gives me this log when I start the modified extension with php 8.0 (i replaced my domain by ******) :

    PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /******/wp-includes/class-wp-widget-factory.php on line 61 and at least 2 expected in /******/wp-includes/class-wp-widget.php:162
    Stack trace:
    #0 /******/wp-includes/class-wp-widget-factory.php(61): WP_Widget->__construct()
    #1 /******/wp-includes/widgets.php(115): WP_Widget_Factory->register('BWP_RC_Widget')
    #2 /******/wp-content/plugins/bwp-recent-comments/includes/class-bwp-rc-widget.php(158): register_widget('BWP_RC_Widget')
    #3 /******/wp-includes/class-wp-hook.php(307): bwp_recent_comment_register_widget('')
    #4 /******/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #5 /******/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #6 /******/wp-includes/widgets.php(1854): do_action('widgets_init')
    #7 /******/wp-includes/class-wp-hook.php(307): wp_widgets_init('')
    #8 /******/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #9 /******/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #10 /******/wp-settings.php(598): do_action('init')
    #11 /******/wp-config.php(85): require_once('/home/underthel...')
    #12 /******/wp-load.php(50): require_once('/home/underthel...')
    #13 /******/wp-admin/admin-ajax.php(22): require_once('/home/underthel...')
    #14 {main}
      thrown in /******/wp-includes/class-wp-widget.php on line 162
    [13-Sep-2022 18:33:05 UTC] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /******/wp-includes/class-wp-widget-factory.php on line 61 and at least 2 expected in /******/wp-includes/class-wp-widget.php:162
    Stack trace:
    #0 /******/wp-includes/class-wp-widget-factory.php(61): WP_Widget->__construct()
    #1 /******/wp-includes/widgets.php(115): WP_Widget_Factory->register('BWP_RC_Widget')
    #2 /******/wp-content/plugins/bwp-recent-comments/includes/class-bwp-rc-widget.php(158): register_widget('BWP_RC_Widget')
    #3 /******/wp-includes/class-wp-hook.php(307): bwp_recent_comment_register_widget('')
    #4 /******/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #5 //EXTRAITS/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #6 /******/wp-includes/widgets.php(1854): do_action('widgets_init')
    #7 /******/wp-includes/class-wp-hook.php(307): wp_widgets_init('')
    #8 /******/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #9 /******/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #10 /******/wp-settings.php(598): do_action('init')
    #11 /******/wp-config.php(85): require_once('/home/underthel...')
    #12 /******/wp-load.php(50): require_once('/home/underthel...')
    #13 /******/wp-admin/admin-ajax.php(22): require_once('/home/underthel...')
    #14 {main}
      thrown in /******/wp-includes/class-wp-widget.php on line 162
    • This reply was modified 3 years, 9 months ago by TB54.
    • This reply was modified 3 years, 9 months ago by TB54.
    • This reply was modified 3 years, 9 months ago by TB54.
    Thread Starter TB54

    (@tb54)

    Thank you so much, I didn’t hope for a solution!

    I can’t confirm for 100% sure it’s works, because when updating to php8 it still crashes, but in another way (an error message, not a blank screen), and for another reason as it seems (the mail automatically sent talks about another extension – even if it still crashes once I deleted this extension on my ftp, and its table in database…). I don’t think it’s related to your modification, so thanks again!

    • This reply was modified 3 years, 9 months ago by TB54.
    Thread Starter TB54

    (@tb54)

    Ok. Thanks !

    Thread Starter TB54

    (@tb54)

    It works perfectly. Thanks !

    Thread Starter TB54

    (@tb54)

    Oh sorry, i could have found that myself :-$

    Thanks !

    • This reply was modified 7 years, 7 months ago by TB54.
    • This reply was modified 7 years, 7 months ago by TB54.
    Thread Starter TB54

    (@tb54)

    This would replace the the_tags( ‘# ‘, ‘<br/># ‘, ” ); part

    Yes, I was a bit slow to understand that 😀
    (I was doing ugly things to “functions.php”…)

    Thanks again !

    Thread Starter TB54

    (@tb54)

    I’m afraid I’m too noob to know how to properly handle this code (and can not afford the premium version for the moment), but I will ask for help from some friends, and the info you gave me will help.

    Thank you so much for your time !

    EDIT : oh, i just understood, it works perfectly. Thanks !

    • This reply was modified 7 years, 7 months ago by TB54.
Viewing 15 replies - 1 through 15 (of 19 total)