[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] os Commerce on RaQ 550 HELP ! ! !
- Subject: RE: [cobalt-users] os Commerce on RaQ 550 HELP ! ! !
- From: BSmith@xxxxxxxxxxx
- Date: Tue Jan 14 12:47:00 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
-----Original Message-----
From: Jeffrey M. Nunes [mailto:jmn@xxxxxxxxxx]
Sent: Tuesday, January 14, 2003 3:25 PM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: [cobalt-users] os Commerce on RaQ 550 HELP ! ! !
I have unpacked the latest snapshot of os Commerce into the web root of 1
web site on a RaQ 550. Everything seems to go OK until I get to the 3rd page
of the install.
1-new install (mysite/catalog/install)
2-I Fill out the form with all the correct info:
DB server is set to localhost, the correct user name / password, and the
correct DB
3-I hit submit I am brought to the 3rd page and all that is displayed is
step 1: DB Import. It seems to hang up here nothing else is displayed. If it
doesn't connect to the DB it should say a connection to the DB failed,
correct? I have even tried changing the DB server:configure.php
localhost:3306/var/lib/mysql/mysql.socket
_____________________________________
#1 - Buy mine (Just kidding), but I do have one :-)
The answer is simple, you do not have mySQL for php. What you probably will
need to do is uncomment
#extension mysql.so or something along those lines, just take the hash out.
That will fix the problem,
I am 99% sure of that.
Also, make the database first. I believe I had to do that also
make a blank file, called: php-info.php and add the following contents
<?php
echo phpinfo();
?>
See if you have mySQL installed/working with PHP.
Thanks,
Brian