Warning: There are two files both containing the same class: '/var/www/lserie.de/html/mysite/code/DownloadFile.php' and '/var/www/lserie.de/html/mysite/code/bak.DownloadFile.php'. This might mean that the wrong code is being used. in /var/www/lserie.de/html/sapphire/core/ManifestBuilder.php on line 461

Warning: There are two files both containing the same class: '/var/www/lserie.de/html/mysite/code/DownloadFile.php' and '/var/www/lserie.de/html/mysite/code/bak.DownloadFile.php'. This might mean that the wrong code is being used. in /var/www/lserie.de/html/sapphire/core/ManifestBuilder.php on line 461
GET /beispiele/?url=/de/beispiele.html

[User Warning] Cookie 'bypassStaticCache' can't be set. The site started outputting was content at line 461 in /var/www/lserie.de/html/sapphire/core/ManifestBuilder.php

GET /beispiele/?url=/de/beispiele.html

Line 33 in /var/www/lserie.de/html/sapphire/core/Cookie.php

Source

24 			$path = ($path) ? $path : Director::baseURL();
25 
26 			// Versions of PHP prior to 5.2 do not support the $httpOnly value
27 			if(version_compare(phpversion(), 5.2, '<')) {
28 				setcookie($name, $value, $expiry, $path, $domain, $secure);
29 			} else {
30 				setcookie($name, $value, $expiry, $path, $domain, $secure, $httpOnly);
31 			}
32 		} else {
33 			if(self::$report_errors) user_error("Cookie '$name' can't be set. The site started outputting was content at line $line in $file", E_USER_WARNING);
34 		}
35 	}
36 	
37 	/**
38 	 * Get a cookie variable
39 	 */

Trace