Page 1 of 1

Infinite Wizard Loop

Posted: May 24th, 2010, 2:11 am
by rpleum
Hi,

After 2 years of working with 'Windows Home Server' I changed my server platform to 'Ubuntu Server 10.04 LTS'.
The installation of Sabnzbd went (very) smoothly. After then, I edited the '/etc/default/sabnzbdplus' file:

Code: Select all

USER = [my username]
HOST = 0.0.0.0
PORT = 8080
I started Sabnzbd and browsed to 'http://server:8080', The wizard comes up but never ends! After passing the final step (step 5), Sabnzbd restarts and takes me back to step 1 again. This in a infinite loop!

Does anyone have a sollution for this? I would be very grateful.

rpleum 8)

PS: since I use linux, I do not have a registry (thank god) I can clean to solve the problem like 'creatox': http://forums.sabnzbd.org/index.php?topic=3645.0

Re: Infinite Wizard Loop

Posted: May 24th, 2010, 3:11 am
by rascalli
is the install.php renamed ?

Try that .. and see what happens

Re: Infinite Wizard Loop

Posted: May 25th, 2010, 4:59 am
by rpleum
rename install.php? I don't know what you mean.
I used to Install Sabnzbd with the 'apt-get install sabnzbdplus' command.

Re: Infinite Wizard Loop

Posted: May 25th, 2010, 8:44 am
by jcfp
rpleum wrote:The wizard comes up but never ends! After passing the final step (step 5), Sabnzbd restarts and takes me back to step 1 again. This in a infinite loop!
Wizard should only come up if there's no sabnzbd.ini with server settings in it. Maybe some problem saving the ini? Without a debug log of sabnzbd there isn't much to say.

Re: Infinite Wizard Loop

Posted: May 29th, 2010, 2:38 am
by rpleum
I started SABnzbd with the debug log option:

Code: Select all

sabnzbdplus -l 2
After step 5, I was succesfully redirected to the sabnzbd home page.
Too bad that it's works immediately so that I can't see where It was going wrong.

Maybe someone with the same problem can post a debug log?