Jump to content

Quick, Easy, 3.0 Installation Guided on cPanel!


Guest

Recommended Posts

How to setup CubeCart3 in 10 Simple Steps

1. Download Cubecart three

2. Extract the files

3. Zip up all the files in the upload folder then login, go to file manager, upload ZIP file to the cubecart3 folder and click the ZIP file and then select Extract files

4. Login, Go to MySQL Databases and scroll down to where it says Add DB and type a name of what you want

5. On the MySQL Databases page go to where you can add a user and choose a username + password

6. Again on the MySQL Databases page there will be an option to select a username and attach it to a database, select your username for cubecart3 and attach it to your cubecart3 database

7. Go to Unlimited FTP in the ftp manager if you have it and go to public_html>your cubecart3 folder>images>uploads and right click on the thumbs folder and select CHMOD and type 0777 (if you dont have Unlimited FTP youll have to ask someone else how to do this as I dont know how)

8. Go to your cubecart ( http://www.yourdomain.com/yourcc3folder )

9. Follow the instructions

10. Congratulations your Cubecart should be up and running!!

Do these steps and it should all work!

Note: These steps are for the automatic method only.

________________________________________________________________________________

___________________________________

Fixing the Admin 401 Page not found error

DO THIS ONLY IF NEEDED!

What you need to do is replace $_SESSION['ccAdmin'] with $_SESSION['adminUser'] in the following files and you then should be able use the admin panel. I recommend that when your editing the files to replace them push CTRL + F and you can just search for the $_SESSION['ccAdmin'] and it will find it.

\admin\login.php

\admin\logout.php (2 places)

\admin\adminusers\changePass.php

\admin\includes\auth.inc.php (3 places)

\admin\includes\footer.inc.php

\admin\includes\header.inc.php (2 places)

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...