3
I thought I did as I saw the Frameworks directory etc. included with the 2.3.3, but looking a bit more closely I guess not.
I grabbed the latest (I think) and did the entire upgrade process over again including frameworks before I upgraded to XOOPS 2.3.3.
When I tried upgrading from newbb 2.02 to 3.0.8 this time (with inline error checking on) I found that the upgrade was having a fatal error with php scripts timing out, so I upped that from 30 seconds to 120 in php.ini and tried again, that time it looked like it ran ok however now I am seeing some different errors when I try to either access the forum modification area or go to the forums directly from the home page.
this is what I see when I try to 'modify' a forum in the admin section.
Fatal error: Call to undefined function: getinstance() in /home/wlsite/htdocs/Frameworks/textsanitizer/module.textsanitizer.php on line 215
None All errors (1) queries (15) blocks (0) extra (2) timers (3)
Errors
Warning: Class 'xoopstree' is deprecated, check 'XoopsObjectTree' in tree.php in file /class/xoopstree.php line 45
Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in file /class/logger/render.php line 98
This is what I see now when actually trying to go to the forums:
Fatal error: Call to undefined function: getinstance() in /home/wlsite/htdocs/Frameworks/textsanitizer/module.textsanitizer.php on line 215
None All errors (20) queries (46) blocks (5) extra (2) timers (5)
Errors
Warning: mytextsanitizer::maketboxdata4show is deprecated in file /class/module.textsanitizer.php line 665
Warning: mytextsanitizer::maketboxdata4show is deprecated in file /class/module.textsanitizer.php line 665
Warning: mytextsanitizer::maketboxdata4show is deprecated in file /class/module.textsanitizer.php line 665
Warning: mytextsanitizer::maketboxdata4show is deprecated in file /class/module.textsanitizer.php line 665
Warning: mytextsanitizer::maketboxdata4show is deprecated in file /class/module.textsanitizer.php line 665
Warning: mytextsanitizer::maketboxdata4show is deprecated in file /class/module.textsanitizer.php line 665
Warning: mytextsanitizer::maketboxdata4show is deprecated in file /class/module.textsanitizer.php line 665
Warning: mytextsanitizer::maketboxdata4show is deprecated in file /class/module.textsanitizer.php line 665
Warning: mytextsanitizer::maketboxdata4show is deprecated in file /class/module.textsanitizer.php line 665
Warning: mytextsanitizer::maketboxdata4show is deprecated in file /class/module.textsanitizer.php line 665
Warning: mytextsanitizer::maketboxdata4show is deprecated in file /class/module.textsanitizer.php line 665
Warning: mytextsanitizer::maketboxdata4show is deprecated in file /class/module.textsanitizer.php line 665
Warning: mytextsanitizer::maketboxdata4show is deprecated in file /class/module.textsanitizer.php line 665
Warning: mytextsanitizer::maketboxdata4show is deprecated in file /class/module.textsanitizer.php line 665
Warning: mytextsanitizer::maketboxdata4show is deprecated in file /class/module.textsanitizer.php line 665
Warning: mytextsanitizer::maketboxdata4show is deprecated in file /class/module.textsanitizer.php line 665
Warning: mytextsanitizer::maketboxdata4show is deprecated in file /class/module.textsanitizer.php line 665
Warning: mytextsanitizer::maketboxdata4show is deprecated in file /class/module.textsanitizer.php line 665
Warning: mytextsanitizer::maketboxdata4show is deprecated in file /class/module.textsanitizer.php line 665
Warning: mytextsanitizer::maketboxdata4show is deprecated in file /class/module.textsanitizer.php line 665
Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in file /class/logger/render.php line 98
I am assuming the E_STRICT is from using an older version of MySQL but that in itself doesn't seem to be an 'error'
what exactly is the 'sanitizer' doing and does it really need to be doing it?