Subscribe 2 plugin error in WP 2.0
-
Has anyone faced this issue yet with the Subscribe2 plugin in WP 2.0. I visited the plugin’s pg. within the WP interface. In looking down towards the bottom I saw this error:
Warning: Invalid argument supplied for foreach() in /home/richard2/domains/richardsilverstein.com/public_html/tikun_olam/wp-content/plugins/subscribe2.php on line 413
I opened the file in notepad but couldn’t find line 413 (though I did find the ‘foreach’ entry which reads:
foreach ($confirmed as $subscriber) {
echo '<tr class="' . $alternate . '">';
echo '<td width="5%" align="center"><form method="POST"><input type="hidden" name="email" value="' . $subscriber . '" />...Would anyone have any ideas how to fix this? I assume the plugin isn’t working for subscribers until I get this working…
The topic ‘Subscribe 2 plugin error in WP 2.0’ is closed to new replies.