Hello
we use SC8 with postgres, and I try to keep running a virtual machine to test deployment of production server, SO is Ubuntu 14.04.2 LTS x64
I have installed apache 2.4.7, php 5.5.9, postgresql 9.3, libapache2-mod-php5 5.5.9, php5-cli
zip, mbsrting, gd are installed
but when I try to open the first page I ve got only white blank page
in apache error log I,ve got the following
Failed loading /etc/apache2/ZendGuardLoader.so: /etc/apache2/ZendGuardLoader.so: wrong ELF class: ELFCLASS32
[Mon Mar 09 15:32:18.989330 2015] [mpm_prefork:notice] [pid 1475] AH00163: Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.6 configured – resuming normal operations
[Mon Mar 09 15:32:19.003304 2015] [core:notice] [pid 1475] AH00094: Command line: ‘/usr/sbin/apache2’
[Mon Mar 09 15:57:17.253361 2015] [:error] [pid 1493] [client 172.16.60.1:52451] PHP Parse error: syntax error, unexpected ‘else’ (T_ELSE), expecting function (T_FUNCTION) in /var/www/html/dm/dm/index.php on line 670
On the SC8 server the project work perfectly
what do I have to check?
Regards