PDA

View Full Version : Warnings in profile page



aupurbo
Mon 12th Jan '09, 3:06am
Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php(1443) : eval()'d code on line 3

Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php(1443) : eval()'d code on line 55

Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php(1443) : eval()'d code on line 3

Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php(1443) : eval()'d code on line 55After upgrading to 3.8.0 version, I am having these warnings on the top of my members profile pages.

How can I fix those? Thanks in advance.

aupurbo
Mon 12th Jan '09, 10:05am
[/URL]I think I made a mistake, should open this thread at here, [URL="http://www.vbulletin.com/forum/forumdisplay.php?f=140"]vBulletin 3.8 Questions, Problems and Troubleshooting (http://www.vbulletin.com/forum/forumdisplay.php?f=140) right?!

DelphiVillage
Mon 12th Jan '09, 5:58pm
those warnings are from a plugin you installed to verify this open /includes/config.php and right after the "<?php add



define('DISABLE_HOOKS',1);


next upload the modified file and view a profile warnings gone ? then you are sure they are coming from a plugin and you will need to find out which one is causing them

aupurbo
Tue 13th Jan '09, 10:14am
Thanks DV, I already get the solution here (http://www.vbulletin.com/forum/showthread.php?t=296467), u were right. :)