Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hello, this forum allows mutual assistance. Therefore we will continue to exchange through the forum. Have you ever tried to disable all the plugins and check if the problem persists?

    Hello, I would like to respond whith the process I took to find the cause. First you have to check the compatibility of the plugins with the version of WP. If plugins are no longer followed and adapted, they must be deactivated. In my case I found by this method the plugin causing the error.

    Hello, I think the problem is solved. The noo-menu plugin was the source of the problem. It is a plugin that is no longer maintained. I replaced it with megamenu which is still maintained. Can you check if the problem is also fixed for you. Thanks again for detecting and reporting this anomaly in WP to me.

    Thanks for this feedback. Unfortunately I am my own host and webmaster. So far my servers are working fine. There I will have to investigate to find out what is malfunctioning. I will come back to you after resolution.

    The wp shell command comes with followinf errors.

    
    dan@mail:/var/www/la-gazette-climontaine.info$ wp shell
    PHP Warning:  ftp_nlist() expects parameter 1 to be resource, null given in /var/www/la-gazette-climontaine.info/wp-admin/includes/class-wp-filesystem-ftpext.php on line 402
    Warning: ftp_nlist() expects parameter 1 to be resource, null given in /var/www/la-gazette-climontaine.info/wp-admin/includes/class-wp-filesystem-ftpext.php on line 402
    PHP Warning:  ftp_pwd() expects parameter 1 to be resource, null given in /var/www/la-gazette-climontaine.info/wp-admin/includes/class-wp-filesystem-ftpext.php on line 226
    Warning: ftp_pwd() expects parameter 1 to be resource, null given in /var/www/la-gazette-climontaine.info/wp-admin/includes/class-wp-filesystem-ftpext.php on line 226
    PHP Warning:  ftp_pwd() expects parameter 1 to be resource, null given in /var/www/la-gazette-climontaine.info/wp-admin/includes/class-wp-filesystem-ftpext.php on line 226
    Warning: ftp_pwd() expects parameter 1 to be resource, null given in /var/www/la-gazette-climontaine.info/wp-admin/includes/class-wp-filesystem-ftpext.php on line 226
    PHP Warning:  ftp_pwd() expects parameter 1 to be resource, null given in /var/www/la-gazette-climontaine.info/wp-admin/includes/class-wp-filesystem-ftpext.php on line 226
    Warning: ftp_pwd() expects parameter 1 to be resource, null given in /var/www/la-gazette-climontaine.info/wp-admin/includes/class-wp-filesystem-ftpext.php on line 226
    PHP Warning:  ftp_nlist() expects parameter 1 to be resource, null given in /var/www/la-gazette-climontaine.info/wp-admin/includes/class-wp-filesystem-ftpext.php on line 402
    Warning: ftp_nlist() expects parameter 1 to be resource, null given in /var/www/la-gazette-climontaine.info/wp-admin/includes/class-wp-filesystem-ftpext.php on line 402
    PHP Warning:  ftp_pwd() expects parameter 1 to be resource, null given in /var/www/la-gazette-climontaine.info/wp-admin/includes/class-wp-filesystem-ftpext.php on line 226
    Warning: ftp_pwd() expects parameter 1 to be resource, null given in /var/www/la-gazette-climontaine.info/wp-admin/includes/class-wp-filesystem-ftpext.php on line 226
    PHP Warning:  ftp_pwd() expects parameter 1 to be resource, null given in /var/www/la-gazette-climontaine.info/wp-admin/includes/class-wp-filesystem-ftpext.php on line 226
    Warning: ftp_pwd() expects parameter 1 to be resource, null given in /var/www/la-gazette-climontaine.info/wp-admin/includes/class-wp-filesystem-ftpext.php on line 226
    PHP Warning:  ftp_pwd() expects parameter 1 to be resource, null given in /var/www/la-gazette-climontaine.info/wp-admin/includes/class-wp-filesystem-ftpext.php on line 681
    Warning: ftp_pwd() expects parameter 1 to be resource, null given in /var/www/la-gazette-climontaine.info/wp-admin/includes/class-wp-filesystem-ftpext.php on line 681
    PHP Warning:  ftp_pwd() expects parameter 1 to be resource, null given in /var/www/la-gazette-climontaine.info/wp-admin/includes/class-wp-filesystem-ftpext.php on line 226
    Warning: ftp_pwd() expects parameter 1 to be resource, null given in /var/www/la-gazette-climontaine.info/wp-admin/includes/class-wp-filesystem-ftpext.php on line 226
    PHP Warning:  ftp_pwd() expects parameter 1 to be resource, null given in /var/www/la-gazette-climontaine.info/wp-admin/includes/class-wp-filesystem-ftpext.php on line 226
    Warning: ftp_pwd() expects parameter 1 to be resource, null given in /var/www/la-gazette-climontaine.info/wp-admin/includes/class-wp-filesystem-ftpext.php on line 226
    PHP Warning:  ftp_mkdir() expects parameter 1 to be resource, null given in /var/www/la-gazette-climontaine.info/wp-admin/includes/class-wp-filesystem-ftpext.php on line 539
    Warning: ftp_mkdir() expects parameter 1 to be resource, null given in /var/www/la-gazette-climontaine.info/wp-admin/includes/class-wp-filesystem-ftpext.php on line 539
    PHP Fatal error:  Cannot redeclare postbox_classes() (previously declared in /var/www/la-gazette-climontaine.info/wp-content/plugins/noo-menu/noo-menu-demo-control.php:7) in /var/www/la-gazette-climontaine.info/wp-admin/includes/post.php on line 1312
    Fatal error: Cannot redeclare postbox_classes() (previously declared in /var/www/la-gazette-climontaine.info/wp-content/plugins/noo-menu/noo-menu-demo-control.php:7) in /var/www/la-gazette-climontaine.info/wp-admin/includes/post.php on line 1312
    Error: Une erreur critique est survenue sur votre site.En apprendre plus sur le débogage de WordPress. Une erreur critique est survenue sur votre site.
    

    I guess there in an serious issue. But the site is working properly.

    • This reply was modified 4 years, 10 months ago by Yui. Reason: please use CODE button for proper formatting

    Hello, nothing to report on the dashboard side. Everything seems to be normal.

    Thread Starter dan1952iel

    (@dan1952iel)

    Hello,
    I just found the mistake. This is an error due to the change from php 7.2 to php 7.3. The system update failed to update some settings.
    By passing the command “php -v” I saw that the system was version 7.2 although WordPress uses version 7.3.
    This is quite disturbing because I thought to be completely 7.3 whereas some parts of the system still use 7.2.
    Here are the commands to enter at the console.
    sudo a2dismod php7.2
    sudo service apache2 restart
    sudo a2enmod php7.3
    sudo update-alternatives –set php /usr/bin/php7.3
    sudo service apache2 restart
    So we force php to the correct version throughout the system.
    Cordially
    Dan

    Thread Starter dan1952iel

    (@dan1952iel)

    Hello,
    I just found the mistake. This is an error due to the change from php 7.2 to php 7.3. The system update failed to update some settings.
    By passing the command “php -v” I saw that the system was version 7.2 although WordPress uses version 7.3.
    This is quite disturbing because I thought to be completely 7.3 whereas some parts of the system still use 7.2.
    Here are the commands to enter at the console.
    sudo a2dismod php7.2
    sudo service apache2 restart
    sudo a2enmod php7.3
    sudo update-alternatives –set php /usr/bin/php7.3
    sudo service apache2 restart
    So we force php to the correct version throughout the system.
    Cordially
    Dan

    Thread Starter dan1952iel

    (@dan1952iel)

    Here is additional information:
    root@mail:/# curl -V

    curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1b zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3
    Release-Date: 2018-01-24
    Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smb smbs smtp smtps telnet tftp
    Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets HTTPS-proxy PSL

    and

    root@mail:/# openssl version

    OpenSSL 1.1.1b 26 Feb 2019

    Sems to be the right level.
    Could you please support me.
    Many thanks

    Thread Starter dan1952iel

    (@dan1952iel)

    OK the issue now raised under the mailpoet 3 plugin.
    Thanks a lot.
    This issue can be closed.
    Dan

    Thread Starter dan1952iel

    (@dan1952iel)

    The notation has been adjusted according to the latest events. Regarding the reason for the malfunction I unfortunately have no trace because I have uninstalled and reinstalled the plugin. That said, I think the issue will be replicable with the upcoming WP updates. I will keep you informed as necessary. All the best. Dan

    Thread Starter dan1952iel

    (@dan1952iel)

    I was angry to see the effort needed to solve my problem. WP is designed for a wide range of blog designer. I am one of those with the least amount of technical experience. Yet my site is running well, and I have not had a problem so far. To solve my problem, I followed the procedures and tips. It took me a lot of time and I destabilized my site (probably by bad handling). The Event Calendar is the solution that I appreciate and recommend. So I restore the backup from the day before. Then I uninstalled and reinstalled the plugin. And now everything is back in order. I lost some data, but I was able to re-enter it. I apologize for being exited but the pressure of my users was strong. Sorry for that.

Viewing 12 replies - 1 through 12 (of 12 total)