Page 1 of 1

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

Posted: March 18th, 2011, 7:22 am
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

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

Posted: March 18th, 2011, 1:45 pm
by shypike
Typo in the HTML code.
Fixed now.