Installer bug in s9y 0.7-beta2

Found a bug? Tell us!!
Post Reply
Thomas
Regular
Posts: 130
Joined: Tue Sep 21, 2004 2:00 pm
Location: Stockerau/NÖ/A
Contact:

Installer bug in s9y 0.7-beta2

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Installer bug in s9y 0.7-beta2

Post 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.
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Thomas
Regular
Posts: 130
Joined: Tue Sep 21, 2004 2:00 pm
Location: Stockerau/NÖ/A
Contact:

Post 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
Post Reply