Foros del Web » Creando para Internet » Sistemas de gestión de contenidos »

Error en el panel de administracion

Estas en el tema de Error en el panel de administracion en el foro de Sistemas de gestión de contenidos en Foros del Web. Bueno gente a ver si alguien puede ayudarme con este problemita De la nada me a salido el siguiente error en el panel y no ...
  #1 (permalink)  
Antiguo 29/11/2008, 08:23
Avatar de eMaa  
Fecha de Ingreso: octubre-2008
Mensajes: 223
Antigüedad: 15 años, 6 meses
Puntos: 1
Error en el panel de administracion

Bueno gente a ver si alguien puede ayudarme con este problemita

De la nada me a salido el siguiente error en el panel y no puedo operar :(

http://s1.subirimagenes.com/fondosycapturas/previo/thump_1537118dibujo.jpg


No encuentro la solucion, si alguien tiene idea por favor comente


Pongo el error aca porque la imagen talvez no se vé


[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2405: array_fill() [function.array-fill]: Number of elements must be positive
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2405: array_merge() [function.array-merge]: Argument #2 is not an array
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2408: vsprintf() [function.vsprintf]: Too few arguments
[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3137)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3137)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3137)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3137)
  #2 (permalink)  
Antiguo 30/11/2008, 15:32
Avatar de ThE KuKa  
Fecha de Ingreso: agosto-2003
Ubicación: Sabadell
Mensajes: 114
Antigüedad: 20 años, 8 meses
Puntos: 17
Respuesta: Error en el panel de administracion

Vuelve a subir el archivo fuctions_admin.php o bien haz esto:

Abre: includes/functions_admin.php

Busca:

Código:
 if (substr_count($log[$i]['action'], '%') - sizeof($log_data_ary))

Reemplázalo por:

Código:
 if ((substr_count($log[$i]['action'], '%') - sizeof($log_data_ary)) > 0)
S@lu2
__________________
phpBB en Castellano - phpBBMODs en Castellano
No doy soporte por privado.
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 12:59.