I've recently installed FileField podcast but am not getting the "FileField podcast" option in the Views "display type" dropdown menu. My modules admin shows that the module is installed and enabled. I'm using Views 6.x-2.0-rc3 and Drupal 6.3.
Thanks for the awesome instruction video on how to get podcasting working in Drupal 6 by the way ... if I could just make the RSS feed ...
Comments
Comment #1
brentsimpson commentedI forgot to note that when I try to create the podcast (as per the video) I get this warning message:
warning: in_array(): Wrong datatype for second argument in /srv/www/web5/web/drupal/modules/filefield/filefield.module on line 289.
but i can make the podcast regardless.
Comment #2
brentsimpson commentedquick fix! ... now I am getting the "FileField podcast" option in the Views but hitting "Add display" gives me this Javascipt error message:
An error occurred at /drupal/admin/build/views/ajax/add-display/Podcast
Comment #3
suydam commentedPlease try the newest ffpc (version 0.3).
This should solve your problem.
Comment #4
brentsimpson commentedI'm still getting exactly the same errors on two different drupal sites with very similar setups.
Drupal 6.3, Views 6.x-2.0-rc3, and CCK Content 6.x-2.0-rc4.
Comment #5
brentsimpson commentedActually i've gotten rid of the first error (when creating a podcast node) by following the instructions here: http://drupal.org/node/295724
but still getting the Javascript Alert when trying to select the Filefield Podcast display in Views.
Comment #6
brentsimpson commentedTried upgrading almost everything ... now on Drupal 6.4 but still getting the Javascript error in Views. Have used Firebug to get a closer look and this is actually what is going on:
Fatal error: Class 'views_plugin_display_feed' not found in /home/meolacre/public_html/waihekeradio/modules/ffpc/ffpc_plugin_display_ffpc.inc on line 5
Comment #7
Rob_Feature commentedA new version is underway. The 0.3 version, as you found, doesn't work properly on all systems. So, watch for a 0.4 version soon. It will function slightly differently (due to the Views API changes) but it will give the same output....standby and watch the project page.
Comment #8
brentsimpson commentedRob ... 0.4 has fixed the Javascript error on the Views page !! but i'm now at the same point as the other request and I don't have anything in my feed. You guys are doing great work though in getting timely releases/fixes out though and I thank you for it.
Comment #9
Rob_Feature commentedYet another version is on it's way :)
The ViewsAPI change really came at a bad time for FFPC. It basically made it so we had to rewrite alot. There is work being done on it as I speak and I expect a new version (which works like the 0.1 version did) should be out shortly....
Standby...again. A good solution is coming. I promise!
Comment #10
brentsimpson commentedRob ... that's done it. Nice work and thanks again.
Comment #11
Rob_Feature commentedFixed in version 6.x-0.5! Horray!
Comment #12
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #13
jimsmith commentedI see this issue was just closed, but I have the same problem. I'm not getting the display type and I'm using the following:
Drupal 6.5
Views 6.x-2.0-rc5
Filefield Podcast 6.x-0.6
Did things change again and break it?
Comment #14
Rob_Feature commentedThanks for reopening the issue. Because of the massive change in the Views API, FFPC 6.x-0.6 no longer works the same. We had to rewrite it to function differently. In theory the following is how you create a feed, although personally I haven't gotten it to work yet:
All of this can be found in the FFPC Documentation. Please post back with success/failures with this new method.
Comment #15
jimsmith commentedI have tried that, but I run into this error:
Please let me add that I greatly appreciate your efforts with this module and your attempts to stay on top of the issue queue.
Comment #16
Rob_Feature commentedMake sure you're updated to the AT LEAST the following versions of the following modules including the latest FFPC (6.x-0.6 didn't work so swell), we're battling incompatibility across the board due to the Views API change:
If you're not using at least these versions you should upgrade. If you are using these versions and are getting this error, please report back.
Comment #17
jimsmith commentedI updated everything. It also appears that I made an error in my Views setup. I attempted to include a Title field in the field, but it appears that's what caused the problem. By removing that field, and leaving only the audio field, I now have a correctly formed podcast feed.
Thank you.
Comment #18
Rob_Feature commentedI'm closing this issue...for new support questions or bugs, please open a new issue.