DrumrLC Posted July 25, 2003 Posted July 25, 2003 Fatal error: Call to undefined function: tep_array_merge() I'm getting this error on the /catalog/admin/categories.php page. Any suggestions? Thanks.
Guest Posted July 25, 2003 Posted July 25, 2003 Searching for *tep_array_merge* comes up with this link among others. Good luck, Matt
DrumrLC Posted July 25, 2003 Author Posted July 25, 2003 That took care of it thanks, Replaced tep_merge_array with merge_array.
Guest Posted January 4, 2005 Posted January 4, 2005 That took care of it thanks, Replaced tep_merge_array with merge_array. <{POST_SNAPBACK}> replace tep_array_merge to array_merge... there are 2 places that need to change from tep_array_merge to array_merge
Recommended Posts
Archived
This topic is now archived and is closed to further replies.