5
MySQL Debug ON displays the following when attempting to delete a message from the inbox (viewpsmg.php):
Queries
SELECT * FROM xoops_config WHERE (conf_modid = 0 AND conf_catid = 1) ORDER BY conf_order ASC
SELECT sess_data FROM xoops_session WHERE sess_id = '0b918d0493a496b29c6e1a55417e05d5'
SELECT * FROM xoops_users WHERE uid=1
SELECT * FROM xoops_config WHERE (conf_modid = 0 AND conf_catid = 3) ORDER BY conf_order ASC
SELECT DISTINCT gperm_itemid FROM xoops_group_permission WHERE gperm_name = 'block_read' AND gperm_modid = 1 AND gperm_groupid IN (1,2)
SELECT b.* FROM xoops_newblocks b, xoops_block_module_link m WHERE m.block_id=b.bid AND b.isactive=1 AND b.visible=1 AND m.module_id=0 AND b.bid IN (1,2,72,3,4,5,6,7,8,9,10,11,12,46,31,17,18,20,21,22,23,40,39,41,42,43,177,178,166,181,180,179,182) ORDER BY b.weight,b.bid
SELECT * FROM xoops_priv_msgs WHERE to_userid = 1 ORDER BY msg_id ASC
SELECT * FROM xoops_users WHERE uid=1
SELECT * FROM xoops_users WHERE uid=3
SELECT * FROM xoops_users WHERE uid=10
Total: 10 queries
Blocks
Total: 0 blocks
Execution Time
XOOPS took 0.059154033660889 seconds to load.
Extra
With PHP Debug on and attempting to delete a message from the read message page (readpmsg.php), there is no output---the page comes up blank.