Thread subject: muscapaul's PHP-Fusion website :: Open Newsletter Infusion v2.00

Posted by AtmozFear on 02-02-2010 15:22
#3

Hi.
Thanks for this nice infusion just what ive been looking for :)

But i get a error in the Validation section:

Notice: Undefined index: user_info in /hsphere/local/home/domain/demo.domain.com/infusions/open_newsletter_panel/open_newsletter_valid_admin.php on line 64 Notice: unserialize(): Argument is not a string in /hsphere/local/home/theeasyway/demo.theeasyway.dk/infusions/open_newsletter_panel/open_newsletter_valid_admin.php on line 64 Notice: Undefined variable: q in /hsphere/local/home/domain/demo.domain.com/infusions/open_newsletter_panel/open_newsletter_valid_admin.php on line 65

Code
$info = unserialize($data['user_info']);
      $cell_color = ($q % 2 == 0 ? "tbl1" : "tbl2"); $q++;




And i have no clue how to correct it, any can help here ? :)