[Obm] First Use
Pierre Baudracco
pierre.baudracco@aliacom.fr
Thu, 24 Aug 2006 19:46:59 +0200
Rich Shepard a écrit :
> On Thu, 24 Aug 2006, Pierre Baudracco wrote:
>
>> don't touch the one in global.inc, configure only obm_conf.inc try
>> $cgp_host = "http:/localhost/obm/"
>
> I tried several variations, all without success.
>
> When I recursively grep for 'cgp_host' I see references to both
> directories under obm/php/ and an apparent images directory. I don't have
> the latter; could this be part of the issue?
$cgp_host should be set exactly to the url you type to access obm
$cgp_host = "http:/localhost/obm/"
the images directory does not exists. It's an alias that has to be set in
the apache configuration
See this line in the apache conf (in the obm virtual host section)
Alias /images /home/pierre/cvs/obm/obminclude/themes
Set it to the real path
eg:
Alias /images /var/www/obm/obminclude/themes
--
------------------------------------------------------------------------------
Pierre Baudracco - pierre.baudracco@aliacom.fr
ALIACOM - www.aliacom.fr - Toulouse : 05 62 19 24 91 - Paris : 01 48 25 53 13