Can't get 0.6.1 to work

Hi,
I updated 0.6.01 to 0.6.1 on my vortexbox. Everything was working fine before the update. Initially after the update I could still see serviio on the xbox and ps3 however the webUI didn't work. Also the log said I still had 0.6.01 installed. I deleted everything except the init.d script and re-installed everything. I can see through webmin that I have 0.6.1 installed, but the neither xbox nor the ps3 sees serviio now and the webUI still doesn't work. I get the red X and it says requires 0.6.1 but found '. This is what my config.php file looks like.
Thanks in advance for your help.
<?php
//ini_set('display_errors', 1);
//ini_set('error_reporting', E_ALL);
$language = "en";
$pc5dczc_host = "127.0.0.1";
$pc5dczc_port = "23423";
$version_req = "0.6.1";
# Available console languages (bundled)
$languages = array(
'bg' => 'БългарÑки',
'ca' => 'Català ',
'cs' => 'Čeština',
'da' => 'Dansk',
'de' => 'Deutsch',
'en' => 'English',
'es' => 'Español',
'fr' => 'Français',
'hu' => 'Magyar',
'it' => 'Italiano',
'nl' => 'Nederlands',
'no' => 'Norsk',
'pl' => 'Polski',
'pt_BR' => 'Português (Brasil)',
'ro' => 'Română',
'ru' => 'РуÑÑкий',
'sk' => 'SlovenÅ¡Äina',
'sv' => 'Svenska',
'zh_CN' => '䏿–‡ (Simplified)',
'zh_HK' => '䏿–‡ (Traditional)'
);
?>
I updated 0.6.01 to 0.6.1 on my vortexbox. Everything was working fine before the update. Initially after the update I could still see serviio on the xbox and ps3 however the webUI didn't work. Also the log said I still had 0.6.01 installed. I deleted everything except the init.d script and re-installed everything. I can see through webmin that I have 0.6.1 installed, but the neither xbox nor the ps3 sees serviio now and the webUI still doesn't work. I get the red X and it says requires 0.6.1 but found '. This is what my config.php file looks like.
Thanks in advance for your help.
<?php
//ini_set('display_errors', 1);
//ini_set('error_reporting', E_ALL);
$language = "en";
$pc5dczc_host = "127.0.0.1";
$pc5dczc_port = "23423";
$version_req = "0.6.1";
# Available console languages (bundled)
$languages = array(
'bg' => 'БългарÑки',
'ca' => 'Català ',
'cs' => 'Čeština',
'da' => 'Dansk',
'de' => 'Deutsch',
'en' => 'English',
'es' => 'Español',
'fr' => 'Français',
'hu' => 'Magyar',
'it' => 'Italiano',
'nl' => 'Nederlands',
'no' => 'Norsk',
'pl' => 'Polski',
'pt_BR' => 'Português (Brasil)',
'ro' => 'Română',
'ru' => 'РуÑÑкий',
'sk' => 'SlovenÅ¡Äina',
'sv' => 'Svenska',
'zh_CN' => '䏿–‡ (Simplified)',
'zh_HK' => '䏿–‡ (Traditional)'
);
?>