That kind of works....
Most profiles are fine, but a few still have it, but instead of 4 lines of the error code, it 3
Warning: Invalid argument supplied for foreach() in /z/profile/tab.class.php on line 424
My profile is working fine and so are another 4 users who i have checked, but when i go into a another user, i get the error messages.
Quote:
Originally Posted by DChapman
This was a weird one.
Hotfix:
Edit file: /z/profile/tab.class.php
Find:
Code:
if (count($modules))
Replace with:
Code:
if (is_array($modules) AND count($modules))
Sorry for the trouble!
|