1
Since I am not dev these are optional
….mmmmm……
2.2.5rc2 can have and needs:
out of 2.0.16:
class/mail/phpmailer
class/snoopy
kernal/sessions.php
Also for both 2.0.16 and 2.2.5 rc2 It can be upgraded with the newer Smarty into class/smarty/ ‘Core’ and works fine (in my case
).
Xoops contains 2 copies of Smarty, one is placed in internals which is Smarty’s default name, the other is core, ours one is core.
So in my case I removed one and labelled it in smarty.classs.php where it says (in the newer version):
if (!defined('SMARTY_CORE_DIR')) {
define('SMARTY_CORE_DIR', SMARTY_DIR . 'core' . DIRECTORY_SEPARATOR);
}
Maybe some other things I have done, as I have just been playing around lately doing my spring cleaning and anything needing fixes….
Quote:
Yet remember everyone, I am not DEV so maybe, this could be wrong