Remove this part - it's obsolete - but shouldn't be responsible for your problem.haedjin wrote:// Try to check and uncomment the DOCUMENT_ROOT if you have problems
// often neccessary on IIS or default MacOS X webserver settings.
// Do not use backslash "" on Windows - always replace "" by "/"
$_SERVER['DOCUMENT_ROOT'] = '/opt/lampp/htdocs';
Oliver