Jump to content

Edit History

Chris_675

Chris_675

Nachdem Update von 1.7.6.5 auf 1.7.7.0 habe ich lediglich Zugriff auf die Übersichts-Seite im Back Office.

Auf sämtlichen Seiten wird mir angezeigt:

Quote

 

Oops... looks like an unexpected error occurred

Attempted to call an undefined method named "setFallbackParameters" of class "Tools".

[Symfony\Component\Debug\Exception\UndefinedMethodException 0]

 

Wenn ich den Debug Modus aktiviere erhalte ich über Symfony Exception folgende Meldung:

Attempted to call an undefined method named "setFallbackParameters" of class "Tools".

Symfony\Component\Debug\Exception\UndefinedMethodException
in src/PrestaShopBundle/EventListener/LegacyParametersListener.php (line 72)

		$legacyParameters = $this->converter->getParameters($request->attributes->all(), $request->query->all());        

		if (null === $legacyParameters) {            
			return;        
		}        
		Tools::setFallbackParameters($legacyParameters);    
	}
}

 

Im Frontend wird mir ein HTTP Error 503 angezeigt.

UndefinedMethodException

Quote

(1/1) UndefinedMethodException

Attempted to call an undefined method named "hasMediaServer" of class "Tools".
Did you mean to call "getMediaServer"?

in FrontController.php line 1081

at FrontControllerCore->registerStylesheet('theme-error', '/assets/css/error.css', array('media' => 'all', 'priority' => 50, 'inline' => false, 'server' => 'local'))in FrontController.php line 746

at FrontControllerCore->displayMaintenancePage()in FrontController.php line 470

at FrontControllerCore->init()in Controller.php line 287

at ControllerCore->run()in Dispatcher.php line 518

at DispatcherCore->dispatch()in index.php line 28

 

PHP Version 7.3 (mit 7.4. derselbe Fehler)
MySQL Version 5.7
1-click Upgrade Version 4.11.0
Cache vorab gelöscht

 

Hat jemand eine Idee, wo ich bei der Fehlersuche ansetzen könnte?
Wäre über jede Hilfe dankbar.

Gruß,
Chris

Chris_675

Chris_675

Nachdem Update von 1.6.5.0 auf 1.7.7.0 habe ich lediglich Zugriff auf die Übersichts-Seite im Back Office.

Auf sämtlichen Seiten wird mir angezeigt:

Quote

 

Oops... looks like an unexpected error occurred

Attempted to call an undefined method named "setFallbackParameters" of class "Tools".

[Symfony\Component\Debug\Exception\UndefinedMethodException 0]

 

Wenn ich den Debug Modus aktiviere erhalte ich über Symfony Exception folgende Meldung:

Attempted to call an undefined method named "setFallbackParameters" of class "Tools".

Symfony\Component\Debug\Exception\UndefinedMethodException
in src/PrestaShopBundle/EventListener/LegacyParametersListener.php (line 72)

		$legacyParameters = $this->converter->getParameters($request->attributes->all(), $request->query->all());        

		if (null === $legacyParameters) {            
			return;        
		}        
		Tools::setFallbackParameters($legacyParameters);    
	}
}

 

Im Frontend wird mir ein HTTP Error 503 angezeigt.

UndefinedMethodException

Quote

(1/1) UndefinedMethodException

Attempted to call an undefined method named "hasMediaServer" of class "Tools".
Did you mean to call "getMediaServer"?

in FrontController.php line 1081

at FrontControllerCore->registerStylesheet('theme-error', '/assets/css/error.css', array('media' => 'all', 'priority' => 50, 'inline' => false, 'server' => 'local'))in FrontController.php line 746

at FrontControllerCore->displayMaintenancePage()in FrontController.php line 470

at FrontControllerCore->init()in Controller.php line 287

at ControllerCore->run()in Dispatcher.php line 518

at DispatcherCore->dispatch()in index.php line 28

 

PHP Version 7.3 (mit 7.4. derselbe Fehler)
MySQL Version 5.7
1-click Upgrade Version 4.11.0
Cache vorab gelöscht

 

Hat jemand eine Idee, wo ich bei der Fehlersuche ansetzen könnte?
Wäre über jede Hilfe dankbar.

Gruß,
Chris

×
×
  • Create New...