[chora] Stable Chora Build

zx at bugsbunny.laudanski.com zx at bugsbunny.laudanski.com
Thu Jul 24 12:01:59 PDT 2003


Hi and thanks.  This is what I set it to per your last email:

$this->applications['horde'] = array(
    'fileroot' => dirname(__FILE__) . '/..',
    'webroot' => '/horde',
    'initial_page' => '',
    'icon' => '/horde/graphics/home.gif',
    'name' => 'Nuke Cops beta-NC CVS Repository',
    'allow_guests' => true,
    'status' => 'inactive',
    'templates' => dirname(__FILE__) . '/../templates',
    'cookie_domain' => $_SERVER['SERVER_NAME'],
    'cookie_path' => '/',
    'server_name' => $_SERVER['SERVER_NAME'],
    'server_port' => $_SERVER['SERVER_PORT']
);



$this->applications['chora'] = array(
    'fileroot' => dirname(__FILE__) . '/../chora',
    'webroot' => $this->applications['horde']['webroot'] . '',
    'icon' => $this->applications['horde']['webroot'] . 
'/graphics/chora.gif',
    'name' => 'PHP-Nuke betaNC-CVS',
    'allow_guests' => true,
    'status' => 'inactive'
);

And this is the error I get:

File does not exist: /www/horde/cvs.php

The site didn't display at all.

I'm stuck, in a bad way. 


On Thu, 24 Jul 2003, Jon Parise wrote:

> On Wed, Jul 23, 2003 at 09:11:30PM -0400, zx at bugsbunny.laudanski.com wrote:
> 
> > <VirtualHost 66.227.64.136> 
> > Servername cvs.nukecops.com 
> > ServerAlias cvs.nukecops.com 
> > Alias /horde/ /www/horde/ 
> > #Alias /chora/ /www/horde/chora/ 
> > DocumentRoot /www/horde/chora/ 
> > </VirtualHost>
> 
> That looks fine.
>  
> > $this->applications['horde'] = array(
> >     'fileroot' => dirname(__FILE__) . '/..',
> >     'webroot' => '/',
> 
> 'webroot' => '/horde'
> 
> >     'initial_page' => '',
> >     'icon' => '/graphics/home.gif',
> 
> 'icon' => '/horde/graphics/home.gif'
> 
> >     'name' => 'Nuke Cops beta-NC CVS Repository',
> >     'allow_guests' => true,
> >     'status' => 'inactive',
> >     'templates' => dirname(__FILE__) . '/../templates',
> >     'cookie_domain' => $_SERVER['SERVER_NAME'],
> >     'cookie_path' => '/',
> >     'server_name' => $_SERVER['SERVER_NAME'],
> >     'server_port' => $_SERVER['SERVER_PORT']
> > );
>  
> 

-- 
Sincerely,

Paul Laudanski / Zhen-Xjell

[This message is for the designated recipient(s) only and may contain privileged or confidential information.  If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.]



More information about the chora mailing list