Seite 1 von 1

Fehlermeldungen im Adminbereich

Verfasst: 21.11.2005 17:30
von TheMadMike
Hallo,

ich habe gerade den Chash Mod gedownloadet und die ganzen Buchstaben und Codes reingefügt, aber wenn ich jetzt in den Adminbereich mag, zeigt er links bei der Leiste Fehler an:

Warning: main(./../includes/functions_cash.php): failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/hcclub/admin/admin_cash.php on line 91

Warning: main(): Failed opening './../includes/functions_cash.php' for inclusion (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/hcclub/admin/admin_cash.php on line 91

Fatal error: Cannot instantiate non-existent class: cash_menucat in /usr/export/www/vhosts/funnetwork/hosting/hcclub/admin/admin_cash.php on line 31


Warum und wie füge ich den raus?

Verfasst: 21.11.2005 17:55
von Julian87
Hast du keine kopien von den Dateien gemacht die du bearbeitet hast?

Verfasst: 21.11.2005 17:59
von TheMadMike
Nein. Aber ich habe nun die FEhler ausgebessert und weil man ja die " fuctions_cash " in den " Incluedes " Ordner verschieben soll, habe ich es gemacht:

Zitat:

copy includes/functions_cash.php to includes/functions_cash.php

Aber nun habe ich einen Fehler, wenn ich im Adminbereich bin:

Error retrieving cash data

DEBUG MODE

SQL Error : 1146 Table 'hcclub.phpbb_cash' doesn't exist

SELECT * FROM phpbb_cash ORDER BY cash_order ASC

Line : 657
File : functions_cash.php

WEiß jemand warum?

Hinweis

Verfasst: 21.11.2005 18:07
von gloriosa
Hallo,
wie schon in diesem >>> Beitrag <<< geschrieben reicht es wenn Du Dein Problem in einem Beitrag veröffentlichst ! :oops:

Verfasst: 21.11.2005 18:33
von Christian_W
closett hat geschrieben:Hast du keine kopien von den Dateien gemacht die du bearbeitet hast?
Kopien sollte man zwar immer machen, bringt in dem Fall aber nichts. Die Fehlermeldung sagt doch ganz klar welche Datei fehlt.

@gloriosa Es reicht auch aus einmal darauf hinzuweisen.

Gruß Christian

Hinweis

Verfasst: 21.11.2005 18:36
von gloriosa
Hallo,
in der CM_INSTALL_222.TXT ist folgender Abschnitt enthalten :

Code: Alles auswählen

# 
#-----[ SQL ]------------------------------------------
#
#   There is an automatic sql installer that works currently for mysql and mssql
#   It is neccessary to copy the file sql_install.php to your main phpbb directory and run it from there
#   After that, you want to delete the file immediately.
#
#   If you prefer to run the queries manually yourself, or to translate it to a different dbms
#   than mysql or mssql, the raw queries are located in sql_221.txt, but are only available for mysql.
#   I will try to include more dbms's for the installer for future releases, but nothing is guaranteed
#   at present
#
Danach ist es dem Installierenden überlassen ob er das Update der Datenbank durch das Ausführen der sql_install.php in der Board-Root oder via >>> KB:phpmyadmin <<< (SQL_Fenster, siehe auch KB:modsfaq -- Pos. 12 --) oder durch Einfügen des Inhaltes (ohhne Kommentare) der sql_221.txt erledigst ! :oops:

Verfasst: 21.11.2005 19:18
von TheMadMike
Sorry, aber ich weiß und ich checke es nicht, wie ich es update:

In den Phpmyadmin rein und dann auf SQL?
und dann?

Re: Hinweis

Verfasst: 21.11.2005 20:27
von gloriosa
Hallo,
schade, dass Du das was ich oben geschrieben
gloriosa hat geschrieben:Danach ist es dem Installierenden überlassen ob er das Update der Datenbank durch das Ausführen der sql_install.php in der Board-Root oder via >>> KB:phpmyadmin <<< (SQL_Fenster, siehe auch KB:modsfaq -- Pos. 12 --) oder durch Einfügen des Inhaltes (ohhne Kommentare) der sql_221.txt erledigst ! :oops:
habe nicht vollständig gelesen hast ! :oops:

Re: Hinweis

Verfasst: 22.11.2005 14:52
von TheMadMike
gloriosa hat geschrieben:Hallo,
in der CM_INSTALL_222.TXT ist folgender Abschnitt enthalten :

Code: Alles auswählen

# 
#-----[ SQL ]------------------------------------------
#
#   There is an automatic sql installer that works currently for mysql and mssql
#   It is neccessary to copy the file sql_install.php to your main phpbb directory and run it from there
#   After that, you want to delete the file immediately.
#
#   If you prefer to run the queries manually yourself, or to translate it to a different dbms
#   than mysql or mssql, the raw queries are located in sql_221.txt, but are only available for mysql.
#   I will try to include more dbms's for the installer for future releases, but nothing is guaranteed
#   at present
#
Und was heist das?