Page 1 of 1

upgrad php mysql fc2 problem

Posted: Thu Jul 06, 2006 4:01 pm
by lexi
i upgrdae mysql

Code: Select all

mysql_passwd-0.7-2.swsoft
mysql-devel-4.1.20-1.art.rhfc2.art
mysql-server-4.1.20-1.art.rhfc2.art
php-mysql-5.0.4-13.rhfc2.art
mysql-server-4.1.19-1.art.rhfc2.art
mysql-compat-4.1.20-1.art.rhfc2.art
and 
php

Code: Select all

php-xmlrpc-5.0.4-13.rhfc2.art
php-snmp-5.0.4-13.rhfc2.art
php-odbc-5.0.4-13.rhfc2.art
phpMyFamily-1.4.1-80014
phpBook-1.50-80013
php-ioncube-loader-1.1-fc2.build060607.14
phpwebsite-0.10.2-80004
phpWiki-1.3.11-80019
phpMoney-1.3-80021
phpBugTracker-1.19-80014
phpBB-2.0.19-80005
php-ldap-5.0.4-13.rhfc2.art
php-xml-5.0.4-13.rhfc2.art
php-pgsql-5.0.4-13.rhfc2.art
php-mysql-5.0.4-13.rhfc2.art
php-mbstring-5.0.4-13.rhfc2.art
php-pear-5.0.4-13.rhfc2.art
php-imap-5.0.4-13.rhfc2.art
php-devel-5.0.4-13.rhfc2.art
php-5.0.4-13.rhfc2.art
psa-php4-configurator-1.0.0-fc2.build80060613.20
phpsurveyor-0.98-80021
phpDig-1.85-80010
phpAds-2.0.7-80007
an the php is without mysql :-((
cu
lexi

Posted: Thu Jul 06, 2006 7:38 pm
by pedrodj
same here: vbulletin doesnt work on php 5.0.4 (or i'm unable to fix it)

Posted: Fri Jul 07, 2006 7:25 am
by scott
try running php from the command line on some scripts to see if there are any error messages.

Posted: Fri Jul 07, 2006 7:41 am
by pedrodj
vBulletin 3.6.0 Beta 2 requires that the MySQL functions in PHP be available. Please ask your host to enable this.

Posted: Fri Jul 07, 2006 2:58 pm
by scott
did you replace php.ini with the php 5.0 version?

Posted: Sat Jul 08, 2006 5:16 am
by lexi
scott wrote:did you replace php.ini with the php 5.0 version?
thanx it works
:D

Posted: Sat Jul 08, 2006 9:14 am
by scott
Just a note for folks with really custom php.ini's, the extention_path has changed to /usr/lib/php/modules/

there are other new settings in 5's php.ini that you should probably merge in as well, mysqli for example.