Page 1 of 1

Installer bug in s9y 0.7-beta2

Posted: Tue Sep 21, 2004 2:09 pm
by Thomas
Hi,

today I downloaded version 0.7-beta2 and installed it on to my local notebook which has XAMPP 1.4.5.
I transferred the files, created the necessary database and started the installer. Filled in all the glory data and - nothing.
I saw that in the URI a '?' was added but nothing else happened.

In 'serendipity_functions_installer.php I changed in line 354 following:

Code: Select all

<form action="?" method="POST">
to

Code: Select all

<form action="<?=$_SERVER['PHP_SELF']?>" method="POST">
And the installer worked well. :D

Regards, Thomas

Re: Installer bug in s9y 0.7-beta2

Posted: Tue Sep 21, 2004 2:46 pm
by garvinhicking
Hi Thomas!

Which browser are you using? Having '?' as URI straightforwardedly works on my windows and linux installations with either Internet Explorer or Mozilla...?

Regards,
Garvin.

Posted: Tue Sep 21, 2004 6:31 pm
by Thomas
Hi,

I'm using Firefox 0.9.3-de (German). It could possibly be also the XAMPP environment which interprets a couple things maybe in the wrong way.
Let's see what happens when I install it on my live site.

Regards, Thomas