db_install werkt niet bij

Hulp nodig bij een modificaties of op zoek naar een MOD? Bekijk ons archief. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Queen_Butterfly
Berichten: 336
Lid geworden op: 18 nov 2005, 12:17

db_install werkt niet bij

Bericht door Queen_Butterfly » 08 mar 2006, 11:57

Support template:

wat is het probleem:
wanneer ik de database update van shoutbox wil doen krijg ik de volgende melding:

Code: Selecteer alles

Install results:

phpBB : Critical Error 

Could not query shoutbox config information

DEBUG MODE

SQL Error : 1146 Table '9735boter.phpbb_shoutbox_config' doesn't exist

SELECT * FROM phpbb_shoutbox_config

Line : 233
File : common.php 
Wanneer ontstond het probleem?
Bij het installeren van shoutbox

Adres van je forum:
http://www.x-zit-nl.nl02.members.pcextreme.nl/forum
Geïnstalleerde mods:
Birhtday Hack
Gender Hack
Xmod
Quick Reply
Ezportal
Huidige template:
Sky
phpBB versie:
2.0.19
Waar is je forum gehost:
pcextreme
Heb je onlangs iets verandert aan je forum?
diverse hacks geinstallerd
Heb je gezocht naar een antwoord?
Offcourse
[/list]
Overige opmerkingen:

Queen_Butterfly
Berichten: 336
Lid geworden op: 18 nov 2005, 12:17

Bericht door Queen_Butterfly » 08 mar 2006, 14:25

oke nu heb ik het wel voor elkaar dat het werkt alleen niet volledig want als ik in administratie op shoutbox klik in de linker admin panel dan krijg ik de volgende melding:

Code: Selecteer alles

phpBB : Critical Error 

Could not query shoutbox config information

DEBUG MODE

SQL Error : 1146 Table '9735boter.SHOUTBOX_CONFIG_TABLE' doesn't exist

SELECT * FROM SHOUTBOX_CONFIG_TABLE

Line : 36
File : admin_shoutbox.php 

Gebruikersavatar
Stef
Berichten: 9080
Lid geworden op: 04 jun 2003, 20:47

Bericht door Stef » 08 mar 2006, 14:43

Je hebt in constants de SHOUTBOX_CONFIG_TABLE niet gedefineerd.

Queen_Butterfly
Berichten: 336
Lid geworden op: 18 nov 2005, 12:17

Bericht door Queen_Butterfly » 09 mar 2006, 14:21

kan je me uitleggen wat dat betekend?
in Phpmyadmin zie ik die hele tabel niet terug komen

Queen_Butterfly
Berichten: 336
Lid geworden op: 18 nov 2005, 12:17

Bericht door Queen_Butterfly » 10 mar 2006, 15:28

up, kan iemand mijn vraag nog beantwoorden en helpen misschien?

Gebruikersavatar
Stef
Berichten: 9080
Lid geworden op: 04 jun 2003, 20:47

Bericht door Stef » 10 mar 2006, 15:33

Queen_Butterfly schreef:kan je me uitleggen wat dat betekend?
in Phpmyadmin zie ik die hele tabel niet terug komen
Lees even je modfile en dan het gedeelte van constants.php.

Queen_Butterfly
Berichten: 336
Lid geworden op: 18 nov 2005, 12:17

Bericht door Queen_Butterfly » 10 mar 2006, 19:08

Stef schreef:
Queen_Butterfly schreef:kan je me uitleggen wat dat betekend?
in Phpmyadmin zie ik die hele tabel niet terug komen
ik snap probleem maar als ik

CREATE TABLE phpbb_shoutbox_config (
config_name varchar(255) NOT NULL,
config_value varchar(255) NOT NULL,
PRIMARY KEY (config_name)
);

INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_guest_view','1');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_guest','0');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_delete_all','0');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_delete','0');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_edit_all','0');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_edit','0');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_bbcode','1');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_smilies','1');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('links_names','1');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('make_links','1');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('count_msg','100');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('delete_days','30');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('text_lenght','500');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('word_lenght','90');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('date_format','D G:i');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('date_on','1');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('shoutbox_on','1');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('shout_width','630');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('shout_height','130');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('banned_user_id','');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('banned_user_id_view','');

invoer krijg ik enkel maar foutmeldingen van er is een syntax fout ofzo

Queen_Butterfly
Berichten: 336
Lid geworden op: 18 nov 2005, 12:17

Bericht door Queen_Butterfly » 10 mar 2006, 19:13

als ik stukje van:

Code: Selecteer alles

INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_guest_view','1');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_guest','0');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_delete_all','0');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_delete','0');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_edit_all','0');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_edit','0');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_bbcode','1');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_smilies','1');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('links_names','1');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('make_links','1');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('count_msg','100');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('delete_days','30');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('text_lenght','500');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('word_lenght','90');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('date_format','D G:i');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('date_on','1');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('shoutbox_on','1');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('shout_width','630');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('shout_height','130');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('banned_user_id','');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('banned_user_id_view','');
invoer krijg ik de volgende foutmelding:

Code: Selecteer alles

Fout 
SQL-query: 

INSERT INTO phpbb_shoutbox_config( config_name, config_value ) 
VALUES (

'allow_guest_view', '1'
) 
MySQL retourneerde:  

Queen_Butterfly
Berichten: 336
Lid geworden op: 18 nov 2005, 12:17

Bericht door Queen_Butterfly » 19 mei 2006, 21:05

up, ik kwam erachter nu mijn shout niet werkt dat het nog steeds niet werk in de adminpanel kan iemand mij helpen?

Gebruikersavatar
Bee
Berichten: 13403
Lid geworden op: 29 aug 2004, 10:30

Bericht door Bee » 21 mei 2006, 16:40

Heb je de instructies in constants.php ook uitgevoerd? Ik weet niet of die mod het heeft, maar zeer waarschijnlijk wel.
... Maar ik modereer (nog) niet.

Queen_Butterfly
Berichten: 336
Lid geworden op: 18 nov 2005, 12:17

Bericht door Queen_Butterfly » 21 mei 2006, 16:44

jup nagelopen, geen fouten gevonden en het werkt nog steeds niet.
Overgens heb ik fully integrated shoutbox 1.1.6

Gebruikersavatar
Bee
Berichten: 13403
Lid geworden op: 29 aug 2004, 10:30

Bericht door Bee » 21 mei 2006, 16:45

Die shoutbox heeft geen configuratietabel.
... Maar ik modereer (nog) niet.

Queen_Butterfly
Berichten: 336
Lid geworden op: 18 nov 2005, 12:17

Bericht door Queen_Butterfly » 21 mei 2006, 16:47

Bee schreef:Die shoutbox heeft geen configuratietabel.

hoe bedoel je dat? Ik had overgens ook andere topic geopend, omdat ik hier small shoutbox gebruikte wat niet werkte, toen heb ik alles eraf gehaald en deze shoutbox gebruikt. En weer krijg ik die melding. Terwijl ik niet eens sql zelfs hoef uit te voeren alleen even update bestandje gebruiken

Gebruikersavatar
Bee
Berichten: 13403
Lid geworden op: 29 aug 2004, 10:30

Bericht door Bee » 21 mei 2006, 16:49

admin_shoutbox.php is er niet bij de FIS, en ook common.php wordt niet aangepast bij de FIS.
... Maar ik modereer (nog) niet.

Queen_Butterfly
Berichten: 336
Lid geworden op: 18 nov 2005, 12:17

Bericht door Queen_Butterfly » 21 mei 2006, 17:12

Bee schreef:admin_shoutbox.php is er niet bij de FIS, en ook common.php wordt niet aangepast bij de FIS.
ja maar waarom geeft hij dan welk telkens die melding als ik alles al lang vervangen heb? :S

Queen_Butterfly
Berichten: 336
Lid geworden op: 18 nov 2005, 12:17

Bericht door Queen_Butterfly » 21 mei 2006, 17:24

oke ik ben eruit, maar er is ander probleem

in mijn ene template sky werkt hij perfect..
Maar op mijn andere template zie ik dit:

http://www.x-zit.nl/foto/babbelobix.JPG
waar zou het fout zijn kunnen gegaan???

Queen_Butterfly
Berichten: 336
Lid geworden op: 18 nov 2005, 12:17

Bericht door Queen_Butterfly » 22 mei 2006, 11:05

kan iemand mij helpen met wat er fout kan zijn?

Queen_Butterfly
Berichten: 336
Lid geworden op: 18 nov 2005, 12:17

Bericht door Queen_Butterfly » 23 mei 2006, 13:41

ehm anybody?

Gebruikersavatar
Bee
Berichten: 13403
Lid geworden op: 29 aug 2004, 10:30

Bericht door Bee » 23 mei 2006, 13:43

In enkele van de shoutbox bestanden is de stylesheet nog hardcoded ingevoerd.
... Maar ik modereer (nog) niet.

Queen_Butterfly
Berichten: 336
Lid geworden op: 18 nov 2005, 12:17

Bericht door Queen_Butterfly » 24 mei 2006, 19:54

Bee schreef:In enkele van de shoutbox bestanden is de stylesheet nog hardcoded ingevoerd.
stylesheet welke bestand moet ik dan precies zoeken? :)

Gesloten