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
User Comments
Add a Comment
Sharing is good. If you have a comment about this entry, please feel free to share. The comments might be reviewed by our staff, and may require approval before being posted. Questions posted will not be answered. Please submit a Ticket for support requests.
Image Verification Required
Please enter the characters that appear to the right in the space provided. This is just to verify that you are a human.
Fullname:
Email: (Optional)
Comments:
Back
Login
[Lost Password]
Email:
Password:
Remember Me:
Search
-- Entire Support Site --
Knowledgebase
Downloads
Article Options
Add Comment
Print Article
PDF Version
Email Article
Add to Favorites
Home
|
Register
|
Submit a Ticket
|
Knowledgebase
|
Downloads
Language:
English (U.S.)