Jump to content
thirty bees forum
  • 0

Seo url not working


Webshoptime

Question

15 answers to this question

Recommended Posts

  • 0

@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

  • 0

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

  • 0

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

  • 0

@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

  • 0
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

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