BKS
Forum Replies Created
-
@wfphil Any update on this?
@wfphil , It is version 2.4. Thanks.
I am hosting the site on my own server and I do not have .user.ini file on the server.
HI @wfpeter ,
Thanks for the suggestion. I made the changes as suggested and restarted the scan. There was some progress but the scan filed before completing it.
I emailed the log for the scan as well.
Thanks.
@wfpeter Any update on this?
@wfpeter I was able to resolve the cURL issue by reinstalling the php-curl but the scan is still not working. I emailed both log and diagnostic reports via email as well.
Thanks.
@wfpeter The error_log has that error but not sure why as the lib is in the place as expected and the php.ini is also in the place as expected.
root@website:/var/log/apache2# ls -l /etc/php/8.1/apache2/php.ini
-rw-r--r-- 1 root root 73929 Apr 23 23:44 /etc/php/8.1/apache2/php.ini
root@website:/var/log/apache2# grep curl /etc/php/8.1/apache2/php.ini
; The ldap extension must be before curl if OpenSSL 1.0.2 and OpenLDAP is used
extension=curl
[curl]
;curl.cainfo =
root@website:/var/log/apache2# grep "Unable to load" error.log
PHP Warning: PHP Startup: Unable to load dynamic library 'curl' (tried: /usr/lib/php/20210902/curl (/usr/lib/php/20210902/curl: cannot open shared object file: No such file or directory), /usr/lib/php/20210902/curl.so (/usr/lib/php/20210902/curl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
root@website:/var/log/apache2# ls -l /usr/lib/php/20210902/curl.so
-rw-r--r-- 1 root root 117000 Mar 13 18:27 /usr/lib/php/20210902/curl.so
root@website:/var/log/apache2#- This reply was modified 1 year, 1 month ago by BKS.
@wfpeter I do see the error in the error_log as you mentioned but not sure why it can’t load the lib file as the lib file is there and the php.ini is also in the correct place.
root@website:/var/log/apache2# ls -l /etc/php/8.1/apache2/php.ini
-rw-r--r-- 1 root root 73929 Apr 23 23:44 /etc/php/8.1/apache2/php.ini
root@website:/var/log/apache2# grep curl /etc/php/8.1/apache2/php.ini
; The ldap extension must be before curl if OpenSSL 1.0.2 and OpenLDAP is used
extension=curl
[curl]
;curl.cainfo =
root@website:/var/log/apache2# grep "Unable to load" error.log
PHP Warning: PHP Startup: Unable to load dynamic library 'curl' (tried: /usr/lib/php/20210902/curl (/usr/lib/php/20210902/curl: cannot open shared object file: No such file or directory), /usr/lib/php/20210902/curl.so (/usr/lib/php/20210902/curl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
root@website:/var/log/apache2# ls -l /usr/lib/php/20210902/curl.so
-rw-r--r-- 1 root root 117000 Mar 13 18:27 /usr/lib/php/20210902/curl.so
root@website:/var/log/apache2#- This reply was modified 1 year, 1 month ago by BKS.
I built a new virtual server and had no problems with that. Not sure why was this an issue with the old server.
Wordfence is the only active plugin on the site and I can’t get the license key installed. Have sent the diagnostic info via email as well.
It is a brand new website and there are no caching plugins.