xwmario / rutorrent

Automatically exported from code.google.com/p/rutorrent
0 stars 0 forks source link

Error messages in webserver log. #809

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1.Open rutorrent with browser.

What is the expected output? What do you see instead?

Error message appears in webserver error.log file: 
2013-03-10 05:50:42: (mod_fastcgi.c.2676) FastCGI-stderr: PHP message: PHP 
Warning:  rename(/.../uisettings.json.tmp,/.../uisettings.json): No such file 
or directory in /.../rutorrent/php/setsettings.php on line 16

What environment are you using?

1. My ruTorrent version is 3.5
2. My rTorrent version is 0.9.3/0.13.3
3. I use web-server lighttpd it version is 1.4.31 on OS Debian Wheezy 
4. I use browser Chromium it version is 22.0.1229.94 on OS Debian Wheezy

Are some errors present in the web-server log?

See above.

Are some errors present in the browser error console?

No.

Please provide any additional information below.

This is not actually an error, but maybe it is reasonable to check if 
'uisettings.json.tmp' exists to avoid writing unnecessary error messages to log 
file.

Original issue reported on code.google.com by alex.tyu...@gmail.com on 12 Mar 2013 at 1:38

GoogleCodeExporter commented 8 years ago
>This is not actually an error

Actually this is an error. Error in your installation/configuration. Because at 
this point of code this file *must* exists. Otherwise your UI options (like 
column width, etc) can't be saved between sessions. 

Original comment by novik65 on 15 Mar 2013 at 11:45

GoogleCodeExporter commented 8 years ago
I'm having this error also using entware. 

lighttpd - 1.4.35-4
lighttpd-mod-auth - 1.4.35-4
lighttpd-mod-fastcgi - 1.4.35-4
lighttpd-mod-scgi - 1.4.35-4
php5 - 5.4.37-1
php5-cgi - 5.4.37-1
php5-cli - 5.4.37-1
php5-mod-json - 5.4.37-1
rtorrent-easy-install - 0.2-1
rtorrent-rpc - 0.9.4-git-2
rutorrent - 3.6-r2600-3

Has anyone figured out how to fix this so that uisettings.json.tmp gets created?

Original comment by leetwan...@gmail.com on 3 Mar 2015 at 7:04