Installer Error in RC3 [message #2835] |
Sat, 01 June 2002 11:59 |
Olliver
Messages: 443 Registered: March 2002
Karma: 0
|
Senior Member |
|
|
Hi,
there's a small error in the installation script. after finishing installation the setup does not go to the installation directory where the login.php resides. Instead it tries to find it directly in the www-root which will cause a 404 message. Could cause some irritation for 1st time installers
bye
Ken
|
|
|
Re: Installer Error in RC3 [message #2836 is a reply to message #2835] |
Sat, 01 June 2002 15:27 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Uhm... WWW_ROOT is where the forum was installed to no, so the login.php should be found there, no?
I'll try to install a forum few times to see if I can replicate this, but I have not seen this bug before. Could you tell me where were you installing the forum relative to the web path of the install.php script?
Thanks.
FUDforum Core Developer
|
|
|
Re: Installer Error in RC3 [message #2843 is a reply to message #2836] |
Sat, 01 June 2002 19:44 |
Olliver
Messages: 443 Registered: March 2002
Karma: 0
|
Senior Member |
|
|
hm, ok here's my setting in a nutshell:
Apache 1.3.23 with Php 4.2.1 and MySQL 3.23.50 running on RH 7.3. I know the default 1.3.23 was faulty with php but I use the patched RedHat version which is not affected (hence no need to update for me )
I installed it to /home/httpd/forum2. My hidden dir was /home/httpd/forum2-hidden. The forum's URL is http://mytestserver/forum2/ Now the expected result of the setup should be that the installer looks for the login.php in http://mytestserver/forum2/login.php. But actually it expected it at http://mytestserver/login.php and this is why i got the 404 message. I hope u can reproduce it now, because else it would mean that I screwed up PHP when compiling it .
bye
Ken
[Updated on: Sat, 01 June 2002 19:46] Report message to a moderator
|
|
|
Re: Installer Error in RC3 [message #2848 is a reply to message #2843] |
Sun, 02 June 2002 17:37 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Hmm I tried replicating the bug on a test machine, but I cannot, it seems to work fine.
Could yoou tell me if your register_globals are ON or OFF and is your safe_mode enabled or not?
Thanks
FUDforum Core Developer
|
|
|
|
Re: Installer Error in RC3 [message #2859 is a reply to message #2853] |
Mon, 03 June 2002 16:31 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Ken Kizaki wrote on Sun, 02 June 2002 21:39 | Register Globals were turned on and Safe Mode was off. I can try to reproduce the bug myself by making a fresh install.
bye Ken
|
Please do and let me know, I'll try to reproduce it myself again as well.
If/when you will be trying to replicate the bug, please save the HTML source of every install step and send it to me with your bug report if the problem persists.
FUDforum Core Developer
|
|
|
|
|