Undefined Variable

dsouvik215

Member
May 25, 2018
896
0
16
Hi

When I run the following, I get errors.

/usr/bin/php /var/www/rutorrent/php/initplugins.php
PHP Notice: Undefined variable: pInfo in /var/www/rutorrent/plugins/autotools/init.php on line 28
PHP Notice: Undefined variable: pInfo in /var/www/rutorrent/plugins/cookies/init.php on line 3
PHP Notice: Undefined variable: pInfo in /var/www/rutorrent/plugins/erasedata/init.php on line 19
PHP Notice: Undefined variable: pInfo in /var/www/rutorrent/plugins/rss/init.php on line 23
PHP Notice: Undefined variable: pInfo in /var/www/rutorrent/plugins/seedingtime/init.php on line 14

All of the lines point to what seems to be the same line:
$theSettings->registerPlugin($plugin["name"],$pInfo["perms"]);

Is this something that I need to worry about? My actual problem is that when torrents complete, they do not seed. Would this be causing the problem?
 

dsouvik215

Member
May 25, 2018
896
0
16
They are all svn. I downloaded the latest svn trunk and plugins to a new directory and the same thing happened.

My real issue is that my torrents complete rather than seed when they finish downloading. If I start them again, they will be paused. If I force recheck, they start seeding according to the min/max I have set.

I have looked at the rtorrent log file and there are no errors in there when a torrent finishes downloading. I'm not sure what is causing it - I have tried disabling plugins, but that doesn't help. Not quite sure what to have a look at next...