1
tehquickness
Content 0.5 Problems

I have been trying to search for an answer but I have not been able to find one. People have suggested to me to use Content 0.5 to add static content to my website. However, after I install it and try to click any of the links to use it, nothing happens. I have tried turning on debuging but it reports no errors either. How can I diagnos or solve this problem?

2
canuser
Re: Content 0.5 Problems
  • 2007/4/3 23:28

  • canuser

  • Just popping in

  • Posts: 44

  • Since: 2003/3/4 7


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&#comment35069


Poster 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.

Login

Who's Online

204 user(s) are online (143 user(s) are browsing Support Forums)


Members: 0


Guests: 204


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits