daapa21 Posted November 3, 2008 Posted November 3, 2008 Hello, I have a website and I notice that I have oscommerce or had oscommerce. I can no longer get into my back office or access my emails. can anyone tell me what I need to do? the website is owned by me. I had someone put it to gether for me 3 years ago, I haven't talked to this person in a year and when I tried to get in contact with him, no response. What do I need to do to update my site and get it going again? Thanks Daapa21
PhpNurd Posted November 3, 2008 Posted November 3, 2008 If you have access to phpmyadmin then it can be done.
daapa21 Posted November 3, 2008 Author Posted November 3, 2008 If you have access to phpmyadmin then it can be done. I don't have a clue what that is. I just know the basics of computers. How would I go about that all I was told to do was the http address and admin/cart
daapa21 Posted November 3, 2008 Author Posted November 3, 2008 This is what it is telling me when I put in my info to access the back office. Don't mean to whine. But i can't run my business. Fatal error: Cannot re-assign $this in /home/daapa21/public_html/cart/admin/includes/classes/upload.php on line 31
Guest Posted November 3, 2008 Posted November 3, 2008 I have a website and I notice that I have oscommerce or had oscommerce. Don't mean to be sarcastic but what business? Fatal error: Cannot re-assign $this in /home/daapa21/public_html/cart/admin/includes/classes/upload.php on line 31 You really need to upgrade your osc. This should fix your initial problem. Cannot re-assign $this http://www.oscommerce.com/community/bugs,1650 Problem: Fatal error: Cannot re-assign $this in /path/to/catalog/admin/includes/classes/upload.php on line 31 Solution: Lines 27-34 in catalog/admin/includes/classes/upload.php must be changed from: if ( ($this->parse() == true) && ($this->save() == true) ) { return true; } else { // self destruct $this = null; return false; } to: if ( ($this->parse() == true) && ($this->save() == true) ) { return true; } else { return false; }
daapa21 Posted November 3, 2008 Author Posted November 3, 2008 Don't mean to be sarcastic but what business? You really need to upgrade your osc. This should fix your initial problem. Cannot re-assign $this http://www.oscommerce.com/community/bugs,1650 Problem: Fatal error: Cannot re-assign $this in /path/to/catalog/admin/includes/classes/upload.php on line 31 Solution: Lines 27-34 in catalog/admin/includes/classes/upload.php must be changed from: if ( ($this->parse() == true) && ($this->save() == true) ) { return true; } else { // self destruct $this = null; return false; } to: if ( ($this->parse() == true) && ($this->save() == true) ) { return true; } else { return false; } my business is an adult business called 4 inch-pink heels. And thank you so much for your help.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.