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.
Hello, i was upgrading my drupal 7.23 installation suggested I upgrade my media module. then it returned a lot of errors (apparently due to lack of write access) and I began getting following error on every page:
Fatal error: require_once() [function.require]: Failed opening required '/home//public_html/sites/all/modules/media/includes/MediaReadOnlyStreamWrapper.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/public_html/includes/bootstrap.inc on line 3100
The site is working in D6 with several groups for different project-teams. Could we upgraded D6 to D7 maintaining the mandatory and private groups?
Thanks in advance
I'm having an issue with the new Tagadelic version, so after updating it, first thing that I've noticed is that there's no configuration link in the modules page, in addition when I create a view the module is not able to display the rendered taxonomy terms giving to me this message:
Please set which field you are using for counting results in the tagadelic display.
Do someone knows how to fix this problem, do I need to make something with the taxonomy terms?
Let me know if you can.
I have an existing Drupal site A, running Drupal 6 with some custom content types, views and content.
I want to update this to Drupal 7, but to get rid of some old stuff, I prefer to install a new site B.
I now want to migrate some content types, views and content from A (currently Drupal 6) to B (Drupal 7)
What is an recommended way to do that?
I thought about using the "features" modules, but that would then complain about some dependencies not being met in B since some modules now have different names ("content" from CCK, I think).
We are currently hosting a system of 3 servers containing Drupal 5 and Drupal 6 installations in a multi-site configuration, with a total of about 750 active sites. The sites have a common core, but independent databases for each installation. We're looking to migrate to Drupal 7 in a similar multi-site configuration, but finding the management of the sites is overwhelming, especially for upgrades. For major upgrades, we're having to update the core and default install, then touch the upgrade.php for each site, which understandably is a very time consuming activity.
I followed the instructions for the upgrade process and the site is running pretty smoothly for the most part, but I am having trouble resolving some errors in the Content Migration portion.