muraduk Posted August 5, 2010 Posted August 5, 2010 Hi i have just installed Multiple Product Manager Contribution.... and then when going into the admin of my website get the following error... =============================================================================================== function tep_array_merge($array1, $array2, $array3 = '') { if ($array3 == '') $array3 = array(); if (function_exists('array_merge')) { $array_merged = array_merge($array1, $array2, $array3); } else { while (list($key, $val) = each($array1)) $array_merged[$key] = $val; while (list($key, $val) = each($array2)) $array_merged[$key] = $val; if (sizeof($array3) > 0) while (list($key, $val) = each($array3)) $array_merged[$key] = $val; } return (array) $array_merged; } Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/sunshade/public_html/admin/includes/functions/general.php:1318) in /home/sunshade/public_html/admin/includes/functions/sessions.php on line 67 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/sunshade/public_html/admin/includes/functions/general.php:1318) in /home/sunshade/public_html/admin/includes/functions/sessions.php on line 67 ============================================================================================== Can anyone explain, what is the error pointing to and how to rectify the problem.. Thanks in advance..
muraduk Posted August 5, 2010 Author Posted August 5, 2010 The above error has now been fixed... but now when going into the 'Multiple Products Manager' in admin the following error appears Fatal error: Call to undefined function tep_array_merge() in /home/sunshade/public_html/admin/products_multi.php on line 230 hope the forum can still help.. Thanks..
Recommended Posts
Archived
This topic is now archived and is closed to further replies.