Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have posted this before but got no response and was burried at the bottom of a thread, so i'm trying again as i really need to get this rss thing sorted for all my developing sites!
I have aggregator2 working and the cronjob via cpanel seems to be working (states cron run completed in admin logs), however, i get errors with the 2 feeds i am using:
Failed to validate aggregator2-feed for [FEEDNAME]: The supplied input format is invalid..
I have been seriously looking at Drupal lately because of the core features and mods.
I would like to find a way to give hierarchical permissions according to the example below:
I currently have a large site with about 200 content writers and admins. The site has different departments such as "Youth Department" and "Christian Education". It is also organized in other ways, such as by region or ministry.
I had a 4.6 website with the 4.6 version of views, and it worked perfectly.
Now I created a 4.7 website, with the 4.7 version of views, and when I activate the module I have the following message :
Fatal error: Call to undefined function: drupal_get_path() in c:\program files\easyphp1-8\www\modules\views\views.module on line 52
And after that my website does not work anymore, I have to remove the "views" folder from my module directory.
Im wondering how you setup an RSS feed for each particular blog within one site. We are planning on having quite a number of blogs within our site and I would like our users to be able to subscribe to any blog they want. Is there a specific module or setting I need to tweak for this?
Syndicate is already enabled and works fine, but it pools all the content into that one feed.
I recently downloaded the Flexinode module. I placed the appropriate files in /modules/flexinode/. I then ran the MySQL script in our database and setup that table.
I then saw Flexinode in admin>modules so i enabled it.
Now im in Admin> content and click Content Types. the following error is presented to me:
Fatal error: Call to undefined function: drupal_add_js() in /home/oziumjin/public_html/modules/flexinode/flexinode.module on line 361
I looked into the flexinode.module file and line 361 is: drupal_add_js('misc/collapse.js');