For those of us for experienced this issues, its a bitch to say the least. But with the all mighty power of google there is a solution. Downgrade from php5.6 to 5.5. As @[deleted] pointed out to me its an openssl issue. Here is the work around for those who wish to keep php5.6 https://github.com/osTicket/osTicket/issues/2628Downgrade to php5.5 was easier said than done. So here is a step by step on how to accomplish this.Remove PHP5.6: apt-get purge php*List Repos: cd /etc/apt/sources.list.d && lsRemove Old PHP Repos: rm -rf ondrej-ubuntu-php*Add Repo: add-apt-repository ppa/phpUpdate: apt-get updateInstall PHP5.5: apt-get install php5.5 php5.5-mysql php5.5-imap php5.5-gdUpdate: apt-get updateRestart apache: service apache2 restartLink to Repos and install http://askubuntu.com/questions/109404/how-do-i-install-different-upgrade-or-downgrade-php-version-in-still-supported

Write a Reply...