FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Installation Issues » problem installing FUDForum under eGroupWare
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
problem installing FUDForum under eGroupWare [message #21104] Sat, 13 November 2004 20:20 Go to previous message
vkhamenya is currently offline  vkhamenya   Germany
Messages: 4
Registered: October 2004
Location: Hanover, Germany
Karma:
Junior Member
Hi all, hi Ilia,

I've installed eGroupWare 1.0.0.006 from all-in-one .tar.gz distribution.

Some application installed OK after initial eGW setup, but some not.
FUDForum was unlucky "not working application" Smile

Well, when I click FUDForum icon I get:

------------------
The 'files/' (/outside/webserver/docroot) directory exists, however webserver has no write permissions to that directory.
------------------

which is quite strange, because there is no /outside/webserver/docroot in my Linux box.

The PHP code snippet causing this message seems to be as following:

<?php
/***************************************************************************
* copyright            : (C) 2001-2003 Advanced Internet Designs Inc.
* email                : forum(at)prohost(dot)org
* $Id: index.php,v 1.14 2004/07/08 14:32:32 iliaa Exp $
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
***************************************************************************/

        /* $Id: index.php,v 1.14 2004/07/08 14:32:32 iliaa Exp $ */

        ignore_user_abort(true);
        set_magic_quotes_runtime(0);


        /* security check to prevent execution */
        if (basename(dirname(__FILE__)) == 'setup') {
                exit;
        }

        $GLOBALS['phpgw_info']['flags'] = array(
                'currentapp'    =>      'fudforum',
                'noheader'      =>      true,
                'nonavbar'      =>      true,
                'noappheader'   =>      true,
                'noappfooter'   =>      true,
                'nofooter'      =>      true
        );

        require_once('./../../header.inc.php');

        /* sanity checks, if any of these are true, notify the user & abort the process */
        if (empty($GLOBALS['phpgw_info']['server']['files_dir'])) {
                exit("Please make sure that that 'files/' directory exists & is writeable.");
        } else if (!is_writeable($GLOBALS['phpgw_info']['server']['files_dir'])) {
                exit("The 'files/' ({$GLOBALS['phpgw_info']['server']['files_dir']}) directory exists,
 however webserver has no write permissions to that directory.");
        }



Any hints how to get through?

Thanks
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Copy or chmod problem with install?
Next Topic: nntp import memory error
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Mon Nov 25 19:57:35 GMT 2024

Total time taken to generate the page: 0.05415 seconds