Community
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    • Register
    • Login
    1. Home
    2. Cybot
    C
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 7
    • Groups 0

    Cybot

    @Cybot

    0
    Reputation
    99
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Age 24
    Website www.sebastianmendel.de/

    Cybot Unfollow Follow

    Latest posts made by Cybot

    • Nutzung von Services durch Clients

      wenn ich z. B. auf einem Domain-Controller den SUS-Service eingerichtet habe, dann möchte in i-doit auch irgendwie dokumentieren welcher Client diesen Service nutzt

      posted in Entwicklung
      C
      Cybot
    • RE: Fehler bei der Installation

      oder eben, wie ich im anderen Beitrag schon erwähnte, PEAR::PHP_Compat probieren

      posted in Entwicklung
      C
      Cybot
    • Notices und Warnings

      entfernt irh die Notices auch noch?

      Notice: Undefined variable: offline in index.php on line 17

      if($offline != 0){
      
      if ( isset( $offline ) && true == $offline )
      
      {
      

      Undefined variable: ext in modules/docman/menu_inner.inc.php on line 111
      Undefined variable: ext in modules/docman/menu_inner.inc.php on line 81

      #6 if ( ! isset( $ext ) ) $ext = '';
      

      Use of undefined constant ident - assumed 'ident' in modules/archive/menu_inner.inc.php on line 23

      $links[] = array($translate["de"][$archive_item[ident]],"index.php?action=$archive_item[ident]");
      
      $links[] = array( $translate["de"][$archive_item['ident']], 'index.php?action=' . $archive_item['ident'] );
      

      Use of undefined constant ident - assumed 'ident' in modules/archive/menu_inner.inc.php on line 55

      $links[] = array($translate["de"][$archive_item[ident]],"index.php?action=$archive_item[ident]&s=d");
      
      $links[] = array( $translate["de"][$archive_item['ident']], 'index.php?action=' . $archive_item['ident'] . '&s=d');
      

      Undefined variable: node in menu.php on line 101

      ((is_numeric($node))?$node:0)
      
      isset( $node ) && is_numeric( $node ) ? $node : 0
      

      Undefined variable: data in menu.php on line 110

      $data
      
       isset( $data ) ? $data : '' 
      

      Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of runtime function name. If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /www/idoit/modules/checklists/mychecks_inner.inc.php on line 32,33,34,35,36,37,44, …

      Notice: Use of undefined constant action - assumed 'action' in modules/checklists/mychecks_inner.inc.php on line 10

      Notice: Undefined variable: checks in modules/checklists/mychecks_inner.inc.php on line 44

      Notice: Use of undefined constant word - assumed 'word' in modules/tasks/task_functions.inc.php on line 199

      Notice: Use of undefined constant translation - assumed 'translation' in modules/tasks/task_functions.inc.php on line 199

      naja, und ewig so weiter

      posted in Entwicklung
      C
      Cybot
    • Templatesystem

      ein Templatesystem wäre auch nicht schlecht, mir persönlich natürlich am liebsten Smarty …

      auf jeden Fall ist diese momentane Mischung von PHP und HTML doch etwas altbacken und unflexibel

      posted in Entwicklung
      C
      Cybot
    • RE: Überprüfung der Schreibrechte von config.inc.php

      naja, sie war gar nicht vorhanden … und in dem Verzeichniss gab es keine schreibrechte

      ich hatte allerdings auch nicht das install-script aufgerufen, sondern lediglich entpackt und dann die install.html

      posted in Entwicklung
      C
      Cybot
    • RE: Versionsproblem PHP

      naja, also 4.1 und 4.2 … tss weis auch nicht, wenn mann immer gleich die Versionssprünge mitmacht stellt das eigentlich überhaupt kein Problem dar ...

      ... aber egal:

      wie wärs denn mit PEAR::PHP_Compat ?

      http://pear.php.net/package/PHP_Compat

      posted in Entwicklung
      C
      Cybot
    • RE: Registrierungsmail kommt nicht an …

      danke! 😄

      posted in Allgemein
      C
      Cybot