• TibiaFace

    Tibiaface | Una comunidad Open Tibia donde encontras : mapas, scripts, Otserver, npc y amigos etc ...

    .
    demo menumenu

    Afiliados



    Votar:

    ERROR EN PAGINA

    Compartir:

    Ver el tema anterior Ver el tema siguiente Ir abajo  Mensaje (Página 1 de 1.)

    1ERROR EN PAGINA Empty ERROR EN PAGINA Miér Mayo 15, 2019 7:55 pm

    Dreimon

    Dreimon
    Miembro
    Miembro
    Descripcion escribió:porfavor quisiera saber como solucionar ese error que me sale en la pag.
    probe eliminando la linea 558 que sale hay y la pagina muere, he tratado de tirar otro layout a mi htcdocs y la pagina cambia completa pero el error sigue hay en el mismo lugar, PORFAVOR AYUDA! Sad
    Captura del Error escribió:Imagen del error: ERROR EN PAGINA Np31rk
    El error radica en: WEB

    2 participantes

    2ERROR EN PAGINA Empty Re: ERROR EN PAGINA Miér Mayo 15, 2019 9:54 pm

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    agrega esto a tu index.php

    Código:
    error_reporting(0);

    y listo



    ERROR EN PAGINA YNU5B25
    2 participantes
    http://www.tibiaface.com

    3ERROR EN PAGINA Empty Re: ERROR EN PAGINA Miér Mayo 15, 2019 10:00 pm

    Dreimon

    Dreimon
    Miembro
    Miembro
    ya probe y nada

    2 participantes

    4ERROR EN PAGINA Empty Re: ERROR EN PAGINA Miér Mayo 15, 2019 10:01 pm

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    Dreimon escribió:ya probe y nada

    pega aqui tu index.php

    dentro de la tag code para que se vea ordenado



    ERROR EN PAGINA YNU5B25
    2 participantes
    http://www.tibiaface.com

    5ERROR EN PAGINA Empty Re: ERROR EN PAGINA Miér Mayo 15, 2019 10:09 pm

    Dreimon

    Dreimon
    Miembro
    Miembro
    Código:
    <?php
    Header ("Location: ../");
    ?>
    error_reporting(0);

    2 participantes

    6ERROR EN PAGINA Empty Re: ERROR EN PAGINA Miér Mayo 15, 2019 10:10 pm

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    Dreimon escribió:
    Código:
    <?php
    Header ("Location: ../");
    ?>
    error_reporting(0);

    hmmm que web esta utlizando porque el index.php tiene muchas lineas y el que publico tiene muy pocas



    ERROR EN PAGINA YNU5B25
    2 participantes
    http://www.tibiaface.com

    7ERROR EN PAGINA Empty Re: ERROR EN PAGINA Miér Mayo 15, 2019 10:19 pm

    Dreimon

    Dreimon
    Miembro
    Miembro
    eso mismo iva a preguntar que index necesita porque hay otro mas y nose cual de los 2
    Código:
    c.], comment if you want make script and see all errors
    error_reporting(E_ALL ^ E_STRICT ^ E_NOTICE);
    date_default_timezone_set('America/Los_Angeles');


    // true = show sent queries and SQL queries status/status code/error message
    define('DEBUG_DATABASE', false);

    define('INITIALIZED', true);

    // if not defined before, set 'false' to load all normal
    if(!defined('ONLY_PAGE'))
       define('ONLY_PAGE', false);
       
    // check if site is disabled/requires installation
    include_once('./system/load.loadCheck.php');

    // fix user data, load config, enable class auto loader
    include_once('./system/load.init.php<?php
    // comment to show E_NOTICE [undefinied variable et');

    // DATABASE
    include_once('./system/load.database.php');
    if(DEBUG_DATABASE)
       Website::getDBHandle()->setPrintQueries(true);
    // DATABASE END

    // LOGIN
    if(!ONLY_PAGE)
       include_once('./system/load.login.php');
    // LOGIN END

    // COMPAT
    // some parts in that file can be blocked because of ONLY_PAGE constant
    include_once('./system/load.compat.php');
    // COMPAT END

    // LOAD PAGE
    include_once('./system/load.page.php');
    // LOAD PAGE END

    // LAYOUT
    // with ONLY_PAGE we return only page text, not layout
    if(!ONLY_PAGE)
       include_once('./system/load.layout.php');
    else
       echo $main_content;
    // LAYOUT END
    ese es el otro

    2 participantes

    8ERROR EN PAGINA Empty Re: ERROR EN PAGINA Miér Mayo 15, 2019 10:21 pm

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    elimina

    Código:
    error_reporting(E_ALL ^ E_STRICT ^ E_NOTICE);

    y agrega esto

    Código:
    error_reporting(0);



    ERROR EN PAGINA YNU5B25
    2 participantes
    http://www.tibiaface.com

    9ERROR EN PAGINA Empty Re: ERROR EN PAGINA Miér Mayo 15, 2019 10:24 pm

    Dreimon

    Dreimon
    Miembro
    Miembro
    Very Happy Resuelto Gracias Very Happy

    2 participantes

    10ERROR EN PAGINA Empty Re: ERROR EN PAGINA Miér Mayo 15, 2019 10:25 pm

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    (y)  resuelto  lol! lol!



    ERROR EN PAGINA YNU5B25
    2 participantes
    http://www.tibiaface.com

    Contenido patrocinado


    2 participantes

    Ver el tema anterior Ver el tema siguiente Volver arriba  Mensaje (Página 1 de 1.)

    Permisos de este foro:
    No puedes responder a temas en este foro.

     

    BienvenidosTibiaFace es una comunidad de Open Tibia. Para participar debes estar registrado (click para Regístrate).