V1.7 Leo Blog Error 500 after install SEO Audit

Mario14125

Member
XNullUser
Joined
Dec 2, 2020
Messages
566
Reaction score
4
Points
18
Location
Poland
NullCash
834
Hello and welcome. I am asking for help in fixing the problem related to updating SEO Audit to 2.5.4 and the leo blog module. My error:

[PrestaShopException]​

Dispatcher::createUrl() miss required parameter "rewrite" for route "module-leoblog-blog"
at line 923 in file classes/Dispatcher.php
918. if (!$data['required']) {
919. continue;
920. }
921.
922. if (!array_key_exists($key, $params)) {
923. throw new PrestaShopException('Dispatcher::createUrl() miss required parameter "' . $key . '" for route "' . $route_id . '"');
924. }
925. if (isset($this->default_routes[$route_id])) {
926. $query_params[$this->default_routes[$route_id]['keywords'][$key]['param']] = $params[$key];
927. }
928. }
Please help!!!
 
Top