XF 2.0 [Solved] The site is currently being upgraded with PHP 7.1 or PHP 7.2

Recep Baltaş

Well-known member
When I switch the server to PHP 7.1 or PHP 7.2, start recieving this error when trying to open threads:

Code:
The site is currently being upgraded. Please check back later.

Forum is up to date with 2.0.4. No error with PHP 7.0.
 
Debug is already enabled I think:

Code:
//$config['debug'] = 1;

But same:

Code:
The site is currently being upgraded. Please check back later.

AdminCP works. Main page also working. But can't get into threads.
 
I'm sure the file is the right one.

Actually yes, some PHP extions could be mssing. As I enable PHP 7.1 or 7.2, I get cURL warning in Wordpress.

OK, that was a lot of modules missing.

Code:
•    php71-libc-client
•    php71-php-bcmath
•    php71-php-calendar
•    php71-php-curl
•    php71-php-gd
•    php71-php-gettext
•    php71-php-iconv
•    php71-php-imap
•    php71-php-intl
•    php71-php-mbstring
•    php71-php-mcrypt
•    php71-php-soap
•    php71-php-sockets
•    php71-php-tidy
•    php71-php-xmlrpc
•    php71-php-zip
•    php72-libc-client
•    php72-php-bcmath
•    php72-php-calendar
•    php72-php-curl
•    php72-php-gd
•    php72-php-gettext
•    php72-php-iconv
•    php72-php-imap
•    php72-php-intl
•    php72-php-mbstring
•    php72-php-soap
•    php72-php-sockets
•    php72-php-tidy
•    php72-php-xmlrpc
•    php72-php-zip
 
Last edited:
Top Bottom