Hi Thomas,
Problem with your page depend on things you added in very first lines of
this page. "Session data" are configuration for your page (as language selected)
If you have something to add to your page, always remember to avoid
to modify all lines before this line:
$lang = 'en' // Default language
Hope this help!
Regards,
Jacques