Hello @eddiechang ,
Sorry to hear you are having this problem. Please provide us some info so we can investigate the issue:
- Server PHP version
- Any error message you encountered on your server or on client side
Best regards.
It was version 7.1 and I just updated to version 8.1. I don’t write down the error message, it just shown that the website encounter an error. I finally use FTP to disable the plugin from backend, and re-login to the webadmin, and check one by one, finally found the error is from Ultimate Block. After I disable this plugin, the website is back to work, but the features of the plugin is dead.
@eddiechang , thank you for the info. We will try to recreate the issue on our end will get back to you as soon as possible. Sorry for the inconvenience.
Best regards.
Hello @eddiechang,
We tried to recreate your issue on our end with PHP 8.1.22 and WordPress 6.3.1 but didn’t get any issue.
You mentioned you updated your PHP version, when we encountered this kind of issues after PHP updates before, they related to WordPress recommended PHP extensions not being reinstalled on newer PHP version. Please check if your PHP server has the correct extensions.
Also if you can recreate the issue on your end and take note of the error message, we can pinpoint and direct you in the correct direction. Because if it is a missing PHP extension that causes it, then your site will crash again in the future with other plugins who are using those necessary extensions.
Best regards.
this is still the issue. if PHP extensions should be present this can be checked for.
Fatal error: Uncaught Error: ftp_nlist(): Argument #1 ($ftp) must be of type resource, null given
in /var/www/html/wp-admin/includes/class-wp-filesystem-ftpext.php on line 438
simply use this function to check if the extension is missing before running this https://www.php.net/manual/en/function.extension-loaded.php
Having the same issue and hoping a fix gets rolled out so that I can upgrade a site to PHP 8.
Hello all,
We released an update addressing this issue. Please try it out. Best regards.