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?
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?