I just upgraded to 3.0.2 and I'm only having problems with one part...
When I have:
Code:
if ($arcadegeneral['awardson']==1) {
foreach ($awards as $key => $award) {
if ($award['userid']==$post['userid']) {
eval('$post[\'arcadeawards\'] .= "' . fetch_template('arcade_awards_bit') . '";');
}
}
}
in includes/functions_showthread.php
I get the following errors:
Warning: Invalid argument supplied for foreach() in /home/bundesen/public_html/testvb/includes/functions_showthread.php on line 675
Unable to add cookies, header already sent.
File: /home/bundesen/public_html/testvb/includes/functions_showthread.php
Line: 675