Author Topic: Problem OpenGoo 1.5.3 with CMS Joomla on the same host  (Read 2316 times)

roby

  • Newbie
  • *
  • Posts: 2
    • View Profile
Problem OpenGoo 1.5.3 with CMS Joomla on the same host
« on: September 24, 2009, 06:57:25 am »
Hi, i have a problem with OpenGoo 1.5.3 and the CMS Joomla on the same host.
If i log in my account in Opengoo and then i open a new tab with my website home-page in Joomla i obtain the error page 404. There is a solution for my little problem ??

Best regards.

Frits

  • Newbie
  • *
  • Posts: 16
    • View Profile
Re: Problem OpenGoo 1.5.3 with CMS Joomla on the same host
« Reply #1 on: September 24, 2009, 03:13:35 pm »
Hi, I had the same problem.
The problem is that Joomla and OpenGoo use both "id" in their cookie.

The solution is very simple, just define the following setting in ./config/config.php

define('COOKIE_PATH', '/<fill here your topdirectry of OpenGoo>');

sample: www.mysite.com/opengoo

define('COOKIE_PATH', '/opengoo');

Regards,
frits



roby

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Problem OpenGoo 1.5.3 with CMS Joomla on the same host
« Reply #2 on: September 27, 2009, 06:41:52 am »
 :) tnks!!!
Best regards.