Seite 1 von 1

bank funktioniert nicht

Verfasst: 03.02.2006 12:37
von leon132
hi ich habe gerade eine bank eingebaut und immer wenn ich auf bank klicke kommt diese meldung.


Warning: main(./language/lang_german/lang_bank.php): failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/hhextremforum/Forum/bank.php on line 35

Warning: main(): Failed opening './language/lang_german/lang_bank.php' for inclusion (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/hhextremforum/Forum/bank.php on line 35
phpBB : Kritischer Fehler

Error Getting Bank Users!
Table 'hhextremforum.phpbb_bank' doesn't exist

DEBUG MODE

SQL Error : 1146 Table 'hhextremforum.phpbb_bank' doesn't exist


was kann ich da tun bitte für anfänger erklären.

Verfasst: 03.02.2006 12:51
von Markus67
Hi ....

Punkt 1:
Warning: main(./language/lang_german/lang_bank.php):
Die Datei fehlt bzw. wurde nicht hochgeladen

Punkt 2:
Error Getting Bank Users!
Table 'hhextremforum.phpbb_bank' doesn't exist
Da feht die Tabelle in der DB -> KB:SQL_error

Markus

Verfasst: 03.02.2006 13:03
von leon132
danke das erste problem habe ich behoben und wie soll ich das 2 beheben
wie gesagt ich kenne mich nicht sehr gut damit aus.

Verfasst: 03.02.2006 13:06
von Markus67
Hi ...

war da irgendeine db_install.php oder db_update.php im MOD enthalten oder stehen die SQL Queries direkt in der Installationsanleitung?

Im oben genannten Artikel steht eigentlich genau drin was du da machen musst.

Markus

Verfasst: 03.02.2006 13:08
von leon132
ja es gab bank_update1

das stand da drin

/***************************************************************************
* bank_update1.txt
* -------------------
* Version : 1.5.0
* released : Monday, June 30th, 2003
* email : zarath@knightsofchaos.com
*
* requires : 2.0.0+ phpbb & points mod
* difficulty : easy
* time : <5minutes
*
***************************************************************************/

/***************************************************************************
*
* copyright (C) 2002/2003 IcE-RaiN/Zarath
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* http://www.gnu.org/copyleft/gpl.html
*
***************************************************************************/

/***************************************************************************
* Installation
*
* 1. Upload files
* /admin/admin_bank.php
* /bank.php
* /language/lang_english/lang_bank.php
*
*
* Changes
* - Now doesn't require register_globals to work.
* - Now has much more efficient code.
* - Now uses lang variables.
* - Now calculates through a different algorithm, to hopefully make it
* more accurate.
* - Fixed problem with user total withdrawn and deposited.
* - Added the ability to turn people's account fees on and off.
* - Added code to the bank page to calculate the amount withdrawable
* depending on if their fees are turned on or off.
* - Added the ability to edit accounts in the ACP through the bank config.
* - Changed all submit inputs to use lang variables.
* - Changed all text and submit fields to use CSS classes.
***************************************************************************/

die hälfe davon versteh ich nicht

Verfasst: 03.02.2006 13:09
von Markus67
Hi ...

dann wirf mal hier einen Blick rein ... KB:modsfaq ... das hilft dir weiter :wink:

Markus

Verfasst: 03.02.2006 13:16
von leon132
hi
Ich habe es mir angeguckt aber es bringt mich auch nicht weiter könntest du mir sagen welchen befehl ich eingeben muss um die tabbele zu erstellen.