Webshoptime Posted May 24, 2017 Share Posted May 24, 2017 I have migrate another site, but i have a problem with this one. if i change the domein it changing back. The other shops i migrated no problem. Link to comment Share on other sites More sharing options...
0 Webshoptime Posted May 24, 2017 Author Share Posted May 24, 2017 @mdekker said in Seo url not working: Store domain is in both the ps_configuration table and ps_shop table. ``` PrestaShopException Class 'DuplicateURLRedirect' not found at line 23 in file override/classes/controller/FrontController.php php 18. } 19. 20. public function init() 21. { 22. include_once(_PS_MODULE_DIR_.'/duplicateurlredirect/duplicateurlredirect.php'); 23. => $dup = new DuplicateURLRedirect(); 24. $dup->redirect(); 25. parent::init(); 26. } 27. 28. - FrontController->init - [line 373 - classes/controller/Controller.php] php 368. } 369. } 370. echo $content; 371. 372. } else { 373. => $this->init(); 374. if ($this->checkAccess()) { 375. if (!$this->content_only && ($this->display_header || (isset($this->className) && $this->className))) { 376. $this->setMedia(); 377. } 378. - ControllerCore->run - [line 742 - classes/Dispatcher.php] php 737. if (isset($paramsHookActionDispatcher)) { 738. Hook::exec('actionDispatcher', $paramsHookActionDispatcher); 739. } 740. 741. // Running controller 742. => $controller->run(); 743. } catch (PrestaShopException $e) { 744. $e->displayMessage(); 745. } 746. } 747. - DispatcherCore->dispatch - [line 33 - index.php] php 28. * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) 29. * PrestaShop is an internationally registered trademark & property of PrestaShop SA 30. */ 31. 32. require(dirname(__FILE__).'/config/config.inc.php'); 33. => Dispatcher::getInstance()->dispatch(); ``` Link to comment Share on other sites More sharing options...
0 Webshoptime Posted May 24, 2017 Author Share Posted May 24, 2017 Yes i have change that I have the error dycrpted. It's from a add-on, but i don't have anymore. Link to comment Share on other sites More sharing options...
0 Webshoptime Posted May 24, 2017 Author Share Posted May 24, 2017 I have change some setting in the db and i working now. But is see the db is a mess after the migration. How can i clean and fix the db in a quick way? Link to comment Share on other sites More sharing options...
0 Webshoptime Posted May 24, 2017 Author Share Posted May 24, 2017 If i install some old add-ons. The site is not working. blank page how can i uninstall the addons? Link to comment Share on other sites More sharing options...
0 Webshoptime Posted May 24, 2017 Author Share Posted May 24, 2017 the same problem. I think i must removed in the db Link to comment Share on other sites More sharing options...
0 Webshoptime Posted May 24, 2017 Author Share Posted May 24, 2017 SEO, blog, payment gateways..... Link to comment Share on other sites More sharing options...
0 Webshoptime Posted May 24, 2017 Author Share Posted May 24, 2017 Duplicate URL Redirect EnvoiMoinsCher SEO Friendly URLs BASEO - Prestashop Smart SEO Plus Manage Smart Blog Smart Blog Search Link to comment Share on other sites More sharing options...
0 Webshoptime Posted May 29, 2017 Author Share Posted May 29, 2017 How can i delete the modules, without corrupting my shop? Folder deleting not working. Link to comment Share on other sites More sharing options...
0 Traumflug Posted May 29, 2017 Share Posted May 29, 2017 Apparently these modules installed files outside their own folder. Maybe even modified existing ones. Which makes rolling back hard, perhaps impossible. I'd try it this way: Make a database backup with phpMyAdmin. Back up the img/ folder. Delete the database. Start over with a virgin installation, no demo products, same database name. Restore database and img/ folder. Recreate thumbnails, .htaccess and robots.txt. Link to comment Share on other sites More sharing options...
0 Pilou Posted May 29, 2017 Share Posted May 29, 2017 @Traumflug, does your tricks working for a Ps 1.6 migration please ? Link to comment Share on other sites More sharing options...
0 Traumflug Posted May 29, 2017 Share Posted May 29, 2017 For a PS 1.6 migration there's a migration module which does something similar: https://thirtybees.com/migrate-from-prestashop/ Link to comment Share on other sites More sharing options...
0 Peter Posted September 27, 2018 Share Posted September 27, 2018 I have this problem to. I want to move my shop from: www.mysite.nl/ontwikkelomgeving to www.mysite.nl/ But everytime i change the Base URI at SEO&URL, i get a 403-error. When i go back to the admin 'ontwikkelomgeving' is back. What can i do about that? Can i change it in the database? If yes, Which tables i have to change? I use 1.0.6 Link to comment Share on other sites More sharing options...
0 Peter Posted September 27, 2018 Share Posted September 27, 2018 @traumflug said in Seo url not working: For a PS 1.6 migration there's a migration module which does something similar: https://thirtybees.com/migrate-from-prestashop/ I get this: Request Timeout This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web site to increase 'Connection Timeout'. Link to comment Share on other sites More sharing options...
0 Peter Posted September 27, 2018 Share Posted September 27, 2018 It was the Mod Security. I turned it off and i can change it. Problem solved and the shop is running at TB now. Link to comment Share on other sites More sharing options...
0 jessicahansonpro Posted March 19, 2019 Share Posted March 19, 2019 On 9/27/2018 at 5:07 PM, Peter said: I have this problem to. I want to move my shop from: www.mysite.nl/ontwikkelomgeving to www.mysite.nl/ But everytime i change the Base URI at SEO&URL, i get a 403-error. When i go back to the admin 'ontwikkelomgeving' is back. What can i do about that? Can i change it in the database? If yes, Which tables i have to change? I use 1.0.6 you need to redirect this page with the main page, I hope problem can be solved in this way. Link to comment Share on other sites More sharing options...
Question
Webshoptime
I have migrate another site, but i have a problem with this one. if i change the domein it changing back. The other shops i migrated no problem.
Link to comment
Share on other sites
15 answers to this question
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