Hier begon het maar het ging over tot support
Junior admin mod
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

-
cartoontje
- Berichten: 1518
- Lid geworden op: 29 jun 2003, 10:57
- Locatie: Home Sweet Home
- Contacteer:
Ik zal hier de oplossing neerzetten, die er ook is:
BRONSQL Error : 1146 Table 'xxx_xxx.cash' doesn't exist and i have jr admin mod installed
Problem: Jr admin mod includes admin panels via a function, where normally the admin panels are included in the global namespace. Cash Mod requires the $table_prefix variable, which is not provided inside jr admin mod's function.
Fix: Open includes/functions_jr_admin.php
around line 183, findafter it (on the next line), add this:Code: Selecteer alles
global $db, $phpbb_root_path, $lang, $phpEx, $board_config, $userdata;Code: Selecteer alles
global $table_prefix;
-
cartoontje
- Berichten: 1518
- Lid geworden op: 29 jun 2003, 10:57
- Locatie: Home Sweet Home
- Contacteer: