3
Hi phppp,
For example on debug mode
... modules/article/xml.php/rss
it show this:
Internet Explorer
No se puede mostrar la página XML
No se puede ver la entrada XML con la hoja de estilo . Corrija el error y haga clic en el botón Actualizar, o inténtelo de nuevo más tarde.
--------------------------------------------------------------------------------
No es válido en el nivel superior del documento. Error al procesar el recurso ... modules/ar...
This page cannot be displayed due to an internal error.
You can provide the following information to th...
Firefox
Error de lectura XML: no se encuentra elemento
Ubicación: ... /modules/article/xml.php/rss
Número de línea 1, columna 1:
The control panel show this:
SET NAMES 'utf8'
SELECT * FROM xxx_config WHERE (conf_modid = '0' AND conf_catid = '1') ORDER BY conf_order ASC
SELECT sess_data, sess_ip FROM xxx_session WHERE sess_id = 'xxxxxxx'
SELECT * FROM xxx_users WHERE uid=xxx
SELECT * FROM xxx_modules WHERE dirname = 'system'
DELETE FROM xxx_protector_access WHERE expire < UNIX_TIMESTAMP()
SELECT COUNT(*) FROM xxx_protector_access WHERE ip='xxxxxxxxx' AND request_uri='... modules/system/admin.php?fct=preferences&op=show&confcat_id=xxx'
SELECT COUNT(*) FROM xxx_protector_access WHERE ip='xxxxxxxxxx'
INSERT INTO xxx_protector_access SET ip='xxxxxxxxxx',request_uri='... modules/system/admin.php?fct=preferences&op=show&confcat_id=xxx',expire=UNIX_TIMESTAMP()+'xxxxx'
SELECT * FROM xxx_configcategory WHERE confcat_id=x
SELECT * FROM xxx_config WHERE (conf_modid = '0' AND conf_catid = '1') ORDER BY conf_order ASC
SELECT * FROM xxx_modules WHERE (hasmain = '1' AND isactive = '1') ORDER BY weight ASC, mid ASC
SELECT * FROM xxx_modules WHERE dirname = 'thadmin'
SELECT * FROM xxx_tplset
SELECT * FROM xxx_configoption WHERE conf_id = '13' ORDER BY confop_id ASC
SELECT * FROM xxx_groups WHERE groupid != '3'
SELECT * FROM xxx_configoption WHERE conf_id = '32' ORDER BY confop_id ASC
SELECT * FROM xxx_configoption WHERE conf_id = '33' ORDER BY confop_id ASC
SELECT * FROM xxx_smiles
SELECT * FROM xxx_modules WHERE hasmain = '1' ORDER BY weight ASC, mid ASC
SELECT * FROM xxx_group_permission WHERE (gperm_name = 'module_admin' AND gperm_modid = '1' AND (gperm_groupid = '1' OR gperm_groupid = '2'))
Thanks phppp
.