Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I cannot access my admin anymore, and this is bad...


cwheelz

Recommended Posts

This weekend my host added my SSL certs to my site along with a new IP address for the SSL. Now I cannot access my admin. I get the following message..

 

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

 

I figured out that I have two /public_html/ directories on my /Home/ dir. One /public_html is behind /Home/ and the other is behind /Home/cawheelz/

 

The /public/html that has my /catalog/ dir is the one behind my /home/public_html/ and the error points to the /home/cawheelz/public_html which is the directory that does not have my /catalog/ dir. I copied into the other dir but had no luck.

 

Any help?

Link to comment
Share on other sites

Hi Chris,

 

I would suggest checking to see if your host has upgraded to php5, try this

 

catalog/admin/includes/classes/upgrade.php line 31 $this = null and change it to unset($this).

 

Mark

Lifes a bitch, then you marry one, then you die!

Link to comment
Share on other sites

Hi Chris,

 

I would suggest checking to see if your host has upgraded to php5, try this

 

catalog/admin/includes/classes/upgrade.php line 31 $this = null and change it to unset($this).

 

Mark

 

Hey Mark,

 

I check my PHP and it is 5. I also changed null to unset and that gave it an enexpected T_UNSET

and didn't work... Any other suggestions?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...