Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

admin issues logging in


bayerl

Recommended Posts

Posted

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

 

keep getting this message when i go to login the admin section.

 

any ideas anyone?

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

 

keep getting this message when i go to login the admin section.

 

any ideas anyone?

 

 

still having the problem, can anyone help?

Posted

In /admin/includes/classes/upload.php

 

Find this code (about 30 lines down):

 

// self destruct
$this = null;

Alter it to say this:

 

// self destruct
// $this = null;
unset($this);

This has been posted about many times.

 

A simple search of the forum would have yielded you an answer much sooner...

:blush:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Archived

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

×
×
  • Create New...