Verfasst: 28.05.2008 13:19
das ist ein virtueller server. wie kann ich das einstellen?
Code: Alles auswählen
SQL ERROR [ mysqli ]
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3 [1064]
SQL
SELECT topic_title FROM phpbb_topics WHERE topic_id =
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 143
CALL: dbal->sql_error()
FILE: includes/functions_seophpbb.php
LINE: 43
CALL: dbal_mysqli->sql_query()
FILE: includes/functions_display.php
LINE: 372
CALL: generate_seourl_topic()
FILE: index.php
LINE: 28
CALL: display_forums()
Code: Alles auswählen
Fehler
SQL-Befehl:
ALTER TABLE `phpbb_topics` ADD INDEX `topic_last_post_id` ( `topic_last_post_id` )
MySQL meldet: Dokumentation
#1046 - No database selected
Code: Alles auswählen
Allgemeiner Fehler
SQL ERROR [ mysql4 ]
Not unique table/alias: 't' [1066]
Code: Alles auswählen
Fehler: http://v****-forum.de/offtopic-f20/styles/prosilver/template/styleswitcher.js: SyntaxError: Parse error at line 2
Fehler: http://v****-forum.de/offtopic-f20/styles/prosilver/template/forum_fn.js: SyntaxError: Parse error at line 2
Code: Alles auswählen
<base href="{U_BASE_URL}" />
wie ich oben grade editete, hab ich jetzt u.a. alle dateien nochmal verglichen, ohne erfolg[BTK] Tobi hat geschrieben:Bei deinem ersten Problem hast du wohl was bei den Änderungen falsch gemacht, überprüfe die nochmal.
aber das hab ich doch schon, so wies ja in der anleitung stand...Das 2. Problem lässt sich lösen in dem du in deine overall_header.html zwischen <head> und </head>einfügst.Code: Alles auswählen
<base href="{U_BASE_URL}" />
Code: Alles auswählen
<meta name="description" content="" />
<base href="{U_BASE_URL}" />
{META}
<title>{PAGE_TITLE} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{SITENAME}</title>