hicklemr / rtgui

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

Error when view torrent #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Warning: Invalid argument supplied for foreach() 
in /usr/share/rtgui/functions.php on line 112

FilenameSizeDoneChunksPriority
Warning: Invalid argument supplied for foreach() 
in /usr/share/rtgui/view.php on line 73

Possible it caused by torrent with UTF8 chars in filenames.

Original issue reported on code.google.com by suntech...@gmail.com on 18 Apr 2008 at 11:29

GoogleCodeExporter commented 8 years ago
Can you give an example of the filename, so I can find the code that needs 
work...

Thanks
Simon

Original comment by lemonbe...@gmail.com on 4 May 2008 at 1:38

GoogleCodeExporter commented 8 years ago
Sorry, but I deleted problematic torrent 2 weeks ago.

Original comment by suntech...@gmail.com on 4 May 2008 at 1:42

GoogleCodeExporter commented 8 years ago
I tried with a torrent named, and containing files like:
ett öga rött

And it's displayed in rtGui as:
ett öga rött

Which I believe is showing OK.  I'm wondering if this is a local config problem 
(Apache/PHP/rTorrent) etc?

Original comment by lemonbe...@gmail.com on 4 May 2008 at 3:28

GoogleCodeExporter commented 8 years ago
It seems that problem was related to specific torrent.
The only changes I made are replacing in the config files charset for generated 
html 
files:

$ /usr/share/rtgui #  grep -i UTF *
index.php:<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
settings.php:<meta http-equiv="Content-Type" content="text/html; charset=utf-8"
/>
view.php:<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

I'll send you problem torrent if face the same problem again.

Original comment by suntech...@gmail.com on 4 May 2008 at 3:42

GoogleCodeExporter commented 8 years ago

Original comment by lemonbe...@gmail.com on 5 Dec 2008 at 10:29

GoogleCodeExporter commented 8 years ago

Original comment by lemonbe...@gmail.com on 5 Dec 2008 at 10:29