You are not logged in.

#1 2009-01-18 13:36:04

burra
Member
From: Vaasa, Finland
Registered: 2006-05-26
Posts: 54

torrentflux 2.4 problems [SOLVED]

Hi,
setting up a new box with Torrentflux and have some problems

Info:
Torrentflux 2.4
Arch Linux: Linux 2.6.28-ARCH
Apache/2.2.11 (Unix)
PHP 5.2.7 with Suhosin-Patch 0.9.6.3
MySQL 5.0.75
Python 2.6.1

I always get the following message when I try to download a torrent.
e.g.
ftp://ftp.archlinux.org/iso/2008.06/arc … so.torrent

Error Getting the File (archlinux_2008.06_core_i686.iso.torrent), Could be a Dead URL.

No error messages in:
/var/log/httpd/access_log
/var/log/httpd/error_log
/var/log/syslog.log

I also have in php.ini "display_errors = on ", "safe_mode Off",  ";open_basedir = "

download folder in /home/"MY_USER"/torrentdownloads/ 777

/opt/torrentflux/TF_BitTornado chmod -R 755

ln -s /opt/torrentflux/ /srv/http/tf/

Ports forwarded in my router 80 and 49160-49300 TCP+UDP

All green in admin settings page.

All ideas are welcome.

Last edited by burra (2009-01-18 17:15:44)

Offline

#2 2009-01-18 14:09:57

burra
Member
From: Vaasa, Finland
Registered: 2006-05-26
Posts: 54

Re: torrentflux 2.4 problems [SOLVED]

I now have the same versions on my old Arch server and that one is working.

Linux 2.6.28-ARCH
Apache/2.2.11 (Unix)
PHP 5.2.7 with Suhosin-Patch 0.9.6.3
MySQL 5.0.75
Python 2.6.1

Must be a configuration error.

Offline

#3 2009-01-18 17:15:18

burra
Member
From: Vaasa, Finland
Registered: 2006-05-26
Posts: 54

Re: torrentflux 2.4 problems [SOLVED]

Hi,
found it.

in php.ini

allow_url fopen = Off

need to be:

allow_url fopen = On

Diff is your friend smile

Offline

Board footer

Powered by FluxBB