1
Dear All,
I've downgraded my XOOPS site from 2.2.4 to 2.0.1.4 by the downgrade script.
Till now everything's working fine (Thanks for the man who write this wonderful script).
But I have one problem after this downgrade process.
My user.php can't direct to userinfo.php after user login.
I change to the PHP detect mode and get below result:
Quote:
Notice: Only variables should be assigned by reference in file /modules/weblog/xoops_version.php line 294
Notice: Only variables should be assigned by reference in file /modules/smartsection/xoops_version.php line 622
Notice: Undefined index: self_delete in file /userinfo.php line 56
Notice: Only variables should be assigned by reference in file /userinfo.php line 148
Notice: Only variables should be assigned by reference in file /kernel/module.php line 542
Notice: Only variables should be assigned by reference in file /userinfo.php line 162
Notice: Only variables should be assigned by reference in file /userinfo.php line 168
Notice: Use of undefined constant _MI_WB_SUB_SMNAME1 - assumed '_MI_WB_SUB_SMNAME1' in file /modules/wordbook/xoops_version.php line 71
Notice: Only variables should be assigned by reference in file /userinfo.php line 168
Notice: Use of undefined constant _MI_OKSHOP_TMP_INFO - assumed '_MI_OKSHOP_TMP_INFO' in file /modules/okshop/xoops_version.php line 45
Notice: Only variables should be assigned by reference in file /userinfo.php line 168
Notice: Only variables should be assigned by reference in file /modules/weblog/xoops_version.php line 294
Notice: Only variables should be assigned by reference in file /userinfo.php line 168
Notice: Only variables should be assigned by reference in file /modules/smartsection/xoops_version.php line 622
Notice: Only variables should be assigned by reference in file /modules/smartsection/include/search.inc.php line 31
Notice: Only variables should be assigned by reference in file /userinfo.php line 168
Notice: Only variables should be assigned by reference in file /modules/smartfaq/include/search.inc.php line 19
Notice: Only variables should be assigned by reference in file /modules/smartfaq/include/search.inc.php line 21
Notice: Only variables should be assigned by reference in file /modules/planet/include/functions.ini.php line 70
Does anyone have the same experience as me?
Or ... Can someone tell me a way to fix this problem?
Thanks a lot ...