Details

SEO osCommece Package XII

Loaded Features:
  • Spider Session Remover ( SID Killer )
  • Ultimate SEO URLs
  • Header Tags Controller
  • Google XML Sitemap
  • SEO Assistant
  • AJAX Attribute Manager
  • Product Extra Fields
  • X-Sell v2-MS2 - Cross Sell for MS2
  • Credit Class & Gift Voucher
  • TinyMCE WYSIWYG HTML EDITOR
  • Multi/extra images
  • Purchase Without Account
  • Newsletter & Subscribers

Fatal error: Cannot re-assign $this in \home\xxxx\www\admin\includes\classes\upload.php on line 31

Usually You getting below erorr on PHP 5.xx

Fatal error: Cannot re-assign $this in \home\xxxx\www\admin\includes\classes\upload.php on line 31

How to fix?

Open file: admin\includes\classes\upload.php

on line 31

find:

$this = null;

replace with:

unset($this);

 

Done!

Posted by admin 26.Feb.08

You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.