1
Hello
Since this afternoon, I'm having the blank page on my site.il seems that this comes from the protector module!
Here is the message I debug mode
SELECT * FROM xoops2_config WHERE (conf_modid = '0' AND conf_catid = '1') ORDER BY conf_order ASC
SELECT sess_data, sess_ip FROM xoops2_session WHERE sess_id = '5f8c0ed10e23154bddc61f5af9b520d7'
SELECT * FROM xoops2_users WHERE uid=1DELETE FROM xoops2_protector_access WHERE expire < UNIX_TIMESTAMP()
SELECT COUNT(*) FROM xoops2_protector_access WHERE ip='xx.xx.xxx.162' AND request_uri='/'SELECT COUNT(*) FROM xoops2_protector_access WHERE ip='xx.xx.xxx.162'
INSERT INTO xoops2_protector_access SET ip='xx.xx.xxx.162',request_uri='/',expire=UNIX_TIMESTAMP()+'60'
Total: 7 queries
How do I fix this problem?
Thank you