21 Nov 2009 
Support Center » Knowledgebase » Receiving an undefined function tep_session_register error during template install in CRE loaded 6.3
 Receiving an undefined function tep_session_register error during template install in CRE loaded 6.3
Solution In CRE Loaded 6.3, the tep_session_register function was removed from the cart admin . Unfortunately, not all calls to this function was removed from the template_installer.php file located in the admin/includes/modules/ez_installer/ directory of the cart and is causing errors during the template install using EZInstall. To correct the problem, you need to replace all calls to tep_session_register with $_SESSION . For example, in the template_installer.php file, you will find this call:

tep_session_register('key');

replace it with the following code:

$_SESSION['key'];

Once all of the tep_session_register calls are replaced, you will not longer get the error.


Article Details
Article ID: 59
Created On: 30 Mar 2009 08:36 PM

 This answer was helpful  This answer was not helpful

 Back
 Login [Lost Password] 
Email:
Password:
Remember Me:
 
 Search
 Article Options
Home | Register | Submit a Ticket | Knowledgebase | Downloads
Language: