Feng Forum

Support => Older versions => : roby September 24, 2009, 06:57:25 AM

: Problem OpenGoo 1.5.3 with CMS Joomla on the same host
: roby 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.
: Re: Problem OpenGoo 1.5.3 with CMS Joomla on the same host
: Frits 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


: Re: Problem OpenGoo 1.5.3 with CMS Joomla on the same host
: roby September 27, 2009, 06:41:52 AM
 :) tnks!!!
Best regards.