Pagina 1 van 3

[OPGELOST] probleem met arcade

Geplaatst: 22 aug 2007, 20:41
door bjorentje
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?

Re: [GEUPDATED]probleem met arcade

Geplaatst: 22 aug 2007, 21:29
door nickdhnick
je heb de SQL Querries niet uitgevoerd, of niet alle

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

Re: [GEUPDATED]probleem met arcade

Geplaatst: 22 aug 2007, 21:31
door bjorentje
ik heb de wat niet wat gedaan?
Ik snap je niet

Re: [GEUPDATED]probleem met arcade

Geplaatst: 22 aug 2007, 22:07
door nickdhnick
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

Re: [GEUPDATED]probleem met arcade

Geplaatst: 22 aug 2007, 22:15
door bjorentje
kun je dat doen voor mij?
ik voel dak et ga verknallen :D

Re: [GEUPDATED]probleem met arcade

Geplaatst: 22 aug 2007, 22:32
door nickdhnick
misschien morgen middag, maar daarover spreek k je wel op msn :)

en anders heb je altijd nog het prikboord :)

Re: [GEUPDATED]probleem met arcade

Geplaatst: 23 aug 2007, 07:03
door Bas
Nee, deze fout betekent dat includes/constants.php niet aangepast is. :)

Re: [GEUPDATED]probleem met arcade

Geplaatst: 23 aug 2007, 08:57
door nickdhnick
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

Re: [GEUPDATED]probleem met arcade

Geplaatst: 23 aug 2007, 10:16
door Bas
Dat kun je zien aan dat de tabelnaam in hoofdletters opgegeven wordt in de query, en dat hij niet begint met een tabelprefix. :)

Re: [GEUPDATED]probleem met arcade

Geplaatst: 23 aug 2007, 10:20
door nickdhnick
ahh zo, en dat is het altijd includes/constants.php ? jacker :)

Re: [GEUPDATED]probleem met arcade

Geplaatst: 23 aug 2007, 10:29
door Lucas
Yoah...daar komt het eigenlijk op neer ja. constants.php is namelijk het bestand dat daar over gaat. x3

Re: [GEUPDATED]probleem met arcade

Geplaatst: 23 aug 2007, 11:56
door bjorentje
En nu iemand die zegt wat ik moet veranderen?

Re: [GEUPDATED]probleem met arcade

Geplaatst: 23 aug 2007, 12:11
door Salomon
Welke MOD was het?

Re: [GEUPDATED]probleem met arcade

Geplaatst: 23 aug 2007, 12:11
door bjorentje
een arcade MOD
link hebben?

Re: [GEUPDATED]probleem met arcade

Geplaatst: 23 aug 2007, 12:12
door Salomon
Ja :)

Re: [GEUPDATED]probleem met arcade

Geplaatst: 23 aug 2007, 12:13
door bjorentje
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

Re: [GEUPDATED]probleem met arcade

Geplaatst: 23 aug 2007, 12:15
door Salomon
Draai install.php eens?

Re: [GEUPDATED]probleem met arcade

Geplaatst: 23 aug 2007, 12:17
door bjorentje
dat heb ik al gedaan

Re: [GEUPDATED]probleem met arcade

Geplaatst: 23 aug 2007, 12:20
door Salomon
Heb je de SQL uitgevoerd in phpMyAdmin?

Re: [GEUPDATED]probleem met arcade

Geplaatst: 23 aug 2007, 12:21
door bjorentje
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?