Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem with Multiple Prod Manager Contribution


muraduk

Recommended Posts

Posted

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..

Posted

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..

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...