You are not logged in.

#1 2009-05-01 22:18:40

taz
Member
Registered: 2009-03-04
Posts: 24

wtorrent - empty page

hi all!
please help!
i'm trying to configure rtorrent + wtorrent + apache by this howto - http://wiki.archlinux.org/index.php/WTorrent
i can see wtorrant install.php, but after i push - save configuration and when i see the index.php - i see empty page sad
i can't find anything in google.
please help


linux is <3

Offline

#2 2009-05-02 04:30:24

seiichiro0185
Member
From: Leipzig/Germany
Registered: 2009-04-09
Posts: 226
Website

Re: wtorrent - empty page

Hi, I had the same problem. I Solved it by enabling some of the extensions in php.ini.

Here is what I have enabled at the moment:

extension=curl.so
extension=gd.so
extension=gettext.so
extension=mcrypt.so
extension=openssl.so
extension=pdo.so
extension=pdo_sqlite.so
extension=session.so
extension=xmlrpc.so
extension=xsl.so
extension=zip.so
extension=zlib.so

Note that you will have to install external programs for some of the extensions to work (pacman tells you what to install for what feature on php-install)
Also they might not all be neccesarry,since I also have other stuff installed on this server, but with this enabled wtorrent works for me.

Hope this helps
seiichiro


My System: Dell XPS 13 | i7-7560U | 16GB RAM | 512GB SSD | FHD Screen | Arch Linux
My Workstation/Server: Supermicro X11SSZ-F | Xeon E3-1245 v6 | 64GB RAM | 1TB SSD Raid 1 + 6TB HDD ZFS Raid Z1 | Proxmox VE
My Stuff at Github: github
My Homepage: Seiichiros HP

Offline

#3 2009-05-02 22:34:32

taz
Member
Registered: 2009-03-04
Posts: 24

Re: wtorrent - empty page

can you look what packges do you install for wtorrent?
because i use all of this extensions - and iǘe installed some packages - but still cant see index sad


linux is <3

Offline

#4 2009-05-03 06:18:09

seiichiro0185
Member
From: Leipzig/Germany
Registered: 2009-04-09
Posts: 226
Website

Re: wtorrent - empty page

These are all the optional php-dependencies I have installed:

curl
gdbm
gd
mcrypt
openssl
sqlite3
xsl
mhash
gmp


My System: Dell XPS 13 | i7-7560U | 16GB RAM | 512GB SSD | FHD Screen | Arch Linux
My Workstation/Server: Supermicro X11SSZ-F | Xeon E3-1245 v6 | 64GB RAM | 1TB SSD Raid 1 + 6TB HDD ZFS Raid Z1 | Proxmox VE
My Stuff at Github: github
My Homepage: Seiichiros HP

Offline

#5 2009-05-03 19:57:08

taz
Member
Registered: 2009-03-04
Posts: 24

Re: wtorrent - empty page

i have this packages installed.
please, can you give me php.ini and httpd.conf?
thank you very much


linux is <3

Offline

#6 2009-05-03 19:58:55

taz
Member
Registered: 2009-03-04
Posts: 24

Re: wtorrent - empty page

also,

tazhate% sudo yaourt -Ss xsl   
extra/docbook-xsl 1.74.0-1 [installed] 
     XML stylesheets for Docbook-xml transformations.
extra/libxslt 1.1.24-2 [installed] 
     XML stylesheet transformation library

is this xsl package, that you are talking about?


linux is <3

Offline

#7 2009-05-04 04:18:26

seiichiro0185
Member
From: Leipzig/Germany
Registered: 2009-04-09
Posts: 226
Website

Re: wtorrent - empty page

I meant the libxslt package

my php.ini is like this:

[PHP]
engine = On
zend.ze1_compatibility_mode = Off
short_open_tag = Off
asp_tags = Off
precision    =  14
y2k_compliance = On
output_buffering = 4096
zlib.output_compression = Off
implicit_flush = Off
unserialize_callback_func=
serialize_precision = 100
allow_call_time_pass_reference = Off
safe_mode = Off
safe_mode_gid = Off
safe_mode_include_dir =
safe_mode_exec_dir =
safe_mode_allowed_env_vars = PHP_
safe_mode_protected_env_vars = LD_LIBRARY_PATH
open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/var/www/localhost/:/
disable_functions =
disable_classes =
expose_php = Off
max_execution_time = 30     ; Maximum execution time of each script, in seconds
max_input_time = 60    ; Maximum amount of time each script may spend parsing request data
memory_limit = 32M      ; Maximum amount of memory a script may consume (32MB)
error_reporting  =  E_ALL
display_errors = Off
display_startup_errors = Off
log_errors = On
log_errors_max_len = 1024
ignore_repeated_errors = Off
ignore_repeated_source = Off
report_memleaks = Off
track_errors = Off
error_log = syslog
variables_order = "GPCS"
register_globals = Off
register_long_arrays = Off
register_argc_argv = Off
auto_globals_jit = On
post_max_size = 8M
magic_quotes_gpc = Off
magic_quotes_runtime = Off
magic_quotes_sybase = Off
auto_prepend_file =
auto_append_file =
default_mimetype = "text/html"
include_path = ".:/usr/share/pear"
doc_root =
user_dir =
extension_dir = "/usr/lib/php/20060613/"
enable_dl = Off
file_uploads = On
upload_max_filesize = 2M
allow_url_fopen = Off
allow_url_include = Off
default_socket_timeout = 60
[Date]
[filter]
[iconv]
[sqlite]
[Pcre]
[Syslog]
define_syslog_variables  = Off
[mail function]
[SQL]
sql.safe_mode = Off
[ODBC]
odbc.allow_persistent = On
odbc.check_persistent = On
odbc.max_persistent = -1
odbc.max_links = -1
odbc.defaultlrl = 4096
odbc.defaultbinmode = 1
[MySQL]
mysql.allow_persistent = On
mysql.max_persistent = -1
mysql.max_links = -1
mysql.default_port =
mysql.default_socket =
mysql.default_host =
mysql.default_user =
mysql.default_password =
mysql.connect_timeout = 60
mysql.trace_mode = Off
[MySQLi]
mysqli.max_links = -1
mysqli.default_port = 3306
mysqli.default_socket =
mysqli.default_host =
mysqli.default_user =
mysqli.default_pw =
mysqli.reconnect = Off
[mSQL]
msql.allow_persistent = On
msql.max_persistent = -1
msql.max_links = -1
[OCI8]
[PostgresSQL]
pgsql.allow_persistent = On
pgsql.auto_reset_persistent = Off
pgsql.max_persistent = -1
pgsql.max_links = -1
pgsql.ignore_notice = 0
pgsql.log_notice = 0
[Sybase]
sybase.allow_persistent = On
sybase.max_persistent = -1
sybase.max_links = -1
sybase.min_error_severity = 10
sybase.min_message_severity = 10
sybase.compatability_mode = Off
[Sybase-CT]
sybct.allow_persistent = On
sybct.max_persistent = -1
sybct.max_links = -1
sybct.min_server_severity = 10
sybct.min_client_severity = 10
[bcmath]
bcmath.scale = 0
[browscap]
[Informix]
ifx.default_host =
ifx.default_user =
ifx.default_password =
ifx.allow_persistent = On
ifx.max_persistent = -1
ifx.max_links = -1
ifx.textasvarchar = 0
ifx.byteasvarchar = 0
ifx.charasvarchar = 0
ifx.blobinfile = 0
ifx.nullformat = 0
[Session]
session.save_handler = files
session.save_path = "/tmp"
session.use_cookies = 1
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
session.cookie_domain =
session.cookie_httponly =
session.serialize_handler = php
session.gc_probability = 1
session.gc_divisor     = 1000
session.gc_maxlifetime = 1440
session.bug_compat_42 = 0
session.bug_compat_warn = 1
session.referer_check =
session.entropy_length = 0
session.entropy_file =
session.cache_limiter = nocache
session.cache_expire = 180
session.use_trans_sid = 0
session.hash_function = 0
session.hash_bits_per_character = 5
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
[MSSQL]
mssql.allow_persistent = On
mssql.max_persistent = -1
mssql.max_links = -1
mssql.min_error_severity = 10
mssql.min_message_severity = 10
mssql.compatability_mode = Off
mssql.secure_connection = Off
[Assertion]
[COM]
[mbstring]
[FrontBase]
[gd]
[exif]
[Tidy]
tidy.clean_output = Off
[soap]
soap.wsdl_cache_enabled=1
soap.wsdl_cache_dir="/tmp"
soap.wsdl_cache_ttl=86400
extension=curl.so
extension=gd.so
extension=gettext.so
extension=mcrypt.so
extension=openssl.so
extension=pdo.so
extension=pdo_sqlite.so
extension=session.so
extension=xmlrpc.so
extension=xsl.so
extension=zip.so
extension=zlib.so

I don't have any httpd.conf since I'm using lighttpd and not apache


My System: Dell XPS 13 | i7-7560U | 16GB RAM | 512GB SSD | FHD Screen | Arch Linux
My Workstation/Server: Supermicro X11SSZ-F | Xeon E3-1245 v6 | 64GB RAM | 1TB SSD Raid 1 + 6TB HDD ZFS Raid Z1 | Proxmox VE
My Stuff at Github: github
My Homepage: Seiichiros HP

Offline

Board footer

Powered by FluxBB