• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Plesk 8.0.1 and FC4 not compatible with PHP5?

S

Spazholio@

Guest
Ok, short and sweet:

Last week, we purchased another server to replace our old one which was running 7.5.4, PHP4 and FC2. We set up the new server, migrate all our domains, only to discover that most of our Gallery and WordPress installs are b0rked, giving us safe mode-like errors, even though safe mode is turned off for those particular domains. The kicker here is that when we tried to re-set up WordPress from the App Vault, it claims that it needs PHP4.x.x, and we have PHP5.x.x and it therefore can't continue. What the heck have we done wrong, and what can we do to resolve it?

ANY information shedding light on this would be appreciated.
 
I don't know if it will help in your situation but to get the appl vault to install with PHP5, edit the following file for each appl in the vault:

/usr/local/psa/var/cgitory/$appname$/info
*info.xml*
<APACHE_VHOST name="PHP" value="on" />
<DATABASE type="mysql" name="" username="" passwd="" host="localhost" />
<VERSION name="PHP" value="4.1.0" rel="ge" />
 
While that is completely do-able, and may be a temporary kludge to get it to work, what I want to know, essentially, is where we screwed up. It's pretty obvious we have, I just need to know where. =)

Once we know that, I may be able to correct the oversight, or just get another server, and do it properly (with CentOS this time).

I've been googling for others having the same issue, and I just haven't seen anyone else.
 
Back
Top