2
I can confirm that
I get this on debug mode when calling /modules/newbb/viewtopic.php:
Fatal error: main() [function.require]: Failed opening required '/xxx/www/xxx/xxx.org/htdocs/Frameworks/xoops22/class/xoopseditor/xoopseditor.php' (include_path='.:/usr/share/php') in /xxx/www/xxx/xxx.org/htdocs/modules/newbb/viewtopic.php on line 593
None All errors (7) queries (49) blocks (3) extra (2) timers (5)
cbb 3.08
xoops 2.3.3
php 4.3
freeBSD
================= EDIT ====================
sorry folks - forget that - the file was probably not the original - - I simply changed
require_once XOOPS_ROOT_PATH."/Frameworks/xoops22/class/xoopseditor/xoopseditor.php";
into
require_once XOOPS_ROOT_PATH."/class/xoopseditor/xoopseditor.php";
and all seems fine now ...