Pueden ustedes decirme porfavor que debo de hacer para solucionar este problema?, este error me sale cuando entro en mi foro (vBulletin).
Warning: array_keys() expects parameter 1 to be array, null given in [path]/includes/functions.php on line 4243
Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php on line 4243
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in [path]/includes/functions.php on line 5148
En el fichero includes en las lineas 4243 y 5148 aparecen estos codigos.
Linea 5148:
$stylevar = array_merge($stylevar, unserialize($style['csscolors']));
Linea 4243:
foreach (array_keys($vbulletin->forumcache) AS $forumid)
Gracias.