Sponsor-Board.de
EGL skript fehler

+- Sponsor-Board.de (https://www.sponsor-board.de)
+-- Forum: Community (/forumdisplay.php?fid=56)
+--- Forum: Plauderecke (/forumdisplay.php?fid=39)
+---- Forum: Soft- & Hardware (/forumdisplay.php?fid=80)
+---- Thema: EGL skript fehler (/showthread.php?tid=6034)


EGL skript fehler - Patrik - 14.07.2010 21:01

Hi da ich ja gerade dabei bin ein neues projekt durzuführen , habe ich als liga system das von EGL genommen.
man kann sich auch auf die seite Connecten.
aber mehr auch nicht man bekommt nen Fenster angezeigt, was einen auf diesen Pfad verweist.
Debug,
Dort kan folgendes rauslesen, wovon ich aber keine ahnung habe.

Code:
Buildprotocol
      
------- BuildProcess has been started: Project: EGL.Beta2.HP.debugger, Core: -------

Build-Time:     14.07.2010 18:44:59
Parsed Page:     gameview.gamelist
Workspace:     hp
Message-Output
      
Bench:     Type:     File:     Line:     Message:
0.00014     Error (Warning)     DBInterfaceFactory.class.php     58     Couldn't load DB-Connection Library phpmyadmin
0.00017     Info     DBInterfaceFactory.class.php     59     Kernel is loading `UnknownSQLCon` to emulate solid mode
0.00053     Info     RuntimeEngine.class.php     570     Database initialised successfully
0.00059     Error     RuntimeEngine.class.php     866     DatabaseInterface - couldn't be initialised, DB-Message:`function not included`
0.00062     Warning     RuntimeEngine.class.php     580     DB-connection couldn't be loaded.
0.00384     Info     RuntimeEngine.class.php     597     Template System initialised
0.04634     Info     RuntimeEngine.class.php     1067     ModuleManager initialised
0.04639     Info     RuntimeEngine.class.php     611     Modulesystem initialised successfully
0.05194     Info     RuntimeEngine.class.php     655     Basic language file loaded.
0.05272     Warning     PageAccess.class.php     166     PageAccess Evaluate could have some problemes by loading page 'gameview.gamelist' - DBConnection hasn't been set!
0.05429     Info     RuntimeEngine.class.php     690     RuntimeEngine initialised


Da ich mir denken kann das es was mit der DB zu tun hat poste ich gleich mal meine einstellungen.

Code:
<?php
class db_connecting_data
{
    var $dbbib        = "phpMyAdmin - 2.8.2.4";    // DIESE ZEILE IST WICHTIG
    var $server        = "localhost";
    var $database    = "egl1";
    var $username    = "username";
    var $password    = "passwort";
};
?>


Hoffe das sich wer damit auskennt, und mir helfen kann.

Mfg Lasnon