Link to home
Start Free TrialLog in
Avatar of rawandnet
rawandnet

asked on

after upgrade php 5.1 to php5.3 it is blank now

hi guys,

I upgraded my from php 5.1 to php 5.3, after restarting httpd, all php pages is blank,

I used the following repository
wget http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm
wget http://rpms.famillecollet.com/enterprise/remi-release-5.rpm
rpm -Uvh remi-release-5*.rpm epel-release-5*.rpm

and used below command to update
yum --enablerepo=remi update php

the following packages was updated
php-cli 5.3.2-1, php-common 5.3.2-1, php-ldap5.3.2-1,
this package was installed libedit2.11.2
any idea how to fix this

any idea how to fix this?
SOLUTION
Avatar of hernst42
hernst42
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rawandnet
rawandnet

ASKER

what do you mean by running apache script, do you mean updating it? and for php testing i created a test page:
<? phpinfo();?>

it was OK for php5.1 but for php 5.3 it is blank

do you advice to upgrade apache too?
ASKER CERTIFIED SOLUTION
Avatar of Michael Worsham
Michael Worsham
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thank you so much mwecomputers, i have been trying to fix that for a long time, i am sure many poeple has the same problem but don't have your soution
Glad I could help :)