Author Topic: Joomla/OpenGoo cookie id=1 conflict  (Read 7340 times)

capitalstartup

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
Joomla/OpenGoo cookie id=1 conflict
« on: February 23, 2009, 11:21:50 pm »
I have the same issue

I have opengoo and joomla installed on same server
when i surf my joomla site no problems

then i surf my opengoo no problem

but after surfing opengoo and then going back to joomla site i get:

This webpage has a redirect loop.

The webpage at http://www.site.com/ has resulted in too many redirects. Clearing your cookies for this site may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer.

when i dump  cookies problem goes away
id=1 is the problem cookie

can can we alert OpenGoo about this and/or edit opengoo/joomla so this conflict goes away?

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: Joomla/OpenGoo cookie id=1 conflict
« Reply #1 on: February 24, 2009, 04:10:23 pm »
Hi, try doing this:

If you are accessing OpenGoo, for example, at http://somedomain/path_to_opengoo edit file init.php line 76 and change from:
Code: [Select]
define('COOKIE_PATH', '/');to:
Code: [Select]
define('COOKIE_PATH', '/path_to_opengoo');
Please let me know if this works for you.

Thanks.

capitalstartup

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
Re: Joomla/OpenGoo cookie id=1 conflict
« Reply #2 on: February 27, 2009, 05:02:57 pm »
It worked - like magic

Thats great so does this mean you need config to automatically set the cookie path? and will be fixed for future builds?

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: Joomla/OpenGoo cookie id=1 conflict
« Reply #3 on: March 03, 2009, 09:53:04 am »
On future releases this will be set automatically on the config file, but in case it fails detecting the correct cookie path you will be able to set it manually.