MyXoops Forum

Forum - myXOOPS German Support

1 + 6 = ?  
Geben Sie das Ergebnis der Berechnung ein
Sie haben max. 10 Versuche.
 
* = Erforderlich

Bug beim Einloggen

Betreff: Bug beim Einloggen
von Bluesteel am 29.07.2010 09:54:15

Hallo Liebe Gemeinde ich habe einen Bug und zwar wenn ich mich neu registriere und mich nach dem aktivieren einloggen möchte komt wenn ich den einloggen butten betätige folgender fehler: This page cannot be displayed due to an internal error. You can provide the following information to the administrators of this site to help them solve the problem: Error: Class XoopsProfileHandler does not exist Handler Name: profile Backtrace: /include/functions.php (50) /modules/newbb/include/functions.welcome.php (75) /modules/newbb/include/functions.php (581) /modules/newbb/header.php (97) /modules/newbb/index.php (32) Betroffene Function isst glaube ich diese
function &xoops_gethandler($name$optional false)
{
    static 
$handlers;
    
$name strtolower(trim($name));
    if (!isset(
$handlers[$name])) {
        if (
file_exists($hnd_file XOOPS_ROOT_PATH '/kernel/' $name '.php')) {
            require_once 
$hnd_file;
        }
        
$class 'Xoops' ucfirst($name) . 'Handler';
        if (
class_exists($class)) {
            
$xoopsDB =& XoopsDatabaseFactory::getDatabaseConnection();
            
$handlers[$name] = new $class($xoopsDB);
        }
    }
    if (!isset(
$handlers[$name])) {
        
trigger_error('Class <strong>' $class '</strong> does not exist<br />Handler Name: ' $name,
                      
$optional E_USER_WARNING E_USER_ERROR);
    }
    if (isset(
$handlers[$name])) {
        return 
$handlers[$name];
    }
    
$inst false;
    return 
$inst;
}
was kann ich tun um diesen Bug zu fixen denn klick ich statt auf den butten einloggen auf neu anmelden werde ich normal weitergeleitet Pls help es eilt Greez Bluesteel

Aktuell aus dem Forum

Forum Thema Antworten Views Letzter Beitrag
Modulentwicklung New Xoops Xcreate Module 0 5319 26.11.2025 15:22
efkan Gehe zum letzten Beitrag
Modulentwicklung XOOPS Custom Field Module 1 1810 24.11.2025 11:21
Goffy Gehe zum letzten Beitrag