Didn't have any luck with 3.06, so I tried to install 3.05 again and now it almost working. The only problems now is that when I try to post a new message or replay a post, then I get a blank page. I have swithed the PHP debugger on but get no errors. Only Queris, Blocks and Timers
Queries
SELECT * FROM testar_config WHERE (conf_modid = '0' AND conf_catid = '1') ORDER BY conf_order ASC
SELECT sess_data FROM testar_session WHERE sess_id = 'a6d03b88c86c01069a7fb8c6419bcf13'
SELECT * FROM testar_users WHERE uid=1
SELECT * FROM testar_modules WHERE dirname = 'newbb'
SELECT * FROM testar_config WHERE (conf_modid = '13') ORDER BY conf_order ASC
SELECT p.*, t.* FROM testar_bb_posts p LEFT JOIN testar_bb_posts_text t ON p.post_id=t.post_id WHERE p.post_id=1
SELECT * FROM testar_bb_forums WHERE forum_id = 1
SELECT COUNT(l.groupid) FROM testar_groups_users_link AS l LEFT JOIN testar_group_permission AS p ON p.gperm_groupid=l.groupid WHERE l.uid=1 AND p.gperm_modid = '1' AND p.gperm_name = 'module_admin' AND p.gperm_itemid = '13'
SELECT topic_status, topic_id FROM testar_bb_topics WHERE topic_id = 1
SELECT COUNT(*) FROM testar_online WHERE online_uid=1
UPDATE testar_online SET online_updated=1161284335, online_module = 13 WHERE online_uid = 1
SELECT COUNT(*) FROM testar_bb_online WHERE online_uid=1
UPDATE testar_bb_online SET online_updated= '1161284336', online_forum = '1', online_topic = '0' WHERE online_uid = 1
DELETE testar_bb_online FROM testar_bb_online LEFT JOIN testar_online AS aa ON testar_bb_online.online_uid = aa.online_uid WHERE testar_bb_online.online_uid > 0 AND aa.online_uid IS NULL
DELETE testar_bb_online FROM testar_bb_online LEFT JOIN testar_online AS aa ON testar_bb_online.online_ip = aa.online_ip WHERE testar_bb_online.online_uid = 0 AND aa.online_ip IS NULL
SELECT COUNT(*) FROM testar_banner
SELECT * FROM testar_banner LIMIT 0, 1
UPDATE testar_banner SET impmade = impmade+1 WHERE bid = 1
SELECT * FROM testar_config WHERE (conf_modid = '0' AND conf_catid = '3') ORDER BY conf_order ASC
SELECT DISTINCT gperm_itemid FROM testar_group_permission WHERE gperm_name = 'block_read' AND gperm_modid = 1 AND gperm_groupid IN (1,2)
SELECT b.* FROM testar_newblocks b, testar_block_module_link m WHERE m.block_id=b.bid AND b.isactive=1 AND b.visible=1 AND m.module_id IN (0,13) AND b.bid IN (1,2,3,4,5,6,7,8,9,10,11,12,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,66,69,67,68) ORDER BY b.weight,b.bid
SELECT COUNT(*) FROM testar_priv_msgs WHERE (read_msg = '0' AND to_userid = '1')
SELECT f.*, s.tpl_source FROM testar_tplfile f LEFT JOIN testar_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 testar_modules WHERE (hasmain = '1' AND isactive = '1' AND weight > '0') ORDER BY weight ASC, mid ASC
SELECT * FROM testar_group_permission WHERE (gperm_name = 'module_read' AND gperm_modid = '1' AND (gperm_groupid = '1' OR gperm_groupid = '2'))
SELECT gperm_itemid FROM testar_group_permission WHERE gperm_modid='' AND gperm_name='myalbum_global' AND (gperm_groupid IN (1,2))
SELECT f.*, s.tpl_source FROM testar_tplfile f LEFT JOIN testar_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 COUNT(*) FROM testar_online WHERE online_uid=1
UPDATE testar_online SET online_updated=1161284336, online_module = 13 WHERE online_uid = 1
SELECT * FROM testar_online
SELECT COUNT(*) FROM testar_online WHERE online_module = '13'
SELECT f.*, s.tpl_source FROM testar_tplfile f LEFT JOIN testar_tplsource s ON s.tpl_id=f.tpl_id WHERE (tpl_tplset = 'default' AND tpl_file = 'system_block_online.html') ORDER BY tpl_refid
SELECT p.*, t.*, tp.topic_status FROM testar_bb_posts p LEFT JOIN testar_bb_posts_text t ON p.post_id=t.post_id LEFT JOIN testar_bb_topics tp ON tp.topic_id=p.topic_id WHERE p.topic_id=1 AND p.approved =1 ORDER BY p.post_time DESC LIMIT 0, 5
Total: 33 queries
Blocks
User Menu: No Cache
Login: No Cache
Main Menu: No Cache
Who's Online: No Cache
Total: 4 blocks
Extra
Timers
XOOPS took 2.336 seconds to load.
XOOPS Boot took 0.478 seconds to load.
Module init took 0.938 seconds to load.
XOOPS output init took 0.533 seconds to load.
Module display took 0.388 seconds to load.
I have installed xoopseditor in ../Frameworks/xoops22/class
I have renamed plugin.dist.php to plugin.php
I have changed // Set the default editor. to this:
$customConfig["editor_default"] = "dhtmltextarea";
I checked $customConfig["syncOnUpdate"] = false; and I found somewhere that it sould be set as false but that didn't solve the problem.
The Xoopseditor that i upload was: xoops-editors-moon
The Frameworks version that I uploaded was: 2.11
I guess that I have looked in all threads but maybe I missed something. Hope someone could help me.