Page 1 of 1

Server Build issues

Posted: Sun Nov 10, 2013 11:47 am
by rhys1
I have prepared a virtual machine to prep for my actual online web server upgrade using the following process

First i get the basics up in following order -
  • Installed CENTOS 6.4
    CENTOS Updates/upgrades using "yum upgrade"
    Install Plesk 11.5 using the Auto Installer
    Performed updates on the current packages
With the system basics setup i wanted to get PHP 5.3 , 5.4 and 5.5 working within the same system along side the mysql server database so i did the following -

wget -q -O - http://www.atomicorp.com/installers/atomic | sh
yum --enablerepo=atomic-testing install atomic-php53-php atomic-php53-php-mysql
yum --exclude=atomic-php54-php-mysql install atomic-php54*x86_64 --skip-broken
yum --exclude=atomic-php55-php-mysql install atomic-php55*x86_64 --skip-broken
/usr/local/psa/bin/php_handler --add -displayname "5.5" -path "/opt/atomic/atomic-php55/root/usr/bin/php-cgi" -phpini "/opt/atomic/atomic-php55/root/etc/php.ini" -type fastcgi -id "fastcgi-55"

yum upgrade (upgrades existing php 5.3 installed by plesk to php 5.4)

/usr/local/psa/bin/php_handler --add -displayname "5.3" -path "/opt/atomic/atomic-php53/root/usr/bin/php-cgi" -phpini "/opt/atomic/atomic-php53/root/etc/php.ini" -type fastcgi -id "fastcgi-53"

SQL UPGRADE CHECK COMMAND - mysql_upgrade -uadmin -p`cat /etc/psa/.psa.shadow`

This successfully got all php versions working with support to the mysql database server and correctly showing up within the Plesk Control Panel.

However i would also like to get PHP-GD working on all the php versions iif its possible or just on 5.3 & 5.4.

Another issue is now that i thought everything was setup untill i do the following -
I downloaded Wolt Community Framework
Installed it on the test site sucessfully
Performed an Upgrade to the Framework Sucessfully

But when i try to install Wolt Board Lite from the framework i get the Internal Server 500 Issue


Any suggestions how i can tweak the setup process or how to fix the issues?

Thanks

(i hope i posted this in the correct place also)