Jump to content

site dosnt work!


Recommended Posts

i installed prestashop and it was working,then i tried to install a new template.template doesnt work probably and i tried many times tu re install template by userguide of template,but it doesnt work probably again .finally i did something that now i cant even login to my admin panel!it shows that wrong password or email,but im sure that its true!help me please!im not a pro!its my first time!

here is the last thing i did and after this i even cant login!and site dosent work too!

»Step 1 :Download bestchoice-full-package_1.5.4.1_rxxx.zip and extract all contents to your host folder.

» Step 2 : Find 1_sample-database.sql and import the sql file your database.

» Step 3 : Find 2_update-database.sql, edit the last three lines and import the sql file your database.

  • UPDATE ps_shop_url SET `domain`='YOUR_DOMAIN';

  • UPDATE ps_shop_url SET `domain_ssl`='YOUR_DOMAIN';

  • UPDATE ps_shop_url SET `physical_uri`='/YOUR_BASE_URI/';

YOUR_DOMAIN : is your domain name

YOUR_BASE_URI : path to folder contain your site

» Step 4 : Copy /config/settings.inc.php.default to /config/settings.inc.php and configure this file

  • define('_DB_NAME_', 'database name');

  • define('_DB_SERVER_', 'database server');

  • define('_DB_USER_', 'database username');

  • define('_DB_PASSWD_', 'database password');

Edit the values to match your host.

Admin panel located in
/BASE_URI/psadmin
(BASE_URI : link to front end your site)

email address:

password:
presthemes

You can rename the directory psadmin to change the admin panel’s URL.
Link to comment
Share on other sites

Hi Mothman,

 

Do you have a domain name? Then:

  • UPDATE ps_shop_url SET `domain`='YOUR_DOMAIN'; <- add your own domain name, like www.myowndomain.com
  • UPDATE ps_shop_url SET `domain_ssl`='YOUR_DOMAIN'; < add your own domain name like www.myowndomain.com

The next one may be the culprit: It depends where you put your shop on your domain. Do you remember where you installed your shop? (maybe root folder, then just use

/

If in subfolder, then use something like

/myownshopsubfolder/

or maybe /prestashop/

  • UPDATE ps_shop_url SET `physical_uri`='/YOUR_BASE_URI/'; <- this one may be wrong, use / or /prestashop/ or /myownshopsubfolder/ or so

Let us know if this helped,

pascal

Link to comment
Share on other sites

  • 9 months later...
  • 9 months later...

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