Quote:
Originally Posted by cybermomcafe
I just upgraded to 3.0.2 and I'm only having problems with one part....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
|
I know how to fix this one - I just had to do it. In the file edit instructions, the
first edit in
/includes/functions_showthread.php is supposed to go above
PHP Code:
// ###################### Start getreputationimage #######################
...which doesn't exist in the vB 3.0.2 version of the file. I originally put it above
PHP Code:
// Generate Reputation Power
but if you put it there is causes the errors you describe. Instead, put it above:
PHP Code:
// ###################### Start doimicons #######################
Now, complete the second and third edits in
/includes/functions_showthread as instructed and it should work fine.