Seite 2 von 3

Re: SQL Error

Verfasst: 13.06.2010 11:50
von wolfman24

Code: Alles auswählen

Table 'DB698811.CONFIG_TABLE' doesn't exist [1146]
deutet darauf hin, das etwas mit der includes/constants.php nicht stimmt, sonst wäre die Meldung

Code: Alles auswählen

Table 'DB698811.phpbb_config' doesn't exist [1146]
Also, gibt es in der includes/constants.php noch den Eintrag

Code: Alles auswählen

define('CONFIG_TABLE',				$table_prefix . 'config');

Re: SQL Error

Verfasst: 13.06.2010 11:55
von meinemodelleisenbahn
Also unter meine Datenbank (DB698811) steht folgendes:

__
DB698811 (170)
...
phpbb_acl_options
phpbb_acl_roles
phpbb_acl_roles_data
phpbb_acl_users
phpbb_attachments
phpbb_banlist
phpbb_bbcodes
phpbb_bookmarks
phpbb_bots
phpbb_config
phpbb_confirm
phpbb_disallow
phpbb_drafts
phpbb_extensions
phpbb_extension_groups
phpbb_forums
phpbb_forums_access
phpbb_forums_track
phpbb_forums_watch
phpbb_groups
phpbb_icons
phpbb_lang
phpbb_log
phpbb_moderator_cache
phpbb_modules
phpbb_poll_options
phpbb_poll_votes
phpbb_posts
phpbb_privmsgs
phpbb_privmsgs_folder
phpbb_privmsgs_rules
phpbb_privmsgs_to
phpbb_profile_fields
phpbb_profile_fields_data
phpbb_profile_fields_lang
phpbb_profile_lang
phpbb_ranks
phpbb_reports
phpbb_reports_reasons
phpbb_search_results
phpbb_search_wordlist
phpbb_search_wordmatch
phpbb_sessions
phpbb_sessions_keys
phpbb_sitelist
phpbb_smilies
phpbb_styles
phpbb_styles_imageset
phpbb_styles_imageset_data
phpbb_styles_template
phpbb_styles_template_data
phpbb_styles_theme
phpbb_topics
phpbb_topics_posted
phpbb_topics_track
phpbb_topics_watch
phpbb_users
phpbb_user_group
phpbb_warnings
phpbb_words
phpbb_zebra
...
___
Das ist alles was unter phpBB steht.

Ich hoffe man kann etwas damit anfangen.

Re: SQL Error

Verfasst: 13.06.2010 11:59
von franki
Okay dann muß in die config.php das "phpbb_" eingetragen bleiben.
Dann kontrolliere dieses noch einmal :
wolfman24 hat geschrieben:

Code: Alles auswählen

Table 'DB698811.CONFIG_TABLE' doesn't exist [1146]
deutet darauf hin, das etwas mit der includes/constants.php nicht stimmt, sonst wäre die Meldung

Code: Alles auswählen

Table 'DB698811.phpbb_config' doesn't exist [1146]
Also, gibt es in der includes/constants.php noch den Eintrag

Code: Alles auswählen

define('CONFIG_TABLE',				$table_prefix . 'config');

Re: SQL Error

Verfasst: 13.06.2010 12:01
von meinemodelleisenbahn
Also, gibt es in der includes/constants.php noch den Eintrag

Code: Alles auswählen

define('CONFIG_TABLE',				$table_prefix . 'config');
Wo sollte das denn in der constants.php stehen?

Re: SQL Error

Verfasst: 13.06.2010 12:06
von franki
Sollte so um Zeile 216 stehen.

Code: Alles auswählen

// Table names
define('ACL_GROUPS_TABLE',			$table_prefix . 'acl_groups');
define('ACL_OPTIONS_TABLE',			$table_prefix . 'acl_options');
define('ACL_ROLES_DATA_TABLE',		$table_prefix . 'acl_roles_data');
define('ACL_ROLES_TABLE',			$table_prefix . 'acl_roles');
define('ACL_USERS_TABLE',			$table_prefix . 'acl_users');
define('ATTACHMENTS_TABLE',			$table_prefix . 'attachments');
define('BANLIST_TABLE',				$table_prefix . 'banlist');
define('BBCODES_TABLE',				$table_prefix . 'bbcodes');
define('BOOKMARKS_TABLE',			$table_prefix . 'bookmarks');
define('BOTS_TABLE',				$table_prefix . 'bots');
define('CONFIG_TABLE',				$table_prefix . 'config');

Re: SQL Error

Verfasst: 13.06.2010 12:09
von meinemodelleisenbahn
Ja gibt es noch.

Danke

Re: SQL Error

Verfasst: 13.06.2010 12:32
von Würzi
Moin,

überprüfe einfach mal alle Einträge in deiner config.php

Evtl hilft dir dieser Artikel auch weiter, damit du (nur) zum Vergleich siehst, welche Angaben jeweils drin stehen müssen. KB:172

Kontrolliere vor allem auch $dbname:

Mfg dat Wuerzi

Re: SQL Error

Verfasst: 13.06.2010 12:47
von meinemodelleisenbahn
Hab ich überprüft, immer noch nichts neues

Re: SQL Error

Verfasst: 13.06.2010 13:13
von Würzi
Ok :o

Lese dich hier nochmal ein: KB:130

Spontan weiss ich nicht, wie die Auswirkungen sind wenn die config.php nicht lesbar ist, also lese dies hier noch: KB:29 :D
Schaue mal nach auf was der Cmod steht in der config.php der sollte 644 sein. :-?

Re: SQL Error

Verfasst: 13.06.2010 13:46
von meinemodelleisenbahn
Ich hab die constants Datei jetzt mal als Text Datei Online gestellt.

http://52243650.de.strato-hosting.eu/constants.txt

ich würde mich freuen wenn einer die mal durchschauen kann.

Danke schon mal! :grin: