Jump to content

New To Cubecart HELP!!


Guest jeffreybootes

Recommended Posts

Guest jeffreybootes

As ive said, im new to cubecart. I have limited database background but i am a computer science major and am not afraid to learn it. I own a company that sells flags and flagpoles. last year i put up a web site. that was all working well and good to show off our products and attract sales. But now i want to be able to sell onlne with an online store. there for i found cubecart and its free. GREAT.i can get some expierence working with the fundimentals of a shopping cart and how the system works with nothing down ... sparing you the rest of my life story.....

my domain is hosted by godaddy.com

its a linux box with php and mySQL

Ive tried to install several times. each time getting stuck at step 4

the last time i tried the manual method, ran the query and it created a bunch of tables in my mySQL database. i edited the global.inc.php file as it said

removed the install directory from my server

Now when i go to my site (i installed the store in the root not /store) the page reads:

MySQL Error Occured

2003: Can't connect to MySQL server on 'americasflagpolecompany.com' (111)

please help, i dont know where to go from here.

Link to comment
Share on other sites

Guest boyohboy

As ive said, im new to cubecart. I have limited database background but i am a computer science major and am not afraid to learn it. I own a company that sells flags and flagpoles. last year i put up a web site. that was all working well and good to show off our products and attract sales. But now i want to be able to sell onlne with an online store. there for i found cubecart and its free. GREAT.i can get some expierence working with the fundimentals of a shopping cart and how the system works with nothing down ... sparing you the rest of my life story.....

my domain is hosted by godaddy.com

its a linux box with php and mySQL

Ive tried to install several times. each time getting stuck at step 4

the last time i tried the manual method, ran the query and it created a bunch of tables in my mySQL database. i edited the global.inc.php file as it said

removed the install directory from my server

Now when i go to my site (i installed the store in the root not /store) the page reads:

MySQL Error Occured

2003: Can't connect to MySQL server on 'americasflagpolecompany.com' (111)

please help, i dont know where to go from here.

You need to make sure you got the following info. correct.

Database Hostname:

Database Name:

Database Username:

Database Password:

You can find out from your hosting service what that is just to confirm.

Link to comment
Share on other sites

Guest jeffreybootes

im also a little confused about the values of:

$glob['rootDir']

$glob['rootRel']

$glob['storeURL']

because my store is installed in root .... should they all not be '/'?

thanks guys

Link to comment
Share on other sites

All the information you require can be gotten from your host.

$glob['rootDir'] this is the true path to your files

$glob['rootRel']In your case this will be "/"

$glob['storeURL'] this is the url of your store http://www.whatever.com

Database Hostname:in most cases is localhost but not all cases

Database Name: this is the name of your database

Database Username: this is the username used to access your database

Database Password: this is the password used to access your database

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...