Carl Drago Posted March 5, 2007 Posted March 5, 2007 I am receiving the following errors in my customer section and it may be causing other issues: Errors: Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/chocola1/public_html/store/admin/customers.php on line 733 Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/chocola1/public_html/store/admin/customers.php on line 735 Warning: reset() [function.reset]: Passed variable is not an array or object in /home/chocola1/public_html/store/admin/includes/classes/object_info.php on line 17 Warning: Variable passed to each() is not an array or object in /home/chocola1/public_html/store/admin/includes/classes/object_info.php on line 18 Any help is appreciated!!!!!!
satish Posted March 5, 2007 Posted March 5, 2007 array_merge do merge two arrays. So before this statement is called check that the arrays exist you can use isarray function. Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.