We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 1611
    • 591 Posts
    Actually, I don’t get this error, it’s only module error about ’tab’.

    Check your code:
    $basePath = $modx->config['base_path'];
    include_once($basePath . 'assets/modules/error404logger/e404logger.class.inc.php');
    
    $e = & $modx->Event;
    
    switch ($e->name) {
      case 'OnPageNotFound' : {
         $e404 = new Error404Logger();
         $e404->insert($_SERVER["REMOTE_ADDR"], $_SERVER["REQUEST_URI"], $_SERVER["HTTP_REFERER"]);
        break;
      }
    }
    
      • 36592
      • 970 Posts
      Thank you andrnag !

      I copy & pasted again from the downloaded source, then the error with the plugin disappeared.
      (The one with the module remained... embarrassed)
        • 1611
        • 591 Posts
        Oh, You’re Welcome!

        I’ll try to find time to debug that error.
        • Quote from: bunk58 at Jan 18, 2008, 04:21 PM

          I’m getting this error reported via the Reports=>System Events each time I access the module
          Event Id:  	1 
          Source:  	Error 404 Logger - Module  
          Date: 	18-Jan-2008 04:07 PM 	
          User: 	admin
          Undefined index: tab
          

          The module is working great, what an eye opener!
          Any ideas?

          David


          i have same problem, but work fine...
            palma non sine pulvere
            • 1611
            • 591 Posts
            It’s a known bug and there are nobody want to solve it, because module still works despite it.
            • Quote from: Andrey at Jun 04, 2009, 10:19 AM

              It’s a known bug and there are nobody want to solve it, because module still works despite it.

              yep, i now but is strange - for me smiley
              work perfectly but have error`s
                palma non sine pulvere
                • 1611
                • 591 Posts
                Do you want to try to find this bug?

                May be I’ll try but only when I finish my diploma this month.
                • yes, of course but not know programming.


                  -=
                  наш язык
                  Да, конечно - с большим удовольствием,
                  я не знаю, программирование.

                  Я работаю дизайнером smiley
                    palma non sine pulvere
                    • 1611
                    • 591 Posts
                    Will see.

                    ---
                    Разберемся короче с этим. А пока забей - все работает.
                    • Hello Andrey,

                      are you find the bug in the modul?

                      Kristalin
                        palma non sine pulvere