• Resolved schnolly

    (@schnolly)


    In sitediagnose i found an error:
    Een active PHP session

    I solved this problem to add in multilanguage/multilanguage.php in line 500:
    session_write_close();
    like below and the problem is solved because the session is closed at the end of the function.

    Can you check this?

    multilanguage/multilanguage.php 
    regel 500
    
    	}
    				mltlngg_redirect();
    			}
    			session_write_close();
    		}
    	}
    }
    
    /* Function for change display language */

    Thank you!
    And thank you for the nice plugin!

    Kind regards,
    Schnolly

    • This topic was modified 3 years, 8 months ago by schnolly.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Een active PHP session’ is closed to new replies.