Hi,
Just installed this version of your module
version = "5.x-1.x-dev"
project = "flvmediaplayer"
datestamp = "1203293081"
Got a "call to undefined function" error at line 686 which I commented out (see below)
function flvmediaplayer_views_post_view($view, $items, $output) {
//return flvmediaplayer_views_feed_argument('post_view', $view, 'flvmediaplayer_recomended_feed');
}
When viewing the settings page I get a bunch of errors.
Firstly the default "Path to flash player:" was a local file path starting with /
The module complained that I hadn't set the path to the player so I changed it to a fully qualified URL and I still get these:
* warning: get_headers() [function.get-headers]: This function may only be used against URLs. in /public_html/sites/all/modules/flvmediaplayer/flvmediaplayer.module on line 49.
* warning: Invalid argument supplied for foreach() in /public_html/includes/common.inc on line 739.
* warning: strtr() [function.strtr]: The second argument is not an array in /public_html/includes/common.inc on line 754.
* warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /public_html/sites/all/modules/flvmediaplayer/flvmediaplayer.module on line 49.
* warning: get_headers(http://drupa5.brightonart.eu/sites/all/modules/flvmediaplayer/mediaplayer.swf) [function.get-headers]: failed to open stream: Success in /public_html/sites/all/modules/flvmediaplayer/flvmediaplayer.module on line 49.
* warning: Invalid argument supplied for foreach() in /public_html/includes/common.inc on line 739.
* warning: strtr() [function.strtr]: The second argument is not an array in /public_html/includes/common.inc on line 754.
I have XSPF Playlist enabled and views. Also audio module.
Using player version 3-15.
I'll try your version 0.7 next as I noticed the dev version was released today!
cheers
Marcus
Comments
Comment #1
marcus_clements commentedchanged to version 0.7, same initial problem so gonna give up here for now.
cheers
Marcus
Comment #2
arthurf commentedThis has been fixed in cvs, I'll release a new version which doesn't have this issue
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.