Jump to:
| Project: | Coolfilter |
| Version: | 5.x-2.x-dev |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
I've installed Coolfilter. My server has been configured to support mbstring and sockets extension. The PHP configuration string is as follows:
'./configure' '--with-xsl' '--prefix=/usr/local/php5' '--with-mysql=/usr/include/mysql/' '--with-gd' '--with-zlib' '--with-pdo-mysql' '--with-pdo-pgsql' '--with-pgsql=/usr' '--with-curl' '--with-mcrypt' '--enable-bcmath' '--with-pdflib' '--with-pdo_sqlite' '--enable-mbstring' '--with-jpeg-dir=/root/source/jpeg-6b/' '--enable-ftp' '--enable-soap' '--enable-sockets'
My problem is that when I run your Bugs Bunny example I see the following when I preview:
1 2 3 4 Loading ...
If I select any of the 4 links I get a popup window that says:
Coolplayer RPC is not ready.
Any idea what I'm doing wrong?
Comments
#1
version 5.x-2.x-dev has bug, plesase download version 5.x-1.x-dev or http://kylinx.net/cgi-bin/cvsweb.cgi/coolfilter/coolfilter.tar.gz?tarball=1 , and browse http://yourURL?q=admin/settings/coolfilter to reinstall the module.
#2
I made the change to the 1.x version and did the re-install via admin/settings/coolfilter but it still isn't working.
This time I tested with the most basic code that references a wmv file that is currently accessible on my website via the standard Drupal video module.
Here is the code:
[coolplayer]http://www.mydomain.org/home/video/3D640x480.wmv
[/coolplayer]
I'm using FCKedit in source mode.
I select coolfilter for the input format.
I hit preview.
I get "Loading" message that never goes away.
I show "transferring data from www.mydomain.org that never goes away.
The video does not load and play.
Note that this video runs fine on my site using the video module.
So I'm still stuck.
#3
This module doesn't work with any WYSIWYG editor. Disable FCKedit, and have a try. If it still doesn't work, 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';#4