Quote Originally Posted by Doodlebuckets View Post
I also get

Warning: Invalid argument supplied for foreach() in /home/doodlebu/www/www/store/includes/functions/functions_email.php on line 380

Warning: Cannot modify header information - headers already sent by (output started at /home/doodlebu/www/www/store/includes/functions/functions_email.php:380) in /home/doodlebu/www/www/store/admin/includes/functions/general.php on line 34

after I send the email from admin
OK, to solve this problem.

Open admin/links_contact.php

find the following code:

zen_mail($mail_query->fields['links_contact_name'], $mail_query->fields['links_contact_email'], $subject, $message, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, 'link_exchange');

Delete the highlighted portion. Save the file and upload to your server.