Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ADmin error $this


Guest

Recommended Posts

i have installed everything but in the end when you have the option

 

osCommerce Configuration

 

The configuration was successful!

CATALOG or ADMINISTRATION TOOL

 

when i press the button ADMINISTRATION TOOL i get this message

 

Fatal error: Cannot re-assign $this in /home/futureweb/domains/future-web-design.nl/public_html/shop3/catalog/admin/includes/classes/upload.php on line 31

 

 

this is line 31 of upload.php

 

$this = null;

 

so what do i have to do to get it to work

Link to comment
Share on other sites

i have installed everything but in the end when you have the option

 

osCommerce Configuration

 

The configuration was successful!

CATALOG or ADMINISTRATION TOOL

 

when i press the button ADMINISTRATION TOOL i get this message

 

Fatal error: Cannot re-assign $this in /home/futureweb/domains/future-web-design.nl/public_html/shop3/catalog/admin/includes/classes/upload.php on line 31

this is line 31 of upload.php

 

$this = null;

 

so what do i have to do to get it to work

 

Your using php5 I bet... in php5 comment out the $this =null

eg

 
      } else {
// self destruct
         // $that = null;

         return false;
       }

it works fine after that.....

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...