Display Morethis error:
Parse error: syntax error, unexpected end of file in /var/www/virtual/vtmk.hu/htdocs/index.php on line 245
if(!$written) die("Unable to write to $cache_file");
code:$contents = ob_get_contents();
$fp = fopen($cache_file,'w') or die("Unable to open $cache_file file for output");
$written = fwrite($fp, $contents);
if(!$written) die("Unable to write to $cache_file");
fclose($fp);
This has nothing to do with i-MSCP, nor with the PhpSwitcher plugin, nor with PHP. Please, fix your scripts.
Thread closed.