Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support

Thorte

Mitglied
  • Content count

    125
  • Joined

  • Last visited

Posts posted by Thorte


  1. Der Code der zweiten Meldung in Line 122 ist die $std = new FUNC; Zeile

    //--------------------------------
    
    // Require our global functions
    
    //--------------------------------
    
    
    require ROOT_PATH."sources/functions.php";
    
    
    $std   = new FUNC;
    
    $print = new display();
    
    $sess  = new session();
    
    
    //--------------------------------
    
    // Load the DB driver and such
    
    //--------------------------------


  2. Falls ich richtig gezählt habe müsste es sich um die return str_replace zeile handeln

    /*-------------------------------------------------------------------------*/
    
    	// Safe Slashes - ensures slashes are saved correctly
    
    	// ------------------
    
    	// 
    
    	/*-------------------------------------------------------------------------*/
    
    
    	function txt_safeslashes($t="")
    
    	{
    
      return str_replace( '\\', "\\\\", $this->txt_stripslashes($t));
    
    	}
    
    
    	/*-------------------------------------------------------------------------*/
    
    	// txt_htmlspecialchars
    
    	// ------------------
    
    	// Custom version of htmlspecialchars to take into account mb chars
    
    	/*-------------------------------------------------------------------------*/


  3. Also ........

    .......ich hab den wwo mod versucht :blush:

    nun hab ich das:

    Parse error: parse error in /home/vhosts/chatspaggn.liveline.de/forum/sources/functions.php on line 139
    
    
    Fatal error: Cannot instantiate non-existent class: func in /home/vhosts/chatspaggn.liveline.de/forum/index.php on line 122

    Was empfehlt ihr mir? :wacko:

    Gruss Thorte

    uuups, der Beitrag gehört in den Mod&Hacks Bereich. Kann den mal wer verschieben?


  4. $INFO['board_url']  ='http://chatspaggn.liveline.de/forum';

    $INFO['home_url']  ='http://chatspaggn.liveline.de';

    $INFO['html_dir']  ='/forum/html/';

    $INFO['base_dir']  ='/forum';

    $INFO['html_url']  ='http://chatspaggn.liveline.de/forum/html';

    $INFO['upload_dir'] ='/forum/uploads';

    $INFO['upload_url'] ='http://chatspaggn.liveline.de/forum/uploads';

    So siehts bei mir aus


  5. beide Verzeichnisse auf 777 gesetzt

    Nun bekomme ich folgendes zu sehen:

    Warning: opendir(/forum/html/avatars): failed to open dir: No such file or directory in /home/vhosts/chatspaggn.liveline.de/forum/sources/Usercp.php on line 1385

    Warning: readdir(): supplied argument is not a valid Directory resource in /home/vhosts/chatspaggn.liveline.de/forum/sources/Usercp.php on line 1387

    Warning: closedir(): supplied argument is not a valid Directory resource in /home/vhosts/chatspaggn.liveline.de/forum/sources/Usercp.php on line 1404

    Warning: opendir(/forum/html/avatars): failed to open dir: No such file or directory in /home/vhosts/chatspaggn.liveline.de/forum/sources/Usercp.php on line 1431

    Warning: readdir(): supplied argument is not a valid Directory resource in /home/vhosts/chatspaggn.liveline.de/forum/sources/Usercp.php on line 1433

    Warning: closedir(): supplied argument is not a valid Directory resource in /home/vhosts/chatspaggn.liveline.de/forum/sources/Usercp.php on line 1470

    ebenfalls über dem Board


  6. Hab schon wieder das nächste Problem:

    Beim Versuch ein Avatar ins Profile zu setzen erhalte ich auf meinem Board diese Meldungen:

    Warning: opendir(/forum/html/avatars): failed to open dir: No such file or directory in /home/vhosts/chatspaggn.liveline.de/forum/sources/Usercp.php on line 1563

    Warning: readdir(): supplied argument is not a valid Directory resource in /home/vhosts/chatspaggn.liveline.de/forum/sources/Usercp.php on line 1565

    Warning: closedir(): supplied argument is not a valid Directory resource in /home/vhosts/chatspaggn.liveline.de/forum/sources/Usercp.php on line 1581

    Was muss ich denn da ändern damit es funzt?

    Gruss Thorte


  7. Gruezi Ihr Schwerarbeiter

    Ich bin de neue und hab da ein paar Probleme. Aber immer eins nach dem anderen. B)

    Ich würde gerne ein paar eigene Emoticons einbauen aber:

    Could not locate the emoticons directory - make sure the 'html_dir' path is set correctly

    Das finde ich im Admin-CP.

    Was tun?

    Gruss Thorte

×