Page 1 of 1

Branches / php-7

Posted: Sat 24. Sep 2016, 15:45
by Chaffinch
Gentlemen, I have a question.
Does anyone have an installed version phpWCMS in PHP Version 7.0 ?
During the installation, I have a problem:
1) WWW server: Apache
2) PHP version: 7.0.9 OK
3) MySQL version:
Fatal error: Uncaught Error: Call to undefined function mysql_get_server_info() in
/home/users/.../public_html/php-7/setup/inc/step0.inc.php:55
Stack trace: #0 /home/users/.../public_html/php-7/setup/setup.php(72):
include() #1 {main} thrown in /home/users/.../public_html/php-7/setup/inc/step0.inc.php on line 55

Thank you in advance for your answer
Bogdan

Re: Branches / php-7

Posted: Sun 25. Sep 2016, 01:38
by Old Boy
Wouldn't it be better, to change the used PHP version on the server ... may be inside the .htaccess-file.

Best solution is, to ask your provider, how to do it :idea:

Re: Branches / php-7

Posted: Sun 25. Sep 2016, 07:53
by Oliver Georgi
It is just the branch and does nothing at the moment – means it is not working under PHP7 yet…

Re: Branches / php-7

Posted: Sun 25. Sep 2016, 08:56
by Chaffinch
Oliver Georgi wrote:It is just the branch and does nothing at the moment – means it is not working under PHP7 yet…
Gentlemen thank you for your answer