Fatal error: Call to undefined function tep_date_raw()

Posted by admin on March 9, 2010 under oScommerce Issues, oScommerce Upgrade | Be the First to Comment

This means that the function is not defined in the store files or is defined by the store is not getting the file loaded.

this happens in badly customized templates of oscommerce.

quick fix is to delete the functions in the language files in english.php, german.php etc and then define the function in includes/functions/general.php so that is loads all the time irrespective of the language file selected.

If you need support in fixing it you can use the contact us form to get in touch with us.

oscommerce php 5.3 upgrade services

Posted by admin on February 19, 2010 under oScommerce Upgrade | Be the First to Comment

these are the steps for oscommerce upgrade to make it work with php 5.3

if you need your oscommerce store to make it work with php5.3 , you can use the contact us form to get in touch with us or call us

A nominal fee of 150USD for the upgrade of the core version of oscommerce. upgradation of other custom features and contributions for php5.3 compatible is extra.

OSCommerce error – Fatal error: Cannot re-assign $this in /admin/includes/classes/upload.php

Posted by admin on April 18, 2009 under oScommerce Issues, oScommerce Upgrade | Be the First to Comment

This happens due to a bug in OSCommerce after the server upgrade is from PHP 4.x to PHP 5. The way the code was written in upload.php was using an undocumented feature that was not officially supported, and subsequently did not carry over into PHP 5.

To fix this, edit the ‘upload.php’ file mentioned in the error message using a text editor. Open the file and find the line (about 30 lines down) that says:

// self destruct
$this = null;

And edit it to say this:

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

(basically comment out with // the $this = null; line and add the unset($this); line)

Your admin panel should work properly now.

This is a common issue with a working admin panel when php version upgrade to 5 is done

osCommerce upgrade services – 40 USD

Posted by admin on April 4, 2009 under oScommerce Upgrade, osCommerce Services | Be the First to Comment

For a flat fee of 40 USD, we are providing oscommerce upgrade services to work with mysql 5 and php5 issues. This upgradation includes only only the base package of oscommerce and does not include upgrading contributions or custom programming with the existing oscommerce store.

Please use the contact us link to get in touch with us.