• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

php 5.5.9 help

daleanderson

New Pleskian
i don't know if this is just me being a noob but its really getting on my nerves now i can't install php support on my server is there an idiots guide on how to do this as its driving me nuts
 
this is what i get [root@vps92074434 ~]# wget -q -o - http://atomicorp.com/installers/atomic
[root@vps92074434 ~]# yum install plesk-php-panda
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: mirror.sov.uk.goscomb.net
* extras: centos.serverspace.co.uk
* updates: mirror.bytemark.co.uk
base | 3.7 kB 00:00
extras | 3.4 kB 00:00
updates | 3.4 kB 00:00
Setting up Install Process
No package plesk-php-panda available.
Error: Nothing to do
 
now i get this error after installing the php

[Mon Feb 10 16:49:23 2014] [error] [client 90.215.114.190] PHP Fatal error: Call to undefined function mcrypt_decrypt() in /var/www/vhosts/battisfordmotorcycles.co.uk/httpdocs/prestashop/classes/Rijndael.php on line 70
 
For debian / ubuntu servers ...
Code:
sudo apt-get install php5-mcrypt

CentOS

Code:
yum install php5-mcrypt
 
For debian / ubuntu servers ...
Code:
sudo apt-get install php5-mcrypt

CentOS

Code:
yum install php5-mcrypt

this is what i get with "yum install php5-mcrypt"


[root@vps92074434 ~]# yum install php5-mcrypt
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* atomic: www7.atomicorp.com
* base: mirror.bytemark.co.uk
* extras: mirror.bytemark.co.uk
* updates: mirror.bytemark.co.uk
Setting up Install Process
No package php5-mcrypt available.
Error: Nothing to do
 
Its called "php-mcrypt", however if you are using PHP Panda you do not need to do this. It would already be installed as: atomic-php54-php-mcrypt and atomic-php55-php-mcrypt
 
what i have done so far. i have rebuilt the server and deleted everything re-uploaded the site and the database. installed every addon there is in plesk done panda php and everything else but it still didn't work. then i dropped the 5 from php-mcrypt, restarted the apache and then it works i get a 404 but it brings up the basics of the site and the 404 is an easy fix. thanks abdi and atomicturtle for the help now i'm gonna have a little cry in the corner. lol but you can check it out here

http://battisfordmotorcycles.co.uk/prestashop/en/
 
Back
Top