Parse error in tpl_prosilver_overall_footer.html.php

Aktuelle Version: 1.0.6
Veröffentlicht: 01.09.10
Forum rules
Vor dem erstellen neuer Supportanfragen bitte zuerst in die board3 Portal FAQ schauen und die Suche benutzen!
Viele Fragen sind bereits schon gestellt und beantwortet worden.
Bitte auch unsere Forumsregeln lesen und beachten!
Locked
User avatar

Topic author
Aquwolf
Active Member
Posts: 4
Joined: 27. August 2010 07:59
Location: 38440 Wolfsburg

Parse error in tpl_prosilver_overall_footer.html.php

Post by Aquwolf »

Deine Portal Version: 1.0.5
Typ Deines phpBB Forums: Standard phpBB3
MODs installiert: Nein
Dein Wissensstand: Einsteiger
Link zu Deinem Forum: http://www.aquawolf.de/sub/everquest3/phpbb3

Was hast Du gemacht, bevor das Problem aufgetreten ist?
phpbb3 installiert (Version 3.07) und gleich danach das Portal installiert.

Was hast Du bereits versucht um das Problem zu lösen?
Hab versucht hier unter der Suche was zu finden unter den Begriff tpl_prosilver_overall_footer.html.php .
Dort hab ich ein Thema gelesen, das ich die Orgnial overall_head.html und overall_footer.html nochmal hochladen soll und den Cache leeren. Dann die modifzierten Datein wiederhochgeladen und den Cache geleert. Wurde gemacht aber die Fehlermeldung ist immer noch da.


Fehlerbeschreibung und Nachricht
Hallo erstmal ;)

Fehlermeldung die Auftritt,

Parse error: syntax error, unexpected $end in /is/htdocs/wp10479611_FL3XW39D9T/www/sub/everquest3/phpbb3/cache/tpl_prosilver_overall_footer.html.php on line 46

Auszug aus der Overall_footer.html (das was ich geändert habe in der overall_footer.html)

<ul class="linklist">
<li class="icon-home"><!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF --><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>

liegt vielleicht hier der Fehler?

Der Verweiss auf die Line 46 in tpl_prosilver_overall_footer.html.php steht nur </html>.

Gruß
User avatar

archivar
Portal Professional
Posts: 1959
Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland

Re: Parse error in tpl_prosilver_overall_footer.html.php

Post by archivar »

Hallo,
lade mal die unveränderten Dateien overall_footer.html und overall_header.html einzeln wieder hoch und beobachte mal nach welcher Datei der Fehler weg ist.
V.G. archivar
sorry for my bad english
User avatar

Topic author
Aquwolf
Active Member
Posts: 4
Joined: 27. August 2010 07:59
Location: 38440 Wolfsburg

Re: Parse error in tpl_prosilver_overall_footer.html.php

Post by Aquwolf »

Hallo Archivar,

also ich habe erst angefangen die original Datei overall_footer.html hochzuladen. Dann hab ich wieder im Admin Bereich bei dem Reiter Styles Templates, Themes und Grafiksammlungen aktualisiert und dann unter Allgemein den Cache geleert. Dann war der Fehler weg. Steckt natürlich jetzt die Vermutung, das dort der Fehler ist. Aber welcher ? Ich hab ja nur Copy und Paste nach Anleitung die overall_footer.html verändert. Ich bin natürlich froh das der Fehler weg ist.
Aber natürlich würd ich gern wissen was falsch war :) Und ob ich die original Datei unverändert so lassen kann.

Gruß und schönen Dank für die Hilfe.
User avatar

archivar
Portal Professional
Posts: 1959
Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland

Re: Parse error in tpl_prosilver_overall_footer.html.php

Post by archivar »

Wenn sonst keine Fehler mehr sind brauchst Du nur noch die Style-Dateien laut install.xml (prosilver) und subsilver2.xml bearbeiten.

Überprüfe mal ob Du die notwendige Änderung in der .htaccess gemacht hast.

Stell doch mal die "fehlerhafte" overall_footer.html hier rein.
Ansonsten bin ich leider noch kein Hellseher. ;)
V.G. archivar
sorry for my bad english
User avatar

Topic author
Aquwolf
Active Member
Posts: 4
Joined: 27. August 2010 07:59
Location: 38440 Wolfsburg

Re: Parse error in tpl_prosilver_overall_footer.html.php

Post by Aquwolf »

Hallo,
also Forum läuft mit beiden Styles ohne Fehler vorab mit der orgnial overall_footer.html.
So hab die .htacess überprüft,
so sieht die veränderung aus. ( Zeile danach eingesetzt)

<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
DirectoryIndex portal.php index.php index.html index.htm


Und hier ist deine Kristallkugel die das Geheimniss verbirgt :lol:

overall_footer.html (angepasste die den Fehler verursacht)

Code: Select all

	</div>

<div id="page-footer">

<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
	<div class="navbar">
		<div class="inner"><span class="corners-top"><span></span></span>

		<ul class="linklist">
			<li class="icon-home"><!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF --><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
				<!-- IF not S_IS_BOT -->
					<!-- IF S_WATCH_FORUM_LINK --><li <!-- IF S_WATCHING_FORUM -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{S_WATCH_FORUM_LINK}" title="{S_WATCH_FORUM_TITLE}">{S_WATCH_FORUM_TITLE}</a></li><!-- ENDIF -->
					<!-- IF U_WATCH_TOPIC --><li <!-- IF S_WATCHING_TOPIC -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}">{L_WATCH_TOPIC}</a></li><!-- ENDIF -->
					<!-- IF U_BOOKMARK_TOPIC --><li class="icon-bookmark"><a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a></li><!-- ENDIF -->
					<!-- IF U_BUMP_TOPIC --><li class="icon-bump"><a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a></li><!-- ENDIF -->
				<!-- ENDIF -->
			<li class="rightside"><!-- IF U_TEAM --><a href="{U_TEAM}">{L_THE_TEAM}</a> &bull; <!-- ENDIF --><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a> &bull; <!-- ENDIF -->{S_TIMEZONE}</li>
		</ul>

		<span class="corners-bottom"><span></span></span></div>
	</div>

<!--
	We request you retain the full copyright notice below including the link to www.phpbb.com.
	This not only gives respect to the large amount of time given freely by the developers
	but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
	the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
	"phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
	forums may be affected.

	The phpBB Group : 2006
//-->

	<div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group
		<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
		<!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF -->
		<!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF -->
	</div>
</div>

</div>

<div>
	<a id="bottom" name="bottom" accesskey="z"></a>
	<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
</div>

</body>
</html>
Werd noch mal die angepasste heute Abend aufspielen und schauen. Da ich heute erst den style subsilver installiert hab.
Denke aber das hat ja nichts mit den Fehler zu tun.

Gruß
User avatar

archivar
Portal Professional
Posts: 1959
Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland

Re: Parse error in tpl_prosilver_overall_footer.html.php

Post by archivar »

Diese Zeile durfte nicht in die overall_footer.html des Style prosilver. :mrgreen:

Code: Select all

<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
V.G. archivar
sorry for my bad english
User avatar

Topic author
Aquwolf
Active Member
Posts: 4
Joined: 27. August 2010 07:59
Location: 38440 Wolfsburg

Re: Parse error in tpl_prosilver_overall_footer.html.php

Post by Aquwolf »

Danke archivar, für die schnelle Hilfe. :D
Locked

Return to “board3 Portal 1.0.x - Deutscher Support”