2
I did the same, but solve the problem by following the instruction of following post. I also change one more code:
$HTTP_USER_AGENT by $_USER_AGENT
===========================================================
https://xoops.org/modules/repository/singlefile.php?lid=1554&com_id=35069&com_rootid=35069&com_mode=thread&#comment35069Poster Thread
pedrorozo Posted: 2007/3/11 12:44 Updated: 2007/3/11 12:44
Just popping in
Joined: 2007/3/11
From:
Posts: 1 Re: Content (Redirection limit for this URL exceeded xoops)
For all the faloks facing this error, during the migration of php4->php5
Redirection limit for this URL exceeded xoops
The fix is: to replace these php4 code by this one in all the php files of your Content modules.
$HTTP_GET_VARS by $_GET
$HTTP_POST_VARS by $_POST
$HTTP_SERVER_VARS by $_SERVER
After two days playing with all the versions: 0.5, 0.75 and 1.0. this is a common issue from php4 to php5.
Pedro Rozo.