Community
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    • Register
    • Login

    Notices und Warnings

    Scheduled Pinned Locked Moved Entwicklung
    2 Posts 2 Posters 3.0k Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C Offline
      Cybot
      last edited by

      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

      www.SebastianMendel.de

      1 Reply Last reply Reply Quote 0
      • ? This user is from outside of this forum
        Guest
        last edited by

        Ja đŸ™‚ Das alles mit der neuen Version, bis dahin bitte die Notices deaktiveren (in der php.ini)

        1 Reply Last reply Reply Quote 0
        • First post
          Last post