Seite 1 von 2
Portal "board3_portal_1_0_6"
Verfasst: 21.03.2011 14:57
von JOYSYS
Hallo,
habe das board3_portal_1_0_6 installiert und nun bekomme ich diese Meldung wenn ich meine HP besuche:
Fatal error: Call to undefined function: strripos() in /mnt/web4/50/27/5190827/htdocs/portal/includes/functions.php on line 663
Kann mir da jemand helfen?
meine HP -->
http://www.die-realisten.de
Re: Portal "board3_portal_1_0_6"
Verfasst: 21.03.2011 15:30
von Balint
Re: Portal "board3_portal_1_0_6"
Verfasst: 21.03.2011 16:00
von JOYSYS
Ok, super. Das I war es im strripos.
Jetzt macht er mir aber immer den Fehler
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
wenn ich mich in den Adminbereich einloggen möchte.
Was ist dass nun wieder???

Re: Portal "board3_portal_1_0_6"
Verfasst: 21.03.2011 16:33
von gloriosa
Hallo,
das
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
schnell und grob mit
Tante G übersetzt bedeutet
Dienst vorübergehend nicht verfügbar
Der Server ist vorübergehend nicht auf Ihre Anfrage Ausfallzeiten aufgrund von Wartungsarbeiten oder Kapazitätsprobleme Service. Bitte versuchen Sie es später erneut.
und ist
kein phpBB-Problem !

Re: Portal "board3_portal_1_0_6"
Verfasst: 21.03.2011 16:58
von JOYSYS
Ich danke Euch allen für Eure schnelle Hilfe.
Es läuft nun
Nochmals Danke an Euch.
Re: Portal "board3_portal_1_0_6"
Verfasst: 23.03.2011 12:49
von JOYSYS
Jetzt habe ich aber doch noch ne Frage
Wie kann ich das jetzt machen, dass die Portalseite immer die Hauptseite ist?
Also das sich alles auf der Portalseite abspielt.
Re: Portal "board3_portal_1_0_6"
Verfasst: 23.03.2011 13:22
von Balint
Hallo,
das ist in der Installationsanleitung beschrieben, deine .htaccess-Datei muss hierzu abgeändert werden.
Viele Grüße,
Bálint
Re: Portal "board3_portal_1_0_6"
Verfasst: 23.03.2011 13:34
von JOYSYS
die sieht so aus:
#
# 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.
#
#<IfModule mod_rewrite.c>
#RewriteEngine on
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#</IfModule>
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
DirectoryIndex portal.php index.php index.html index.htm
Was muss ich da wie ändern?
Re: Portal "board3_portal_1_0_6"
Verfasst: 23.03.2011 13:40
von Balint
Hallo,
mit der Version müsstest du beim Aufruf des Forums auf der Portalseite landen, sofern du nicht "index.php" hinten angibst.
Viele Grüße,
Bálint
Re: Portal "board3_portal_1_0_6"
Verfasst: 23.03.2011 15:56
von JOYSYS
Das ist korrekt.
Aber ich würde es lieber so haben wollen. dass das Portal immer im Fordergrund Bleibt auch wen ich im Forum unterwegs bin.
Geht das und wenn ja, wie?