General Discussion of atomic repo and development projects.
Ask for help here with anything else not covered by other forums.
-
lexi
- New Forum User

- Posts: 2
- Joined: Thu Jul 06, 2006 3:55 pm
Unread post
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
-
pedrodj
- Forum User

- Posts: 28
- Joined: Tue Jul 04, 2006 7:14 am
Unread post
by pedrodj »
same here: vbulletin doesnt work on php 5.0.4 (or i'm unable to fix it)
-
scott
- Atomicorp Staff - Site Admin

- Posts: 8355
- Joined: Wed Dec 31, 1969 8:00 pm
- Location: earth
-
Contact:
Unread post
by scott »
try running php from the command line on some scripts to see if there are any error messages.
-
pedrodj
- Forum User

- Posts: 28
- Joined: Tue Jul 04, 2006 7:14 am
Unread post
by pedrodj »
vBulletin 3.6.0 Beta 2 requires that the MySQL functions in PHP be available. Please ask your host to enable this.
-
scott
- Atomicorp Staff - Site Admin

- Posts: 8355
- Joined: Wed Dec 31, 1969 8:00 pm
- Location: earth
-
Contact:
Unread post
by scott »
did you replace php.ini with the php 5.0 version?
-
lexi
- New Forum User

- Posts: 2
- Joined: Thu Jul 06, 2006 3:55 pm
Unread post
by lexi »
scott wrote:did you replace php.ini with the php 5.0 version?
thanx it works

-
scott
- Atomicorp Staff - Site Admin

- Posts: 8355
- Joined: Wed Dec 31, 1969 8:00 pm
- Location: earth
-
Contact:
Unread post
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.