fiat707 Posted December 17, 2003 Share Posted December 17, 2003 Hi, I just installed the featured product contribution (1.3) and immediately got an error when I went to Admin's featured product module and added a new featured product. The error message is: "Fatal error: Call to undefined function: tep_array_merge() in /home/jaylgolk/public_html/calpioneers/catalog/admin/featured.php on line 167" Evidently, an undefined function (tep_array_merge) is called in the featured.php I checked the whole package of the contribution and found no new file is added to catalog-admin-includes-functions. The new file added into catalog-includes-functions does not define the said function. I also downloaded 1.2 package hoping that a new file is included to add into admin-includes-functions, but there is none either. Can anyone who has successfully used this contribution comment or help to resolve this issue? Thanks KF Quote Link to comment Share on other sites More sharing options...
Guest Posted December 17, 2003 Share Posted December 17, 2003 Hi, I just installed the featured product contribution (1.3) and immediately got an error when I went to Admin's featured product module and added a new featured product. The error message is: "Fatal error: Call to undefined function: tep_array_merge() in /home/jaylgolk/public_html/calpioneers/catalog/admin/featured.php on line 167" Evidently, an undefined function (tep_array_merge) is called in the featured.php I checked the whole package of the contribution and found no new file is added to catalog-admin-includes-functions. The new file added into catalog-includes-functions does not define the said function. I also downloaded 1.2 package hoping that a new file is included to add into admin-includes-functions, but there is none either. Can anyone who has successfully used this contribution comment or help to resolve this issue? Thanks KF try remving the tep from the beginning, making it just array_merge... i forget exactly how its worded, search your general.php file for merge and see what the function name is Quote Link to comment Share on other sites More sharing options...
fiat707 Posted December 17, 2003 Author Share Posted December 17, 2003 Yeah, I have already figured that out. Thanks anyway. KF Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.