1
Original install of XOOPS and newbb allowed me to create and modify category & forum descriptions as expected.
Since installation of Koivi editor this no longer works. I have tried switching back to DHTML editor but this does not help
The debug error comes up as:
===
Notice: Only variables should be assigned by reference in file /kernel/object.php line 498
Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in file /class/logger_render.php line 58
===
XOOPS - 2.0.15
newnn - 2.02
mySQL - 4.x
Any help or suggestions would be appreciated, as usually I am sure it is something simply I messed up while installing the new text editor.
EDIT - I have chnaged the topic of this problem as I am now getting similar problems with all of the XOOPS admin modules not updated text fields. For example trying to add a new text block generates this dump.
===
Errors
Notice: Undefined variable: bcontent in file /modules/system/admin/blocksadmin/main.php line 138
Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in file /class/logger_render.php line 58
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 = 'ccfa740d1846d6a159eac3205b9acd2d'
SELECT * FROM xoops_users WHERE uid=1
SELECT * FROM xoops_modules WHERE dirname = 'system'
SELECT * FROM xoops_config WHERE (conf_modid = '0' AND conf_catid = '4') ORDER BY conf_order ASC
INSERT INTO xoops_newblocks (bid, mid, func_num, options, name, title, content, side, weight, visible, block_type, c_type, isactive, dirname, func_file, show_func, edit_func, template, bcachetime, last_modified) VALUES (0, 0, 0, '', 'Custom Block (HTML)', 'Welcome to your guild.', '', 5, 0, 1, 'C', 'H', 1, '', '', '', '', '', 0, 1157730178)
INSERT INTO xoops_block_module_link (block_id, module_id) VALUES (57, -1)
INSERT INTO xoops_group_permission (gperm_groupid, gperm_itemid, gperm_name, gperm_modid) VALUES (1, 57, 'block_read', 1)
INSERT INTO xoops_group_permission (gperm_groupid, gperm_itemid, gperm_name, gperm_modid) VALUES (2, 57, 'block_read', 1)
Total: 9 queries
Blocks
Total: 0 blocks
Extra
Token Validation: Valid token found
Included files: 35 files
Memory usage: 2103992 bytes
Timers
XOOPS took 0.076 seconds to load.
XOOPS Boot took 0.038 seconds to load.
Module init took 0.038 seconds to load.
===