Jump to content

[Gelöst] Shop funktioniert nicht


Recommended Posts

HILFE!!!

 

wenn ich im Bo auf Module klicke kommt folgende Fehlermeldung

 

[PrestaShop] Fatal error in module file :/homepages/6/d426117563/htdocs/modules/statsdata/statsdata.php:
syntax error, unexpected '['

 

nichts geht mehr.

 

Auch der shop funktioniert nicht mehr.

 

Kann mir jemand helfen???

 

 

http://www.fima-racingparts.de

Edited by fima (see edit history)
Link to comment
Share on other sites

Vermutlich verwendest du eine PHP Version <= 5.3.

 

Wenn ja öffne die Datei :

/modules/statsdata/statsdata.php file.

 

Bei ca Zeile 105 findest du:

 

if (Configuration::get('PS_STATSDATA_PLUGINS')) {
if (_PS_VERSION_ >= 1.7) {
$this->context->controller->registerJavascript('modules-plugindetect', 'modules/'.$this->name.'/js/plugindetect.js', ['position' => 'bottom', 'priority' => 150]);
} else {
$this->context->controller->addJS($this->_path.'js/plugindetect.js');
}

 

Kommentiere diese Zeile aus;

 

/* $this->context->controller->registerJavascript('modules-plugindetect', 'modules/'.$this->name.'/js/plugindetect.js', ['position' => 'bottom', 'priority' => 150]); */
 

 

Speichern u. im BO Smarty neu kompilieren.

 

Grüsse

Whiley

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