xwmario / rutorrent

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

PHP warning spam #867

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Refresh the ruTorrent page
2. Check PHP logs
3. Repeat~

What is the expected output? What do you see instead?
No warnings.
Warning spam.

What environment are you using?
1. ruTorrent version: 3.6 (svn $Rev: 2404 $)
2. rTorrent version: 13.3
3. Webserver: nginx 1.4.3 on Gentoo
4. PHP version: 5.5.5-pl0-gentoo
5. Local browser: Chromium version 32.0.1681.0 (official build 230799) on 
Windows 8

Are some errors present in the web-server log?
PHP log spams these two lines are spammed when the ruTorrent page is 
loaded/refreshed: http://pastie.org/private/cenbhh2spavrnqcto8lq

Are some errors present in the browser error console?
No, but I get two warnings: http://pastie.org/private/clg3cfpq7ybt30qyqyqoxq

Original issue reported on code.google.com by oglo...@gmail.com on 25 Oct 2013 at 5:06

GoogleCodeExporter commented 8 years ago
This means - your installation is broken. Something bad with a file 
conf/plugins.ini or conf/users/USERNAME/plugins.ini.

Original comment by novik65 on 25 Oct 2013 at 7:32

GoogleCodeExporter commented 8 years ago
Well you were partly right; my PHP installation was 'broken'.
I needed to remove 'parse_ini_file' (this is used in ../php/initplugins.php) 
from 'disable_functions' in my php.ini.

This can be closed now. Sorry for the inconvenience >_>.

Original comment by oglo...@gmail.com on 25 Oct 2013 at 7:59