I'm using WPMU v2.9.1 on a shared hosting linux platform and when I submit or update a post, which is successfully added but I get the following error:-
Warning: Invalid argument supplied for foreach() in /home/www/wp-content/plugins/custom-field-template/custom-field-template.php on line 2285
Warning: Cannot modify header information - headers already sent by (output started at /home/www/wp-content/plugins/custom-field-template/custom-field-template.php:2285) in /home/www/wp-includes/pluggable.php on line 868
On line 2285 (custom-field-template.php) I have the following:-
<th>startNum</th><td>startNum = 5</td><td></td><td>startNum = 5</td><td>startNum = 5</td><td></td><td>startNum = 5</td>
On line 868 (pluggable.php) I have:-
header("Location: $location", true, $status);
Any help would be good. Thanks.