[phpBB Debug] PHP Warning: in file [ROOT]/ext/sniper/mobiledevice/event/listener.php on line 194: Trying to access array offset on value of type bool
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sniper/mobiledevice/event/listener.php on line 199: Trying to access array offset on value of type bool
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sniper/mobiledevice/event/listener.php on line 267: Trying to access array offset on value of type bool
como arreglar errores Strict Standards: Non-static method - phpBBMexico
Ese foro es para snippets, pequeños mods, no suficiente grandes para ser Mods

Moderators: Carlos, Soporte en MODs, Soporte en phpBB

No votes
0%
#212
esto es un pequeño arreglo para personas que tienen este error en su header:
phpbb wrote:Strict Standards: Non-static method utf_normalizer::nfc() should not be called statically in .....

[attention]esta arreglo es nada mas para 3.0.10 y abajo, la nueva versión ya tiene un arreglo para esto incluido, asi es de que actualicen su versión.[/attention]
[openfile]abrir
Code: Select all
includes/startup.php
[/openfile]
[findcode]Buscar Esto puede ser un encuentro parcial y no toda la línea
Code: Select all
error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);
Reemplazar con Reemplazar la línea(s) anteriores de encontrar con lo siguiente.
Code: Select all
error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT);
[/findcode]

fuente: Strict Error
Duda sobre BBcode

ya preguntaste ahi? [ Post made via Sony Xperi[…]

[DUDA] Imagen en Foros

Hola, Puse imágenes propias como íc[…]

Hola! queria saber si existe un mod que te muestre[…]

Hola, me gustaria saber si es posible modificar al[…]