wimotek Posted February 15, 2024 Share Posted February 15, 2024 (edited) i have deleted both ./cache and ./var/cache . and i changed the shop url to new one in table ps_shop_url but still failed. what anyelse i can do ? Edited February 15, 2024 by wimotek (see edit history) Link to comment Share on other sites More sharing options...
Prestashop Addict Posted February 15, 2024 Share Posted February 15, 2024 Hi, it seems you have different cache system in this host. Deactivate memcache. And if you changed domain, shop url is not enough, you need to change all old url in database like cms. Link to comment Share on other sites More sharing options...
wimotek Posted February 16, 2024 Author Share Posted February 16, 2024 On 2/15/2024 at 10:18 PM, Prestashop Addict said: Hi, it seems you have different cache system in this host. Deactivate memcache. And if you changed domain, shop url is not enough, you need to change all old url in database like cms. yeah. i have search the whole database . most of them are logs something like that . so . i still don't know where i should change. i tried to disable memcached but still no luck. Link to comment Share on other sites More sharing options...
Prestashop Addict Posted February 16, 2024 Share Posted February 16, 2024 Ho Il y a 2 heures, wimotek a dit : yeah. i have search the whole database . most of them are logs something like that . so . i still don't know where i should change. i tried to disable memcached but still no luck. How did you disabled it? In app/config/parameters.php set and clear PScache after 'ps_caching' => 'CacheMemcache', 'ps_cache_enable' => false, 'ps_caching' => 'CacheMemcache', 'ps_cache_enable' => false, Link to comment Share on other sites More sharing options...
Nickz Posted February 16, 2024 Share Posted February 16, 2024 On 2/15/2024 at 2:34 AM, wimotek said: and i changed the shop url to new one in table ps_shop_url but still failed. htaccess, than some modules have the old shop url, several posibilties. You need to check your database at least. 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