Error 500 after creating new category

Having trouble installing serendipity?
Post Reply
Gilmagesh

Error 500 after creating new category

Post by Gilmagesh »

Windows XP
Apache 2.0 or Abyss Webserver 2.0

PHP5
SQLite

After creating a new category index.php could not be accessed: "Error 500" The Error.log says
CGI: [D:\Internet\PHP\php-cgi.exe ] URI: /se8b/index.php Broken pipe

Serendipity-Installation
Willkommen bei der Installation von Serendipity.
Als Erstes wird eine Systemdiagnose durchgeführt, um etwaigen Inkompatibiläten oder fehlenden Modulen vorzubeugen..
Fehler werden in rot, Empfehlungen in gelb und erfolgreiche Meldungen in grün dargestellt..

- Systemdiagnose von Serendipity v.0.8-beta5 -

PHP Installation
Betriebssystem Windows NT 5.1, i586
Webserver SAPI cgi-fcgi
PHP version >= 4.1.2 Ja, 5.0.3
Database extensions SQLite
Session extension Ja
PCRE extension Ja
GDlib extension Ja
OpenSSL extension Nein
mbstring extension Nein
iconv extension Ja
zlib extension Ja
Imagemagick binary Nicht gefunden

php.ini Konfiguration
Empfohlen Vorhanden
safe_mode OFF OFF
register_globals OFF ON
magic_quotes_gpc OFF ON
magic_quotes_runtime OFF OFF
session.use_trans_sid OFF OFF
allow_url_fopen ON ON
file_uploads ON ON
post_max_size 10M 32M
upload_max_filesize 10M 32M

Rechte
F:\wwwroot\html/s9y/ Beschreibbar
F:\wwwroot\html/s9y/templates_c Beschreibbar
Execute Imagemagick binary Nicht gefunden
Bitte die Installationsart wählen:
Einfache Installation - Fortgeschrittene Installation

Betrieben mit Serendipity und PHP 5.0.3
Gilmagesh

Post by Gilmagesh »

The "Error 500" appears if i
1. Create a new post
2. I create a new category

If I am able to remove the new category then the index.php could be accessed and everything work fine. If I create another new category an "Error 500" appears again.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hm, this seems to be related to a faulty webserver setup.

Can you try and download XAMPP instead; s9y works properly with that system.

Apache2 with PHP5 is known to cause trouble in threaded mode, and you seem to be using a special CGI method which can on top of that create more trouble.

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