Ver Mensaje Individual
  #13 (permalink)  
Antiguo 16/01/2010, 08:40
zxcvbn
 
Fecha de Ingreso: febrero-2008
Mensajes: 24
Antigüedad: 16 años, 1 mes
Puntos: 0
Respuesta: #1064 - You have an error in your SQL syntax...

Me deja enviar la tabla "tachyforumpost" cuando le quito la palabra test, ahora el error que me sale es este.


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)