[imp] problem with setup.php3
Ilya
maillist@krel.org
Sat, 21 Apr 2001 21:52:09 -0400
hmm, seems like i found answer....
install.sh:
# IMP items
if [ -d imp ]; then
if [ ! -f imp/config/defaults.php3 ]; then
cp imp/config/defaults.php3.dist imp/config/defaults.php3 >
/dev/null 2> /dev/null
fi
chmod 777 imp/config/defaults.php3 > /dev/null 2> /dev/null
if [ ! -f imp/config/mime.php3 ]; then
cp imp/config/mime.php3.dist imp/config/mime.php3 > /dev/null 2>
/dev/null
fi
if [ ! -f imp/config/ldap.php3 ]; then
cp imp/config/ldap.php3.dist imp/config/ldap.php3 > /dev/null 2>
/dev/null
fi
if [ ! -f imp/config/servers.php3 ]; then
cp imp/config/servers.php3.dist imp/config/servers.php3 > /dev/null
2> /dev/null
fi
fi
first of all imp config files are .php now not .php3, second there is no
defaults.php/3 and ldap.php/3 in imp-2.3.6.tar.gz.
is conf.php.dist replacement for defaults.php3?
and can i use setup.php3 with it, or should better do it all manually?
----- Original Message -----
From: "Ilya" <maillist@krel.org>
To: <imp@lists.horde.org>
Sent: Saturday, April 21, 2001 9:26 PM
Subject: [imp] problem with setup.php3
> i just got *latest horde and imp from ftp. went through all install
> instructions for horde, and was about to start setup.php3, but each time i
> go to localhost/setup.php3 i get this message:
> Please go to the top level directory for your installation and run "sh
> ./install.sh"; this will enable the configuration manager.
>
>
>
> of course i did it already, but still get this message.
>
> any suggestions?
>
>
>
>
>
> Horde Versions
> a.. Horde: 1.2.4
> b.. IMP: 2.3.6
> PHP Version
> a.. PHP Version: 4.0.4pl1
> b.. PHP Major Version: 4
> c.. PHP Minor Version: 4pl1
> d.. PHP Version Classification: release
> e.. You are running a supported release of PHP4. Enjoy the ride!
> PHP Module Capabilities
> a.. IMAP Support: Yes
> b.. LDAP Support: Yes
> c.. MySQL Support: Yes
> d.. PostgreSQL Support: Yes
> PHPLIB Configuration
> a.. track_vars: Yes
> b.. PHPLIB (is page_open() defined): Yes
> c.. I am now going to try to create a HordeSession class. If this line
is
> the last thing that you see, then you do not have class HordeSession
defined
> in the phplib local.inc file. Fix that before proceeding.
> d.. Created a HordeSession instance successfully.
> e.. Click here to test PHPLIB for Horde (If this link results in
"Document
> Contains No Data" or "Fatal error...", then you probably have not defined
> the HordeSession class in the PHPLIB local.inc file).
> Miscellaneous PHP Settings
> a.. magic_quotes_gpc set to Off: Yes
> b.. magic_quotes_runtime set to Off: Yes
>
>
>
> --
> IMP mailing list: http://horde.org/imp/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>
>