| Re: Blank Page Please Help |
| by sailjapan on 2009/7/10 13:48:15 Quote: What version of MySQL and PHP do you have? |
| Re: Blank Page Please Help |
| by simonmccoys on 2009/7/10 12:15:00 Thanks for your help i really appreciate it, i have carried out everything you said still no page.These are the new debug stats SET NAMES 'utf8' SELECT * FROM config WHERE (conf_modid = '0' AND conf_catid = '1') ORDER BY conf_order ASC SELECT sess_data, sess_ip FROM session WHERE sess_id = 'hkksqu4gp9p9hk8dqop5ccdjh5' SELECT * FROM users WHERE uid = '1' DELETE FROM protector_access WHERE expire < UNIX_TIMESTAMP() SELECT COUNT(*) FROM protector_access WHERE ip='88.104.229.147' AND request_uri='/' SELECT COUNT(*) FROM protector_access WHERE ip='88.104.229.147' INSERT INTO protector_access SET ip='88.104.229.147',request_uri='/',expire=UNIX_TIMESTAMP()+'60' SELECT COUNT(*) FROM banner SELECT * FROM banner LIMIT 1, 1 UPDATE banner SET impmade = impmade+1 WHERE bid = 2 SELECT * FROM config WHERE (conf_modid = '0' AND conf_catid = '3') ORDER BY conf_order ASC SELECT DISTINCT gperm_itemid FROM group_permission WHERE gperm_name = 'block_read' AND gperm_modid = 1 AND gperm_groupid IN (1,2) SELECT b.* FROM newblocks b, block_module_link m WHERE m.block_id=b.bid AND b.isactive=1 AND b.visible=1 AND m.module_id IN (0,-1) AND b.bid IN (1,2,3,4,5,6,7,8,9,10,11,12) ORDER BY b.weight, m.block_id SELECT * FROM modules WHERE dirname = 'pm' SELECT COUNT(*) FROM `priv_msgs` WHERE (read_msg = '0' AND to_userid = '1') SELECT f.*, s.tpl_source FROM tplfile f LEFT JOIN tplsource s ON s.tpl_id=f.tpl_id WHERE (tpl_tplset = 'default' AND tpl_file = 'system_block_user.html') ORDER BY tpl_refid SELECT * FROM modules WHERE (hasmain = '1' AND isactive = '1' AND weight > '0') ORDER BY weight ASC, mid ASC SELECT * FROM group_permission WHERE (gperm_name = 'module_read' AND gperm_modid = '1' AND (gperm_groupid = '1' OR gperm_groupid = '2')) SELECT f.*, s.tpl_source FROM tplfile f LEFT JOIN tplsource s ON s.tpl_id=f.tpl_id WHERE (tpl_tplset = 'default' AND tpl_file = 'system_block_mainmenu.html') ORDER BY tpl_refid SELECT f.*, s.tpl_source FROM tplfile f LEFT JOIN tplsource s ON s.tpl_id=f.tpl_id WHERE (tpl_tplset = 'default' AND tpl_file = 'system_homepage.html') ORDER BY tpl_refid SELECT COUNT(*) FROM `priv_msgs` WHERE (read_msg = '0' AND to_userid = '1') Total: 22 queries User Menu: No Cache Login: No Cache Main Menu: No Cache Total: 3 blocks When i run checksum i get this ./xoops_data/caches/smarty_cache/index.html missing ! |
| Re: Blank Page Please Help |
| by ghia on 2009/7/10 10:27:20 Are the files on the server complete (do the file check: see release notes)? Try the installation without the install of Protector or the relocation of xoops_lib and xoops_data. If it is working like that, do the move and activate Protector. What version of MySQL and PHP do you have? |
| Blank Page Please Help |
| by simonmccoys on 2009/7/10 10:01:58 For 3 months i have been trying to solve this problem, its a new installation of xoops2.3.3 i can not solve the blank page, the debug says: User Menu: No Cache Login: No Cache Main Menu: No Cache Total: 3 blocks Queries SET NAMES 'utf8' SELECT * FROM config WHERE (conf_modid = '0' AND conf_catid = '1') ORDER BY conf_order ASC SELECT sess_data, sess_ip FROM session WHERE sess_id = 'hkksqu4gp9p9hk8dqop5ccdjh5' SELECT * FROM users WHERE uid = '1' SELECT COUNT(*) FROM banner SELECT * FROM config WHERE (conf_modid = '0' AND conf_catid = '3') ORDER BY conf_order ASC SELECT DISTINCT gperm_itemid FROM group_permission WHERE gperm_name = 'block_read' AND gperm_modid = 1 AND gperm_groupid IN (1,2) SELECT b.* FROM newblocks b, block_module_link m WHERE m.block_id=b.bid AND b.isactive=1 AND b.visible=1 AND m.module_id IN (0,-1) AND b.bid IN (1,2,3,4,5,6,7,8,9,10,11,12) ORDER BY b.weight, m.block_id SELECT * FROM modules WHERE dirname = 'pm' SELECT COUNT(*) FROM `priv_msgs` WHERE (read_msg = '0' AND to_userid = '1') SELECT f.*, s.tpl_source FROM tplfile f LEFT JOIN tplsource s ON s.tpl_id=f.tpl_id WHERE (tpl_tplset = 'default' AND tpl_file = 'system_block_user.html') ORDER BY tpl_refid SELECT * FROM modules WHERE (hasmain = '1' AND isactive = '1' AND weight > '0') ORDER BY weight ASC, mid ASC SELECT * FROM group_permission WHERE (gperm_name = 'module_read' AND gperm_modid = '1' AND (gperm_groupid = '1' OR gperm_groupid = '2')) SELECT f.*, s.tpl_source FROM tplfile f LEFT JOIN tplsource s ON s.tpl_id=f.tpl_id WHERE (tpl_tplset = 'default' AND tpl_file = 'system_block_mainmenu.html') ORDER BY tpl_refid SELECT f.*, s.tpl_source FROM tplfile f LEFT JOIN tplsource s ON s.tpl_id=f.tpl_id WHERE (tpl_tplset = 'default' AND tpl_file = 'system_homepage.html') ORDER BY tpl_refid SELECT COUNT(*) FROM `priv_msgs` WHERE (read_msg = '0' AND to_userid = '1') Total: 16 queries Please could someone help me |