Page 1 of 1

Can't get 0.6.1 to work

PostPosted: Sun Jan 22, 2012 7:32 pm
by happygirl
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)'
);

?>

Re: Can't get 0.6.1 to work

PostPosted: Sun Jan 22, 2012 7:48 pm
by Cerberus
webui doesnt support 0.6.1 yet see the thread in third party section for more info.

Re: Can't get 0.6.1 to work

PostPosted: Sun Jan 22, 2012 8:30 pm
by happygirl
Ah, thanks for your quick response. I'll have to figure out how to work with this without the webUI for now, or since I'm running this headless should I just roll it back to 0.6.01?

Re: Can't get 0.6.1 to work

PostPosted: Sun Jan 22, 2012 10:23 pm
by happygirl
I've decided to re-install 0.6.0.1 for now. Are older releases kept in a different repository? i'm using wget http://download.serviio.org/releases/se ... nux.tar.gz but it times out.

Thanks again

Re: Can't get 0.6.1 to work

PostPosted: Sun Jan 22, 2012 10:48 pm
by zip
the main server is currently down, should be back tomorrow. You can try the mirror server.

Re: Can't get 0.6.1 to work

PostPosted: Sun Jan 22, 2012 10:50 pm
by happygirl
Thanks Zip!