cwheelz Posted November 14, 2005 Share Posted November 14, 2005 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 More sharing options...
mark27uk3 Posted November 14, 2005 Share Posted November 14, 2005 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 More sharing options...
cwheelz Posted November 14, 2005 Author Share Posted November 14, 2005 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.