farzin_mothman Posted July 17, 2013 Share Posted July 17, 2013 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: [email protected] password: presthemes You can rename the directory psadmin to change the admin panel’s URL. Link to comment Share on other sites More sharing options...
theme_designer Posted July 17, 2013 Share Posted July 17, 2013 Is your template compatible with your prestashop version? Link to comment Share on other sites More sharing options...
PascalVG Posted July 23, 2013 Share Posted July 23, 2013 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 More sharing options...
vifra Posted May 22, 2014 Share Posted May 22, 2014 Hi. I have similar problem: I write the url www.mydomain.com/psadmin and it goes to http://www.mydomain.com/psadmin/install/ And the full install of my theme did not come with the install folder (it is suppossed to be already installed. Error: "install" directory is missing Any idea?? Thanks Link to comment Share on other sites More sharing options...
EnkiShop Posted February 24, 2015 Share Posted February 24, 2015 Hi i did so UPDATE ps_shop_url SET `physical_uri`='/'; Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now