[Gforge-devel] Error when adding a Trove category under some unknown circumstances

Federico federicot at gmail.com
Wed Jun 28 10:02:10 EDT 2006


Hi all,

https://gforge.org/tracker/?func=detail&aid=2569&group_id=1&atid=105

About this, the problem is that it was using " global
$HTTP_SERVER_VARS; " on session_redirect function. Those vars are
deprecated and can be disabled by php.ini register_long_arrays
directive.
So, If you have register_long_arrays = Off, then the script can't find
server host and its redirected to http://admin/

I've made the fix for 4.5, HEAD was already fixed.


Greetings,
Federico.


More information about the Gforge-devel mailing list