[3.2] Forum zeigt Internal Server Error

Fragen rund um die Installation, Administration und Benutzung von phpBB.
Forumsregeln
Bitte im Thementitel den Präfix deiner phpBB-Version angeben
Benutzeravatar
jan_2012
Mitglied
Beiträge: 216
Registriert: 23.04.2017 16:45

[3.2] Forum zeigt Internal Server Error

Beitrag von jan_2012 »

Hallo.

Mein Forum mkit phpbb 3.2.0 hat gestern einwandfrei funktioniert.
heute früh fing es an mit langen Ladezeiten

Im Root konnte ich im Cache Ordner alles löschen bis auf die index und htaccess.

Dann ging es wieder für eine Stunde.

Nun kann ich egal mit welchen Browser und egal an welchen PC oder Internetverbindung nichts mehr machen.
Es kommt "Internal Server Error"
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at service@webmailer.de to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.
Browsercache und Cookies der alles versucht auch das mehrmalige Löschen des caches im FTP

Ich komme nicht auf die Startseite zum Einloggen

Ein Tipp wäre hilfreich für mich , danke
musashi
Mitglied
Beiträge: 1585
Registriert: 04.12.2003 12:50
Wohnort: Wien
Kontaktdaten:

Re: [3.2] Forum zeigt Internal Server Error

Beitrag von musashi »

Sichere mal die Datei .htaccess und entferne sie dann Testhalber aus dem Stammverzeichnis und schau dann, ob sich etwas ändert. Wenn es danach geht, liegt der Fehler innerhalb dieser Datei - evtl. hast du dort etwas hinzugefügt?

Ansonsten schau mal ob das STK dir weiterhelfen kann: http://phpbb3.pytalhost.com/viewtopic.php?f=35&t=748
www.dsaforum.de - DAS DSA Fanforum
Benutzeravatar
canonknipser
Ehemaliges Teammitglied
Beiträge: 2053
Registriert: 10.09.2011 11:14
Kontaktdaten:

Re: [3.2] Forum zeigt Internal Server Error

Beitrag von canonknipser »

jan_2012 hat geschrieben: Ein Tipp wäre hilfreich für mich
Der Tipp steht ja schon in der Fehlermeldung:
jan_2012 hat geschrieben:More information about this error may be available in the server error log.
- also schau dir das von deinem Provider bereitgestellte Error-Log an

Automatisch dem Beitrag hinzugefügt nach 2 Minuten 11 Sekunden.

Bevor man mit dem Hammer irgendwo draufhaut:
musashi hat geschrieben:Sichere mal die Datei .htaccess und entferne sie dann Testhalber aus dem Stammverzeichnis
musashi hat geschrieben:Ansonsten schau mal ob das STK dir weiterhelfen kann
sollte man erst einmal den Fehler finden ;)
Grüße, canonknipser
"there are only 10 types of people: those, who understand binary and those, who don't"
just arrived ;) - Bilder
Kein Support via PN, nur im Board und (manchmal) im IRC
Benutzeravatar
jan_2012
Mitglied
Beiträge: 216
Registriert: 23.04.2017 16:45

Re: [3.2] Forum zeigt Internal Server Error

Beitrag von jan_2012 »

Habe die htaccess im cache ordner und im stammverzeichnis nacheinander gesicherrt und gelöscht.
Konnte sofort auf Forum zugreifen aber nach 5 minuten wieder gleiches bild.

dann wieder original zustand hergetellt , im FTP Cache komplett gelöscht - nichts

oben beschriebene Prozedur wieder holt , cache gelöscht - nichts

Fehlerlog im provider such ich gerade

UPDATE:

die htaccess datei ist wahrscheinlich der grund , habe die im hauptverzeichnis mal in eine ordner verschoben.
Jetzt geht alles wieder.

es kommt nur die fehlermeldung "Fehler - not found" und verschwindet wieder.
ansonsten klappt alles prima

kann ich die htaccess datei aus einen originalen phpbb3.2.0 installationspaket rüberholen?

danke für eure Hife !!
musashi
Mitglied
Beiträge: 1585
Registriert: 04.12.2003 12:50
Wohnort: Wien
Kontaktdaten:

Re: [3.2] Forum zeigt Internal Server Error

Beitrag von musashi »

Ja solltest du sogar machen - also die Original htaccess nochmal einspielen.

Dann evtl. mal abgleichen, was die Unterschiede der beiden Dateien sind - irgendwo muss ja etwas drin stehen, was den Fehler auslöst.
www.dsaforum.de - DAS DSA Fanforum
Benutzeravatar
jan_2012
Mitglied
Beiträge: 216
Registriert: 23.04.2017 16:45

Re: [3.2] Forum zeigt Internal Server Error

Beitrag von jan_2012 »

musashi hat geschrieben:Ja solltest du sogar machen - also die Original htaccess nochmal einspielen.

Dann evtl. mal abgleichen, was die Unterschiede der beiden Dateien sind - irgendwo muss ja etwas drin stehen, was den Fehler auslöst.
hab ich gemacht - keine änderungen sichtbar.
wenn ich es aus dem phpbb 3.2.0 paket raus nehme dann kommt das gleiche bild

Habe aber auch nicht verändert.

Eine extension von der ich glaube die ist schuld habe ich alles gelöscht und es liess sich auch rückstandslos vom server entfernen.

also verschiebe ich die originale htacccess datei in die root geht nix , verschiebe ich die htaccess aus dem installationsverzeichnis in die root geht auch nix komisch!

ggf kann einer von euch auf die beiden dateien schauen:

Code: Alles auswählen

<IfModule mod_rewrite.c>
RewriteEngine on

#
# Uncomment the statement below if URL rewriting doesn't
# work properly. If you installed phpBB in a subdirectory
# of your site, properly set the argument for the statement.
# e.g.: if your domain is test.com and you installed phpBB
# in http://www.test.com/phpBB/index.php you have to set
# the statement RewriteBase /phpBB/
#
#RewriteBase /

#
# Uncomment the statement below if you want to make use of
# HTTP authentication and it does not already work.
# This could be required if you are for example using PHP via Apache CGI.
#
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]

#
# The following 3 lines will rewrite URLs passed through the front controller
# to not require app.php in the actual URL. In other words, a controller is
# by default accessed at /app.php/my/controller, but can also be accessed at
# /my/controller
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ app.php [QSA,L]

#
# If symbolic links are not already being followed,
# uncomment the line below.
# http://anothersysadmin.wordpress.com/2008/06/10/mod_rewrite-forbidden-403-with-apache-228/
#
#Options +FollowSymLinks
</IfModule>

# With Apache 2.4 the "Order, Deny" syntax has been deprecated and moved from
# module mod_authz_host to a new module called mod_access_compat (which may be
# disabled) and a new "Require" syntax has been introduced to mod_authz_host.
# We could just conditionally provide both versions, but unfortunately Apache
# does not explicitly tell us its version if the module mod_version is not
# available. In this case, we check for the availability of module
# mod_authz_core (which should be on 2.4 or higher only) as a best guess.
<IfModule mod_version.c>
	<IfVersion < 2.4>
		<Files "config.php">
			Order Allow,Deny
			Deny from All
		</Files>
		<Files "common.php">
			Order Allow,Deny
			Deny from All
		</Files>
	</IfVersion>
	<IfVersion >= 2.4>
		<Files "config.php">
			Require all denied
		</Files>
		<Files "common.php">
			Require all denied
		</Files>
	</IfVersion>
</IfModule>
<IfModule !mod_version.c>
	<IfModule !mod_authz_core.c>
		<Files "config.php">
			Order Allow,Deny
			Deny from All
		</Files>
		<Files "common.php">
			Order Allow,Deny
			Deny from All
		</Files>
	</IfModule>
	<IfModule mod_authz_core.c>
		<Files "config.php">
			Require all denied
		</Files>
		<Files "common.php">
			Require all denied
		</Files>
	</IfModule>
</IfModule>

Code: Alles auswählen

<IfModule mod_rewrite.c>
RewriteEngine on

#
# Uncomment the statement below if URL rewriting doesn't
# work properly. If you installed phpBB in a subdirectory
# of your site, properly set the argument for the statement.
# e.g.: if your domain is test.com and you installed phpBB
# in http://www.test.com/phpBB/index.php you have to set
# the statement RewriteBase /phpBB/
#
#RewriteBase /

#
# Uncomment the statement below if you want to make use of
# HTTP authentication and it does not already work.
# This could be required if you are for example using PHP via Apache CGI.
#
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]

#
# The following 3 lines will rewrite URLs passed through the front controller
# to not require app.php in the actual URL. In other words, a controller is
# by default accessed at /app.php/my/controller, but can also be accessed at
# /my/controller
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ app.php [QSA,L]

#
# If symbolic links are not already being followed,
# uncomment the line below.
# http://anothersysadmin.wordpress.com/2008/06/10/mod_rewrite-forbidden-403-with-apache-228/
#
#Options +FollowSymLinks
</IfModule>

# With Apache 2.4 the "Order, Deny" syntax has been deprecated and moved from
# module mod_authz_host to a new module called mod_access_compat (which may be
# disabled) and a new "Require" syntax has been introduced to mod_authz_host.
# We could just conditionally provide both versions, but unfortunately Apache
# does not explicitly tell us its version if the module mod_version is not
# available. In this case, we check for the availability of module
# mod_authz_core (which should be on 2.4 or higher only) as a best guess.
<IfModule mod_version.c>
	<IfVersion < 2.4>
		<Files "config.php">
			Order Allow,Deny
			Deny from All
		</Files>
		<Files "common.php">
			Order Allow,Deny
			Deny from All
		</Files>
	</IfVersion>
	<IfVersion >= 2.4>
		<Files "config.php">
			Require all denied
		</Files>
		<Files "common.php">
			Require all denied
		</Files>
	</IfVersion>
</IfModule>
<IfModule !mod_version.c>
	<IfModule !mod_authz_core.c>
		<Files "config.php">
			Order Allow,Deny
			Deny from All
		</Files>
		<Files "common.php">
			Order Allow,Deny
			Deny from All
		</Files>
	</IfModule>
	<IfModule mod_authz_core.c>
		<Files "config.php">
			Require all denied
		</Files>
		<Files "common.php">
			Require all denied
		</Files>
	</IfModule>
</IfModule>

musashi
Mitglied
Beiträge: 1585
Registriert: 04.12.2003 12:50
Wohnort: Wien
Kontaktdaten:

Re: [3.2] Forum zeigt Internal Server Error

Beitrag von musashi »

Gehe mal ins ACP und schaue, welche Einstellung du bei:

Server und Domain -> Umschreiben von URLs aktivieren:

getroffen hast. Diese ggf auf nein stellen. Und dann erneut testen.
www.dsaforum.de - DAS DSA Fanforum
Benutzeravatar
jan_2012
Mitglied
Beiträge: 216
Registriert: 23.04.2017 16:45

Re: [3.2] Forum zeigt Internal Server Error

Beitrag von jan_2012 »

musashi hat geschrieben:Gehe mal ins ACP und schaue, welche Einstellung du bei:

Server und Domain -> Umschreiben von URLs aktivieren:

getroffen hast. Diese ggf auf nein stellen. Und dann erneut testen.
Ok es steht auf Ja ... ich werde es aber erst später probieren , weil im moment läuft es das forum (ohne htaccess)

Mfg Jan
musashi
Mitglied
Beiträge: 1585
Registriert: 04.12.2003 12:50
Wohnort: Wien
Kontaktdaten:

Re: [3.2] Forum zeigt Internal Server Error

Beitrag von musashi »

Das Forum sollte niemals ohne die htaccess laufen (zum Testen ok, aber nicht generell!)
www.dsaforum.de - DAS DSA Fanforum
Benutzeravatar
canonknipser
Ehemaliges Teammitglied
Beiträge: 2053
Registriert: 10.09.2011 11:14
Kontaktdaten:

Re: [3.2] Forum zeigt Internal Server Error

Beitrag von canonknipser »

Ich wiederhole mich nur ungerne:
jan_2012 hat geschrieben:More information about this error may be available in the server error log.

Mit "Try and Error" macht man sich meistens viel mehr Aufwand als mit einer systematischen Analyse.
Grüße, canonknipser
"there are only 10 types of people: those, who understand binary and those, who don't"
just arrived ;) - Bilder
Kein Support via PN, nur im Board und (manchmal) im IRC
Antworten

Zurück zu „Support-Forum“