Jump to content

Notice: Use of undefined constant _THEME_NAME_ - assumed


Recommended Posts

bonjour, 

 

quelqu'un pourrait-il m'aider pour résoudre cette erreur : 

 

Notice: Use of undefined constant _THEME_NAME_ - assumed '_THEME_NAME_' in C:\xampp\htdocs\IESWEB\prestashop1.5.0.3\install\classes\Module.php on line 781

 

et la ligne 781 en question : 

self::$classInModule[$currentClass] = substr(dirname($filePath), strlen($realpathModuleDir)+1);

 

le nom de mon theme est "themeies"

 

par avance merci à tous

Link to comment
Share on other sites

et aussi 

 

Notice: Use of undefined constant __PS_BASE_URI__ - assumed '__PS_BASE_URI__' in C:\xampp\htdocs\IESWEB\prestashop1.5.0.3\install\xml\doUpgrade.php on line 67

 

la ligne en question : define('_THEMES_DIR_', __PS_BASE_URI__.'themes/');

 

par avance merci

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