Jump to content

Can not change the Default Theme from BO ! HELP !!!


Recommended Posts

I have upload a new theme into the themes folder on my server, I can see the theme in BO but I can't change from the default theme to the new one.
It says that the settings where completed with sucess but it dosen't do any change to the FO.
If I rename the prestashop theme it says in FO that the default theme is missing or check write permissions.
Writte permisions are ok on folder/subfolders langs in theme folder.
I'm stuck !


Help Me !!!

Link to comment
Share on other sites

I have upload a new theme into the themes folder on my server, I can see the theme in BO but I can't change from the default theme to the new one.
It says that the settings where completed with sucess but it dosen't do any change to the FO.
If I rename the prestashop theme it says in FO that the default theme is missing or check write permissions.
Writte permisions are ok on folder/subfolders langs in theme folder.
I'm stuck !


Help Me !!!


Hi Sidro.ro,

Check if the configuration file has the right settings
Rootfolder\config\settings.inc.php

Cheers..
Link to comment
Share on other sites

Hi and thanks for quick reply

explain please ... right settings...



<?php

define('__PS_BASE_URI__', '/');
define('_THEME_NAME_', 'prestashop');
define('_DB_NAME_', '********_*****');
define('_DB_SERVER_', 'localhost');
define('_DB_USER_', '*********_**********');
define('_DB_PREFIX_', 'ps_');
define('_DB_PASSWD_', '*********');
define('_DB_TYPE_', 'MySQL');
define('_COOKIE_KEY_', '***************');
define('_COOKIE_IV_', '*********');
define('_PS_VERSION_', '1.1.0.5');

?>

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