Jump to content

Main Website & Login Not Working


Recommended Posts

Hello,

 

So, I installed Prestashop on my localhost with WAMP, I edited all the files and setup my theme how I wanted to.

 

I uploaded through my host GoDaddy and I followed all the steps to changing the php5.ini file:

 

magic_quotes_gpc = Off

allow_url_fopen = On

upload_tmp_dir = /home/content/y/o/u/yourusername/html/tmp

session.save_path = /home/content/y/o/u/yourusername/html/tmp

 

I then created a MYSQL database through GoDaddy and filled in the required fields.

Went into the "/config/settings.inc.php file and changed the fields:

 

define('_DB_SERVER_', 'localhost'); -> Changed to MYSQL Database from GoDaddy

define('_DB_NAME_', 'psdatabase'); -> Changed to MYSQL Database Name from GoDaddy

define('_DB_USER_', 'username'); -> Changed to MYSQL Database Username from GoDaddy

define('_DB_PASSWD_', 'password'); -> Changed to MYSQL Database Password from GoDaddy

define('_DB_PREFIX_', 'ps_'); -> Kept the same from my install on localhost with WAMP.

 

I then, proceeded in hopes to have my site up working, but I get an error message.

 

I don't know possibly what to do or fix to the problem. I hope you guys can help me out.

 

I did try to login to my backoffice, but I am unable to do that, but my back office "site/admin33" does load, but I can't login.

 

Thanks in advance!

Link to comment
Share on other sites

It is a table in your DB

Okay. I have a problem. I logged into MYSQL and launched phpmyadmin through GoDaddy, but there isn't any listed tables under my website.

 

How would I go about importing or populating that field?

 

Or is it better to just change the settings in SEO & URL with WAMP, then re-upload all the files and change the files all, again?

 

Thanks ~ Sorry, I'm new to using PrestaShop.

Link to comment
Share on other sites

You should export the database from your local install (given that nothing has changed in the database from the time you uploaded your PrestaShop files to your live site) and then import the database into your live host. 

 

Then, Go to the table "ps_configuration" and locate the records for PS_SHOP_DOMAIN and PS_SHOP_DOMAIN_SSL. Change these to the new domain name. Check the configuration table for any other entries that contain the old domain name and change accordingly.

  • Like 1
Link to comment
Share on other sites

@Micamelus,

I'm with GoDaddy and came across your post.

Did the previous suggestions work for you?

If you have questions on the database import process, see the link below:

http://support.godaddy.com/help/article/6802/importing-sql-files-into-mysql-databases-using-phpmyadmin

If you still have other questions or concerns feel free to reply or send me a private message.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...