Jump to content
xt:Commerce Community Forum

Fehlermeldung in der upload.php


hasenhirn

Recommended Posts

hat sich erledingt... Google hilft doch irgendwann.

Der vollständigkeit halber:

Fehlermeldungen

fatal error: Cannot re-assign $this in ....catalogadminincludesclassesupload.php on line 31

Fehler mit "limit -20, 20"

Lösung "upload.php"

[catalog]/admin/includes/classes/upload.php

folgenden Code suchen:

// self destruct

$this = null;

und mit diesem ersetzen:

// self destruct

// $this = null;

unset($this);

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...