060b3 GUI returns white screen on trying to create (impossible) directory

Questions and bug reports for Beta releases should be posted here.
Forum rules
Help us help you:
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
User avatar
sander
Release Testers
Release Testers
Posts: 9113
Joined: January 22nd, 2008, 2:22 pm

060b3 GUI returns white screen on trying to create (impossible) directory

Post by sander »

060b3 GUI returns white screen on trying to create (impossible) directory


PEBKAC, but the result is strange:
after filling out a Temporary Download Folder in http://localhost:8080/config/directories/ and clicking on Save Changes, I a complete white http://localhost:8080/config/directorie ... irectories

Cause: SABnzbd cannot create the directory I filled out; see stdout logging below.

Workaround: point browser http://localhost:8080/


Code: Select all

2011-03-18 13:17:57,369::INFO::[misc:342] download_dir directory: /media/System/Temp/sander/Downloads/incomplete does not exist, try to create it
2011-03-18 13:17:57,370::ERROR::[misc:344] Cannot create directory /media/System/Temp/sander/Downloads/incomplete




2011-03-18 13:15:46,416::INFO::[misc:342] download_dir directory: /media/System/Temp/sander/Downloads/Downloads/incomplete does not exist, try to create it
2011-03-18 13:15:46,417::ERROR::[misc:344] Cannot create directory /media/System/Temp/sander/Downloads/Downloads/incomplete
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: 060b3 GUI returns white screen on trying to create (impossible) directory

Post by shypike »

Typo in the HTML code.
Fixed now.
Post Reply