phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-users] Problem getting to config


From: Chris Weiss
Subject: Re: [Phpgroupware-users] Problem getting to config
Date: Wed, 28 Aug 2002 23:22:47 +0000

but why would $PHP_SELF be empty?

Marc Lutolf (address@hidden) wrote*:
>
>Here's an apparent problem at installation:
>
>1. You've set up your header.inc.php and want to configure the installation.
>
>2. You type in your <yoururl>/phpgroupware, rather than
><yoururl>/phpgroupware/setup and get the following message:
>
>Fatal Error: It appears that you have not created the database tables for
>phpGroupWare. Click here to run setup.
>
>3. The word "here" is a link, but it points back to your root directory,
>rather than /setup.
>The reason is that the link is based on $PHP_SELF, which turns out in this
>case to be empty.
>
>In detail this is happening at:
>
>Line 638 of /phpgwapi/inc/functions.inc.php:
>
>$setup_dir = ereg_replace($PHP_SELF,'index.php','setup/');
>
>but in this case $PHP_SELF is empty, so $setup_dir, which is the link
>address, is also empty.
>
>
>
>
>_______________________________________________
>Phpgroupware-users mailing list
>address@hidden
>http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]