keeps displaying "Loading..."
maastrix - February 28, 2007 - 16:09
| Project: | Coolfilter |
| Version: | 5.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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.

#1
*bump*
#2
If 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';
#3
thanks.. 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.
#4