Hi,
thanks for replying, anyway it doesn't seem to be working.
PHP Code:
Warning: krsort() expects parameter 1 to be array, null given in /home/soccerwi/public_html/vbindex.php on line 965
Warning: Invalid argument supplied for foreach() in /home/soccerwi/public_html/vbindex.php on line 966
Quote:
Originally Posted by NTLDR
In vbindex.php find around line 392:
PHP Code:
FROM ".TABLE_PREFIX."user
and replace with:
PHP Code:
FROM ".TABLE_PREFIX."user AS user
|