Jump to content
thirty bees forum

Webshoptime

Members
  • Posts

    83
  • Joined

  • Last visited

Everything posted by Webshoptime

  1. the same problem. I think i must removed in the db
  2. If i install some old add-ons. The site is not working. blank page how can i uninstall the addons?
  3. 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?
  4. Yes i have change that I have the error dycrpted. It's from a add-on, but i don't have anymore.
  5. @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(); ```
  6. 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.
  7. I have a problem with some module updates. Like most viewed module, whislist.. i'm getting this error thirty bees updater: There was an error while extracting the module file (file may be corrupted).
  8. Okay great that's better. But why can't you change the structure of thirty bees? I find the structure of Presta 1.7 better.
  9. ? no it's from the Paypal module 5.0
  10. I have turned off the varnisch cache. Now you can choose paypal, but i'm getting a blank page. Also the express checkout still not works.
  11. Strange i have cleaned the page cache. Still not working
  12. I have done it like in the guide and the same like above, but only paypal 5.0 is hooked to displayPayment
  13. i have a strange issue after the migration with some modules that not want to update.
  14. Yes and everything is green.
  15. i have tested version 5, but i can't get i to work. Express checkout is not working and you can't choose Paypal in the payment page. Someone any idea?
  16. thx, but how can i migrate it to another server?
×
×
  • Create New...