1
Hi there,
I've upgraded 2.0.9 => 2.2.3 with lot of manual fixes (expected!) and finally can enjoy my new fully working XOOPS 2.2.3..
I have only a minor issue left:
_MI_SYSTEM_* constants are displayed as constants own name in the view profile and edit profile version:
So, for example, we have at the bottom of userinfo.php:
Occupation Student
Website
http://www.cthulhu.it/_MI_SYSTEM_USERREGDATE 20/3/2002
_MI_SYSTEM_USERPOSTS 265
_MI_SYSTEM_LASTLOGIN 27/8/2005
In debug mode there is no notice pointing out missing constants definitions, the language files are in place with all the constant define() needed.
In debug mode, in every XOOPS page, there is a LOT of notices like this:
Notice [PHP]: Only variables should be assigned by reference in file x line y
But I don't think this could be the cause of my problem.
Any idea?
Thanks