Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error when trying to access admin


macad613

Recommended Posts

Posted

>_< I have just loaded a version of oscommerce and the shop opens fine but I cannot open admin to config it. I get the following error:

Fatal error: Cannot re-assign $this in /home/enwzocri/public_html/oztechdirect/catalog/admin/includes/classes/upload.php on line 31

 

The line is as follows: $this = null;

 

I have Renamed my install folder as stated and the front page warnings are gone.

 

I have no idea what to to try I xed the line but that just gave me another error.

 

I Really Really Really Need help on this one.!!!!

 

Hopefull

Dave

Macad613 :'(

Posted
>_< I have just loaded a version of oscommerce and the shop opens fine but I cannot open admin to config it. I get the following error:

Fatal error: Cannot re-assign $this in /home/enwzocri/public_html/oztechdirect/catalog/admin/includes/classes/upload.php on line 31

 

The line is as follows: $this = null;

 

I have Renamed my install folder as stated and the front page warnings are gone.

 

I have no idea what to to try I xed the line but that just gave me another error.

 

I Really Really Really Need help on this one.!!!!

 

Hopefull

Dave

Macad613 :'(

 

In the file mentioned change

 

// self destruct
$this = null;

return false;
}
}
}

 

 

To........

 

// self destruct
unset($this);

return false;
}
}
}

Regards

 

Mark A Reynolds

Posted

Thankyou, Thankyou and Thankyou. Good onya Buddy that did the trick!!!

Cheers and the best of wishes from a very Gratefull Aussie

Dave

Macad :D

Posted
Thankyou, Thankyou and Thankyou. Good onya Buddy that did the trick!!!

Cheers and the best of wishes from a very Gratefull Aussie

Dave

Macad :D

 

presume you are happy then :)

 

Your welcome

Regards

 

Mark A Reynolds

Archived

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

×
×
  • Create New...