[OPGELOST] probleem met arcade

Hulp nodig bij je installatie of kom je ergens niet uit? Probeer phpBB3! Problemen lossen we samen met je op.
phpBB 3.0 is End of support per 1 januari 2017. Dit forum is hier enkel ter archief. Het wordt aangeraden te upgraden naar phpBB 3.2
Forumregels
phpBB 3.0 is End of support per 1 januari 2017. Dit forum is hier enkel ter archief. Het wordt aangeraden te upgraden naar phpBB 3.2
bjorentje
Berichten: 87
Lid geworden op: 02 aug 2007, 18:22

[OPGELOST] probleem met arcade

Bericht door bjorentje » 22 aug 2007, 20:41

Ik heb een arcade MOD geinstalleerd maar als ik nu naar beheerderspaneel ga en ik druk op .mods tabelletje dan krijg ik deze error

SQL ERROR [ mysql4 ]

Table 'web57_db1.AR_SETTINGS_TABLE' doesn't exist [1146]

SQL

SELECT * FROM AR_SETTINGS_TABLE ORDER BY setting_id

BACKTRACE

FILE: includes/db/mysql.php
LINE: 133
CALL: dbal->sql_error()

FILE: includes/acp/acp_arcade.php
LINE: 911
CALL: dbal_mysql->sql_query()

FILE: includes/functions_module.php
LINE: 463
CALL: acp_arcade->main()

FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()

Wie kan me helpen?
Laatst gewijzigd door bjorentje op 29 aug 2007, 11:10, 1 keer totaal gewijzigd.

nickdhnick
Berichten: 632
Lid geworden op: 10 apr 2006, 16:38
Locatie: Apeldoorn
Contacteer:

Re: [GEUPDATED]probleem met arcade

Bericht door nickdhnick » 22 aug 2007, 21:29

je heb de SQL Querries niet uitgevoerd, of niet alle

heb je ook de goede prefix ingevult bij de SQL querrie?

bjorentje
Berichten: 87
Lid geworden op: 02 aug 2007, 18:22

Re: [GEUPDATED]probleem met arcade

Bericht door bjorentje » 22 aug 2007, 21:31

ik heb de wat niet wat gedaan?
Ik snap je niet

nickdhnick
Berichten: 632
Lid geworden op: 10 apr 2006, 16:38
Locatie: Apeldoorn
Contacteer:

Re: [GEUPDATED]probleem met arcade

Bericht door nickdhnick » 22 aug 2007, 22:07

In het install bestand staat ook iets van SQL

bv:

Code: Selecteer alles

INSERT INTO phpbb_config (config_name, config_value) VALUES ('points_enable', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('points_name', 'Points');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('points_topic', '20');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('points_post', '10');

INSERT INTO phpbb_acl_options( auth_option, is_global, is_local ) VALUES ('f_points', 0, 1);
INSERT INTO phpbb_acl_options( auth_option, is_global, is_local ) VALUES ('m_points', 1, 0);

ALTER TABLE `phpbb_users` ADD `user_points` INT( 11 ) NOT NULL DEFAULT '0';
Die in jouw install bestand staan moet je uitvoeren in phpmyadmin

bjorentje
Berichten: 87
Lid geworden op: 02 aug 2007, 18:22

Re: [GEUPDATED]probleem met arcade

Bericht door bjorentje » 22 aug 2007, 22:15

kun je dat doen voor mij?
ik voel dak et ga verknallen :D

nickdhnick
Berichten: 632
Lid geworden op: 10 apr 2006, 16:38
Locatie: Apeldoorn
Contacteer:

Re: [GEUPDATED]probleem met arcade

Bericht door nickdhnick » 22 aug 2007, 22:32

misschien morgen middag, maar daarover spreek k je wel op msn :)

en anders heb je altijd nog het prikboord :)

Gebruikersavatar
Bas
Berichten: 2741
Lid geworden op: 02 dec 2003, 17:38
Locatie: Omgeving Goslar (Duitsland)
Contacteer:

Re: [GEUPDATED]probleem met arcade

Bericht door Bas » 23 aug 2007, 07:03

Nee, deze fout betekent dat includes/constants.php niet aangepast is. :)

nickdhnick
Berichten: 632
Lid geworden op: 10 apr 2006, 16:38
Locatie: Apeldoorn
Contacteer:

Re: [GEUPDATED]probleem met arcade

Bericht door nickdhnick » 23 aug 2007, 08:57

Bas schreef:Nee, deze fout betekent dat includes/constants.php niet aangepast is. :)
en hoe zie je dat? dan weet k dat de volgende x ook (bij een soortgelijke error) :P

Gebruikersavatar
Bas
Berichten: 2741
Lid geworden op: 02 dec 2003, 17:38
Locatie: Omgeving Goslar (Duitsland)
Contacteer:

Re: [GEUPDATED]probleem met arcade

Bericht door Bas » 23 aug 2007, 10:16

Dat kun je zien aan dat de tabelnaam in hoofdletters opgegeven wordt in de query, en dat hij niet begint met een tabelprefix. :)

nickdhnick
Berichten: 632
Lid geworden op: 10 apr 2006, 16:38
Locatie: Apeldoorn
Contacteer:

Re: [GEUPDATED]probleem met arcade

Bericht door nickdhnick » 23 aug 2007, 10:20

ahh zo, en dat is het altijd includes/constants.php ? jacker :)

Gebruikersavatar
Lucas
Berichten: 1630
Lid geworden op: 19 feb 2007, 10:52
Locatie: R´dam

Re: [GEUPDATED]probleem met arcade

Bericht door Lucas » 23 aug 2007, 10:29

Yoah...daar komt het eigenlijk op neer ja. constants.php is namelijk het bestand dat daar over gaat. x3

bjorentje
Berichten: 87
Lid geworden op: 02 aug 2007, 18:22

Re: [GEUPDATED]probleem met arcade

Bericht door bjorentje » 23 aug 2007, 11:56

En nu iemand die zegt wat ik moet veranderen?

Salomon
Berichten: 3878
Lid geworden op: 14 feb 2006, 16:15

Re: [GEUPDATED]probleem met arcade

Bericht door Salomon » 23 aug 2007, 12:11

Welke MOD was het?

bjorentje
Berichten: 87
Lid geworden op: 02 aug 2007, 18:22

Re: [GEUPDATED]probleem met arcade

Bericht door bjorentje » 23 aug 2007, 12:11

een arcade MOD
link hebben?

Salomon
Berichten: 3878
Lid geworden op: 14 feb 2006, 16:15

Re: [GEUPDATED]probleem met arcade

Bericht door Salomon » 23 aug 2007, 12:12

Ja :)

bjorentje
Berichten: 87
Lid geworden op: 02 aug 2007, 18:22

Re: [GEUPDATED]probleem met arcade

Bericht door bjorentje » 23 aug 2007, 12:13

http://gfx-pros.com/phpBB3rc1/viewtopic.php?f=11&t=109
Das een nederlandse vertaling maar hij heeft alle files die de standaard engelse ook heeft

Salomon
Berichten: 3878
Lid geworden op: 14 feb 2006, 16:15

Re: [GEUPDATED]probleem met arcade

Bericht door Salomon » 23 aug 2007, 12:15

Draai install.php eens?

bjorentje
Berichten: 87
Lid geworden op: 02 aug 2007, 18:22

Re: [GEUPDATED]probleem met arcade

Bericht door bjorentje » 23 aug 2007, 12:17

dat heb ik al gedaan

Salomon
Berichten: 3878
Lid geworden op: 14 feb 2006, 16:15

Re: [GEUPDATED]probleem met arcade

Bericht door Salomon » 23 aug 2007, 12:20

Heb je de SQL uitgevoerd in phpMyAdmin?

bjorentje
Berichten: 87
Lid geworden op: 02 aug 2007, 18:22

Re: [GEUPDATED]probleem met arcade

Bericht door bjorentje » 23 aug 2007, 12:21

nee , maar als ik bij deze stap kom

Spellenkamer 0.6.7 vertaling door http://www.flyffworld.nl

bestanden Aanpassen:
styles/prosilver/theme/colours.css succesvol aangepast.
styles/prosilver/theme/buttons.css succesvol aangepast.
styles/prosilver/theme/bidi.css succesvol aangepast.
styles/prosilver/template/overall_header.html succesvol aangepast.
styles/prosilver/template/overall_footer.html succesvol aangepast.
styles/prosilver/template/memberlist_view.html succesvol aangepast.
includes/constants.php succesvol aangepast.
memberlist.php succesvol aangepast.
memberlist.php succesvol aangepast.
common.php succesvol aangepast.

De bestanden zijn succesvol aangepast lees install.xml om de bestanden zelf de bestanden te kunnen aanpassen. (de laatste) dan staat dit bovenaan mijn forum

PHP Notice: in file /includes/file_functions.php on line 78: fopen(styles/prosilver/theme/colours.css) [function.fopen]: failed to open stream: Permission denied
[phpBB Debug] PHP Notice: in file /includes/file_functions.php on line 80: fwrite(): supplied argument is not a valid stream resource
[phpBB Debug] PHP Notice: in file /includes/file_functions.php on line 82: fclose(): supplied argument is not a valid stream resource
[phpBB Debug] PHP Notice: in file /includes/file_functions.php on line 78: fopen(styles/prosilver/theme/buttons.css) [function.fopen]: failed to open stream: Permission denied
[phpBB Debug] PHP Notice: in file /includes/file_functions.php on line 80: fwrite(): supplied argument is not a valid stream resource
[phpBB Debug] PHP Notice: in file /includes/file_functions.php on line 82: fclose(): supplied argument is not a valid stream resource
[phpBB Debug] PHP Notice: in file /includes/file_functions.php on line 78: fopen(styles/prosilver/theme/bidi.css) [function.fopen]: failed to open stream: Permission denied
[phpBB Debug] PHP Notice: in file /includes/file_functions.php on line 80: fwrite(): supplied argument is not a valid stream resource
[phpBB Debug] PHP Notice: in file /includes/file_functions.php on line 82: fclose(): supplied argument is not a valid stream resource
[phpBB Debug] PHP Notice: in file /includes/file_functions.php on line 78: fopen(styles/prosilver/template/overall_header.html) [function.fopen]: failed to open stream: Permission denied
[phpBB Debug] PHP Notice: in file /includes/file_functions.php on line 80: fwrite(): supplied argument is not a valid stream resource
[phpBB Debug] PHP Notice: in file /includes/file_functions.php on line 82: fclose(): supplied argument is not a valid stream resource
[phpBB Debug] PHP Notice: in file /includes/file_functions.php on line 78: fopen(styles/prosilver/template/overall_footer.html) [function.fopen]: failed to open stream: Permission denied
[phpBB Debug] PHP Notice: in file /includes/file_functions.php on line 80: fwrite(): supplied argument is not a valid stream resource
[phpBB Debug] PHP Notice: in file /includes/file_functions.php on line 82: fclose(): supplied argument is not a valid stream resource
[phpBB Debug] PHP Notice: in file /includes/file_functions.php on line 107: fopen(styles/prosilver/template/memberlist_view.html) [function.fopen]: failed to open stream: Permission denied
[phpBB Debug] PHP Notice: in file /includes/file_functions.php on line 109: fwrite(): supplied argument is not a valid stream resource
[phpBB Debug] PHP Notice: in file /includes/file_functions.php on line 111: fclose(): supplied argument is not a valid stream resource
[phpBB Debug] PHP Notice: in file /includes/file_functions.php on line 107: fopen(includes/constants.php) [function.fopen]: failed to open stream: Permission denied
[phpBB Debug] PHP Notice: in file /includes/file_functions.php on line 109: fwrite(): supplied argument is not a valid stream resource
[phpBB Debug] PHP Notice: in file /includes/file_functions.php on line 111: fclose(): supplied argument is not a valid stream resource
[phpBB Debug] PHP Notice: in file /includes/file_functions.php on line 107: fopen(memberlist.php) [function.fopen]: failed to open stream: Permission denied
[phpBB Debug] PHP Notice: in file /includes/file_functions.php on line 109: fwrite(): supplied argument is not a valid stream resource
[phpBB Debug] PHP Notice: in file /includes/file_functions.php on line 111: fclose(): supplied argument is not a valid stream resource
[phpBB Debug] PHP Notice: in file /includes/file_functions.php on line 107: fopen(memberlist.php) [function.fopen]: failed to open stream: Permission denied
[phpBB Debug] PHP Notice: in file /includes/file_functions.php on line 109: fwrite(): supplied argument is not a valid stream resource
[phpBB Debug] PHP Notice: in file /includes/file_functions.php on line 111: fclose(): supplied argument is not a valid stream resource
[phpBB Debug] PHP Notice: in file /includes/file_functions.php on line 107: fopen(common.php) [function.fopen]: failed to open stream: Permission denied
[phpBB Debug] PHP Notice: in file /includes/file_functions.php on line 109: fwrite(): supplied argument is not a valid stream resource
[phpBB Debug] PHP Notice: in file /includes/file_functions.php on line 111: fclose(): supplied argument is not a valid stream resource

foutje?

Gesloten