Solving page cannot be displayed.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • reevo
    New Member
    • Mar 2005
    • 9

    #16
    Great! Any chance of the fix being shared?

    Comment

    • Kauka
      New Member
      • Mar 2003
      • 8

      #17
      Originally posted by Dark_Wizard

      I would like to know what the developers did on your board to fix this issue

      Comment

      • Dark_Wizard
        Senior Member
        • Jan 2001
        • 347
        • 3.6.x

        #18
        In includes/class_core.php do the following...

        around line 2629 in the vb_error_handler function find this:
        PHP Code:
        require_once(DIR '/includes/functions_log_error.php'); 
        cut (so it is removed from this location) & paste this under the following 2 locations:

        PHP Code:
          case E_WARNING:
          case 
        E_USER_WARNING
        and under:
        PHP Code:
          case E_USER_ERROR
        Then remove the debug line from your config.php file.

        Comment

        • Kauka
          New Member
          • Mar 2003
          • 8

          #19
          thank you very much

          Comment

          • reevo
            New Member
            • Mar 2005
            • 9

            #20
            Excellent, thank you

            Comment

            Related Topics

            Collapse

            Working...