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

maastrix - March 15, 2007 - 12:29

*bump*

#2

lllkkk - March 24, 2007 - 08:40

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

maastrix - March 28, 2007 - 12:12
Status:active» fixed

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

Anonymous - April 11, 2007 - 12:16
Status:fixed» closed
 
 

Drupal is a registered trademark of Dries Buytaert.