public inbox for [email protected]
help / color / mirror / Atom feedFrom: Magnus Hagander <[email protected]>
To: Adrian Maier <[email protected]>
To: [email protected]
Subject: Re: Path-ralated problem while setting up a local postgresql website
Date: Tue, 10 Jan 2006 22:57:14 +0100
Message-ID: <[email protected]> (raw)
> I modified in handler.php the line :
>
> require_once './global/settings.php'; to
> require_once '/home/am/pgweb/portal/global/settings.php';
>
> The error disappears, but it complains about the next require_once.
>
> This is probably a configuration issue.
> Any ideas about what can be done to fix the problem?
> (it is very ugly to modify all the php files to use full paths ... )
In the .htaccess file in the root (portal) directory, I have:
php_value include_path "/var/www/pg-pear/lib:."
Do you have that, or similar? Note the single-dot path at the end after
the colon, it needs to be there.
And if it's there, are you sure it's being processed (the htaccess
itself, but also this line in particular)? Also worth double-checking.
//Magnus
view thread (4+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: Path-ralated problem while setting up a local postgresql website
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox