|
IP: |
n/a |
Rang: |
|
Registrierung: |
30.08.2006, 22:31 |
Homepage: |
http://HomepageStarter.de |
Wohnort: |
O-BW |
|
 Forum-Gott mit 1723 Punkte, 1537 Beiträge |
|
Guten Morgen.
langer hat folgendes geschrieben: 1. Wenn ich bei phpadmin die Tabelle erstellen möchte bekomme ich folgende Fehlermeldung: MySQL meldet: Dokumentation Code: 1
| #1142 - CREATE command denied to user 'xxx'@'xxx' for table 'bs_bsgs_profilevisits' | Habe die Tablle dann mal so erstellt: Code: 1 2 3 4 5 6
| CREATE TABLE `bs_bsgs_profilevisits` ( `id` INT( 10 ) NOT NULL AUTO_INCREMENT PRIMARY KEY , `pid` INT( 10 ) NOT NULL , `uid` INT( 10 ) NOT NULL , `date` INT( 10 ) NOT NULL ) ENGINE = MYISAM CHARACTER SET utf8 COLLATE utf8_general_ci; | Stimmt, bei dem angegebenem Query stand noch die Datenbank dabei, die ich lokal verwende.
Aus:
SQL: 1 2 3 4 5 6
| CREATE TABLE `bsgs`.`bs_bsgs_profilevisits` ( `id` INT( 10 ) NOT NULL AUTO_INCREMENT PRIMARY KEY , `pid` INT( 10 ) NOT NULL , `uid` INT( 10 ) NOT NULL , `date` INT( 10 ) NOT NULL ) ENGINE = MYISAM CHARACTER SET utf8 COLLATE utf8_general_ci; |
Wird:
SQL: 1 2 3 4 5 6
| CREATE TABLE `bs_bsgs_profilevisits` ( `id` INT( 10 ) NOT NULL AUTO_INCREMENT PRIMARY KEY , `pid` INT( 10 ) NOT NULL , `uid` INT( 10 ) NOT NULL , `date` INT( 10 ) NOT NULL ) ENGINE = MYISAM CHARACTER SET utf8 COLLATE utf8_general_ci; |
langer hat folgendes geschrieben: 2. Bekomme ich folgende Fehlermeldungen, weiß aber nicht ob das was mit dem "Mysql Problem" zusammenhängt. Code: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
| Fehlermeldung: 2: constant() [function.constant]: Couldn't find constant BSGS_VISITOR_DURATION Anfrage: /forum/index.php?action=userdetails&id=1 Backtrace:
* /fws/error/handler.php, 192 [FWS_Error_Handler::get_error_message()] * Unknown [FWS_Error_Handler::handle_error()] * /front/src/pluginbsgs.php, 178 [constant()] * /front/src/pluginbsgs.php, 58 [BS_Front_PLUGINBSGS::check_mysql_date_sub()] * /front/module/userdetails/module.php, 259 [BS_Front_PLUGINBSGS::user_details_visitors()] * /fws/document/renderer/html/default.php, 452 [BS_Front_Module_userdetails::run()] * /front/src/renderer/html.php, 282 [FWS_Document_Renderer_HTML_Default::content()] * /fws/document/renderer/html/default.php, 370 [BS_Front_Renderer_HTML::content()] * /fws/document.php, 449 [FWS_Document_Renderer_HTML_Default::render()] * /index.php, 73 [FWS_Document::render()] | Code: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| Fehlermeldung: 2: include_once() [function.include]: Failed opening '/config/pluginbsgsconfig.php' for inclusion (include_path='.:/usr/share/php5:/usr/share/php5/PEAR:/usr/lib64/php5/extensions') Anfrage: /forum/index.php?action=userdetails&id=1 Backtrace:
* /fws/error/handler.php, 192 [FWS_Error_Handler::get_error_message()] * /front/src/pluginbsgs.php, 12 [FWS_Error_Handler::handle_error()] * /front/src/pluginbsgs.php, 12 [include_once()] * /src/autoloader.php, 51 [include()] * Unknown [BS_Autoloader()] * /fws/autoloader.php, 68 [call_user_func()] * /fws/init.php, 75 [FWS_AutoLoader::load_item()] * /front/module/userdetails/module.php, 259 [__autoload()] * /fws/document/renderer/html/default.php, 452 [BS_Front_Module_userdetails::run()] * /front/src/renderer/html.php, 282 [FWS_Document_Renderer_HTML_Default::content()] * /fws/document/renderer/html/default.php, 370 [BS_Front_Renderer_HTML::content()] * /fws/document.php, 449 [FWS_Document_Renderer_HTML_Default::render()] * /index.php, 73 [FWS_Document::render()] | Code: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| Fehlermeldung: 2: include_once(/config/pluginbsgsconfig.php) [function.include-once]: failed to open stream: No such file or directory Anfrage: /forum/index.php?action=userdetails&id=1 Backtrace:
* /fws/error/handler.php, 192 [FWS_Error_Handler::get_error_message()] * /front/src/pluginbsgs.php, 12 [FWS_Error_Handler::handle_error()] * /front/src/pluginbsgs.php, 12 [include_once()] * /src/autoloader.php, 51 [include()] * Unknown [BS_Autoloader()] * /fws/autoloader.php, 68 [call_user_func()] * /fws/init.php, 75 [FWS_AutoLoader::load_item()] * /front/module/userdetails/module.php, 259 [__autoload()] * /fws/document/renderer/html/default.php, 452 [BS_Front_Module_userdetails::run()] * /front/src/renderer/html.php, 282 [FWS_Document_Renderer_HTML_Default::content()] * /fws/document/renderer/html/default.php, 370 [BS_Front_Renderer_HTML::content()] * /fws/document.php, 449 [FWS_Document_Renderer_HTML_Default::render()] * /index.php, 73 [FWS_Document::render()] | Nein, das hat nichts mit dem Query zu tun. Es scheint, als ob du nicht alle Dateien hochgeladen hast. Schau bitte nach ob bei dir die /config/pluginbsgsconfig.php existiert. Falls nicht, bitte hochladen.
Vielen Dank für deine Rückmeldung. 
Aktuellste Boardsolution-Version: v1.46Kommende Boardsolution-Version: TBA ----------------------------------------------------- Ich erstelle nur noch Modifikationen für aktuelle Versionen! -----------------------------------------------------
|
|