When i try to install phpWebGallery on the install.php page i get an error namely this one:
Notice: Undefined index: step in E:\Gallery\admin\install.php on line 153
Notice: Undefined index: step in E:\Gallery\admin\install.php on line 303
then when i just click next becuase it is just a warning i get this on the next page:
Notice: Undefined variable: conf in E:\Gallery\language\english.php on line 68
Notice: Undefined variable: conf in E:\Gallery\language\english.php on line 68
Notice: Undefined variable: conf in E:\Gallery\language\english.php on line 70
Notice: Undefined variable: conf in E:\Gallery\language\english.php on line 70
and in the first input box there is this:
localhost<br />Notice: Undefined index: cfgUser in E:\Gallery\admin\install.php on line 264<br /><br />Notice: Undefined index: cfgBase in E:\Gallery\admin\install.php on line 274<br />
then when i click submit i get this:
Notice: Undefined variable: conf in E:\Gallery\language\english.php on line 68
Notice: Undefined variable: conf in E:\Gallery\language\english.php on line 68
Notice: Undefined variable: conf in E:\Gallery\language\english.php on line 70
Notice: Undefined variable: conf in E:\Gallery\language\english.php on line 70
Warning: Cannot modify header information - headers already sent by (output started at E:\Gallery\language\english.php:68) in E:\Gallery\admin\install.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at E:\Gallery\language\english.php:68) in E:\Gallery\admin\install.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at E:\Gallery\language\english.php:68) in E:\Gallery\admin\install.php on line 218
This probably has to do with some configuring i have to do on my php.ini file but since i am only just starting up my server and i haven't got a lot of experience in PHP programming i thought lets just ask it here.
I am running Apache under WinNT 4.0
Koter
quite weird, when I started reading your post, I was sure you were under Microsoft IIS since those errors happens with this web server. Can you tell me which version of Apache and which version of PHP your are using ?
Offline
i am using the latest version of apache: "apache_2.0.46-win32-x86-no_src"
and my php version is "php-4.3.1"
hope this helps.... oh an if you want to know i am using MySQL version: "mysql-3.23.56-win"
:-( it seems that there are same problems with Apache 2 than with IIS, and I didn't fix the bugs for IIS (since I don't use it, neither Apache 2)
Offline
so with apache 1.3 it will work??
because then i will maybe install 1.3......
but if i am going to uninstall and reinstall apache i do would like to know if it would work then.
but thanx for the help so far.
PHP developpers (not me, the developpers of the language, Rasmus Lerdorf...) encourages to use Apache 1.3.xx and not 2.0.x. I make the same recommendation
Offline
OK, i changed my server software now this is what i am running:
Apache/1.3.27 (Win32) on NT4
But i still get the same error.
I tried to place the files on another server wich is running this:
Apache/1.3.27 (Unix) DAV/1.0.3 mod_jk/1.2.3 PHP/4.3.2 mod_ssl/2.8.10 OpenSSL/0.9.6d on Linux.
this is my school server but it doesn't work there either.
plz help
D.
this is very strange !!! It works very well on my GNU/linux computer with apache 1.3.27 and PHP 4.2.0, and the version 1.2 was developped under windows with apache 1.3 and PHP 4.0.6
Offline