16/01/2010, 09:30
|
| | Fecha de Ingreso: febrero-2008
Mensajes: 24
Antigüedad: 16 años, 8 meses Puntos: 0 | |
2 errores [Warning: array_merge() & Warning: array_keys()] 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. |