Hi all ich habe den board3 versucht zu instelliern kommt immer wieder dieser Fehler Table 'forum.portal_config_table' doesn't exist [1146] kann mir jamand sagen was ich falsch mache?
habe phpbb3.0.2 forum http://www.international-world.selfip.net/forum/
SQL ERROR [ mysqli ]
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!
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!
-
- Valued Contributor
- Posts: 55
- Joined: 3. July 2008 14:18
- phpBB.de User: scwfan06
- phpBB.com User: scwfan06
- Location: Herne
- Contact:
Re: SQL ERROR [ mysqli ]
Mein Gott... noch nie was von der Suchfunktion gehört??? klick hier
Re: SQL ERROR [ mysqli ]
habe ich auch gemacht klappt aber nicht
Open: includes/constants.php
Find
Tip: This may be a partial find and not the whole line.
Code: Select All
// Additional tables
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code: Select All
define('PORTAL_CONFIG_TABLE', $table_prefix . 'portal_config');
habe ich gemacht
so muss es sein? oder
// Additional tables define('PORTAL_CONFIG_TABLE', $table_prefix . 'portal_config');
Open: includes/constants.php
Find
Tip: This may be a partial find and not the whole line.
Code: Select All
// Additional tables
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code: Select All
define('PORTAL_CONFIG_TABLE', $table_prefix . 'portal_config');
habe ich gemacht
so muss es sein? oder
// Additional tables define('PORTAL_CONFIG_TABLE', $table_prefix . 'portal_config');
Re: SQL ERROR [ mysqli ]
Allgemeiner Fehler
SQL ERROR [ mysqli ]
Table 'forum.portal_config_table' doesn't exist [1146]
SQL
SELECT config_name, config_value FROM PORTAL_CONFIG_TABLE
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 143
CALL: dbal->sql_error()
FILE: portal/includes/functions.php
LINE: 32
CALL: dbal_mysqli->sql_query()
FILE: includes/acp/acp_portal.php
LINE: 25
CALL: obtain_portal_config()
FILE: includes/functions_module.php
LINE: 471
CALL: acp_portal->main()
FILE: adm/index.php
LINE: 75
CALL: p_master->load_active()
SQL ERROR [ mysqli ]
Table 'forum.portal_config_table' doesn't exist [1146]
SQL
SELECT config_name, config_value FROM PORTAL_CONFIG_TABLE
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 143
CALL: dbal->sql_error()
FILE: portal/includes/functions.php
LINE: 32
CALL: dbal_mysqli->sql_query()
FILE: includes/acp/acp_portal.php
LINE: 25
CALL: obtain_portal_config()
FILE: includes/functions_module.php
LINE: 471
CALL: acp_portal->main()
FILE: adm/index.php
LINE: 75
CALL: p_master->load_active()
-
- Valued Contributor
- Posts: 55
- Joined: 3. July 2008 14:18
- phpBB.de User: scwfan06
- phpBB.com User: scwfan06
- Location: Herne
- Contact:
Re: SQL ERROR [ mysqli ]
Kann auch nicht klappen da steht: Add these lines on a new blank line after the preceding line(s) to find.
Das heißt: Diese Zeile(n) werden in einer neuen Zeile nach den/der gerade gesuchten eingefügt.
// Additional tables define('PORTAL_CONFIG_TABLE', $table_prefix . 'portal_config'); ist falsch.
// Additional tables define
('PORTAL_CONFIG_TABLE', $table_prefix . 'portal_config'); ist richtig.
Wer lesen kann, ist klar im Vorteil
Das heißt: Diese Zeile(n) werden in einer neuen Zeile nach den/der gerade gesuchten eingefügt.
// Additional tables define('PORTAL_CONFIG_TABLE', $table_prefix . 'portal_config'); ist falsch.
// Additional tables define
('PORTAL_CONFIG_TABLE', $table_prefix . 'portal_config'); ist richtig.
Wer lesen kann, ist klar im Vorteil
Re: SQL ERROR [ mysqli ]
danke klappt aber immer noch nicht
kann mir jemand schon die fertige datei geben ?includes/constants.php
kann mir jemand schon die fertige datei geben ?includes/constants.php
Re: SQL ERROR [ mysqli ]
doch jetzt kommt
Allgemeiner Fehler
template->_tpl_load_file(): File ./styles/subsilver2/template//portal/portal_body.html does not exist or is empty
Allgemeiner Fehler
template->_tpl_load_file(): File ./styles/subsilver2/template//portal/portal_body.html does not exist or is empty
Re: SQL ERROR [ mysqli ]
danke für die Hilfe It works
-
- Valued Contributor
- Posts: 55
- Joined: 3. July 2008 14:18
- phpBB.de User: scwfan06
- phpBB.com User: scwfan06
- Location: Herne
- Contact:
Re: SQL ERROR [ mysqli ]
Bitte schön.
Und beim nächsten Mal: Augen auf.
Und beim nächsten Mal: Augen auf.