Patrick
-
Posts
243 -
Joined
-
Last visited
-
Days Won
20
Community Answers
-
Patrick's post in Error: Invalid administrator login attempt. But credentials are correct was marked as the answer
Hello,
The login must be an email : I think that's why you have a problem. Try to reinstall it with an email or change inside you db : administrator
-
Patrick's post in Composer update was marked as the answer
Hello @drack,
You can make an update one by one, in manual . It's possible one is not again updated but works fine with php8, it's better to not touch ?
go to your root chop and : composer update mylibraries
You can also remove the librairies and reinstall it. But I recommend to do that on test website : comnposer remove mylibraries
+
-
Patrick's post in Admin directory was marked as the answer
Hello,
I thik you try to secure the application.
Look this blog you will have some information.
https://www.clicshopping.org/forum/blogs/entry/4-clicshopping-installation-process/
- /includes/ClicShopping/Sites/Shop/site_conf.php : store configuration file (catalog) - /includes/ClicShopping/Sites/ClicShoppingAdmin/site_conf.php : store configuration file (administration) ===> this one to change ClicShoppingAdmin By MyAdmin - /includes/ClicShopping/Conf : database access
-
Patrick's post in Hooks GRPD was marked as the answer
Hello Gary,
Welcome in this new forum and e-commerce solution.
look this directory : /includes/Module/Hooks/Shop/Account
For example, if you look the file DeleteAccount, you will see 2 files :
AccountGdprDeleteAccount ==> this file display the information
AccountGdprCallDeleteAccount ==> this files make the action process.
That I know, maybe @ClicShopping can confirm that, the files must start by this name : AccountGdpr .....php
Good luck