There are problems after starting installing with php 5.3.3
I make .htaccess with text "AddHandler x-httpd-php53 .php". First page installing is appeared. There are problems after page "database setting". The blank page is appeared. Or HTTP Error 500 (Internal Server Error) in IE11.
I see this in hosting logs: [Wed May 21 15:57:04 2014] [error] [client 91.215.78.157] Zend Optimizer requires Zend Engine API version 220060519., referer: http://mysite.ru/install/index.php [Wed May 21 15:57:04 2014] [error] [client 91.215.78.157] The Zend Engine API version 220090626 which is installed, is newer., referer: http://mysite.ru/install/index.php [Wed May 21 15:57:04 2014] [error] [client 91.215.78.157] Contact Zend Technologies at http://www.zend.com/ for a later version of Zend Optimizer., referer: http://mysite.ru/install/index.php [Wed May 21 15:57:04 2014] [error] [client 91.215.78.157] , referer: http://mysite.ru/install/index.php
Support says that there is only combination РНР 5.2 - Zend Optimizer 220060519 РНР 5.3 - Zend Optimizer 220090626 on the hosting
Posts: 1,526Member, Administrator, Sourcefabric Team
1. zend api conflict is a provider problem. It isn't newscoop related issue. 2. during installation newscoop overwrites .htaccess by htaccess file (see root folder). You should add php handler there also and try to reinstall.
I commented # AddHandler x-httpd-php10 .php and added AddHandler x-httpd-php53 .php in the htaccess in root folder (in root of newscoop folder) I've tried to reinstall. And again after Database Settings i have HTTP 500 Internal server error.