Closed (fixed)
Project:
Coolfilter
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2007 at 16:09 UTC
Updated:
11 Apr 2007 at 12:16 UTC
Keeps displaying "Loading...", nothing happens. Tried different kinds of url's (youtube, redbalcony, selfuploaded files) but it just keeps saying loading. Both FF and IE6.
Comments
Comment #1
maastrix commented*bump*
Comment #2
lllkkk commentedIf rpc server still doesnot work on your website,which means your web server doesnot support php mbstring & sockets extension and cannot connect the other web site directly, change
$coolplayer_rpcurl = '...';
in coolplayer_config.php to (will be slower)
$coolplayer_rpcurl ='http://kylinx.net/modules/coolfilter/rpc.php';
or
$coolplayer_rpcurl ='http://coolcode.cn/wp-content/plugins/coolplayer/rpc.php';
Comment #3
maastrix commentedthanks.. that pointed me to the correct location of this issue. The RPC url wasn't correct. Is was (by default) set to "/drupsal/modules/coolfilter/rpc.php".. and yes, drupsal ;) Changed path and everything now works like a charm.
Comment #4
(not verified) commented