Opened 16 years ago

Closed 15 years ago

#19 closed defect (fixed)

Empty string supplied as input

Reported by: typo101@clemnet.info Owned by: Gabor Hudiczius
Priority: major Milestone: airborn
Component: rTWi Version:
Severity: major Keywords:
Cc:

Description

I know there is already a ticket for this, but your comment has not helped my find what the issue is. To re-iterate, here is the output once logged in:

Warning: DOMDocument::loadXML() [domdocument.loadxml]: Empty string supplied as input in /var/www/localhost/htdocs/torrent/includes/classes/xmlrpc_handler.inc.php on line 137

Warning: Invalid argument supplied for foreach() in /var/www/localhost/htdocs/torrent/includes/classes/xmlrpc_handler.inc.php on line 429

Warning: Invalid argument supplied for foreach() in /var/www/localhost/htdocs/torrent/index.php on line 381

Warning: DOMDocument::loadXML() [domdocument.loadxml]: Empty string supplied as input in /var/www/localhost/htdocs/torrent/includes/classes/xmlrpc_handler.inc.php on line 137

Warning: chdir() [function.chdir]: Permission denied (errno 13) in /var/www/localhost/htdocs/torrent/index.php on line 10

Warning: chdir() [function.chdir]: Permission denied (errno 13) in /var/www/localhost/htdocs/torrent/index.php on line 10

Here is my line from .rtorrent.rc:

scgi_local = ~/.socket/rpc.socket

Here is my line from users.conf:

address = "unix://~/.socket/rpc.socket"

rTorrent is run by the same user defined in users.conf

Change History (2)

comment:1 by Gabor Hudiczius, 16 years ago

does your webserver have r/w access to the socket?

comment:2 by Gabor Hudiczius, 15 years ago

Resolution: fixed
Severity: major
Status: newclosed

fixed in 0.3.4

Note: See TracTickets for help on using tickets.