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