I get various errors while uninstalling Drupal 6 modules after I installed Drupal 7. I am wondering what I should do since I am unable to uninstall these modules which do not have Drupal 7 versions.
For example: Fatal error: Call to undefined function db_fetch_object() in /sites/all/modules/nodeformsettings/nodeformsettings.install on line 21
Fatal error: Call to undefined function db_placeholders() in /sites/all/modules/nodewords/nodewords_basic/nodewords_basic.install on line 35
I recently tried to upgrade from 6.20 to 7, and I forgot to make a back up of the site; I only backed up the database. So after I ran update.php, I got an error, sort of freaked out, and restored my old database. As a result, when I go to my website, I get the message:
"
The website encountered an unexpected error. Please try again later.
Uncaught exception thrown in session handler.
"Structure" and "Configuration" options are showing up on the toolbar for users who have no permissions in those areas (that I can tell). When the user clicks on one of those options, we get a "You do not have any administrative items" message.
I have gone through and clicked permissions boxes one-by-one, saved permissions, and checked. Nothing seems to do the trick. Ideas?
I'm new to drupal and I've got a problem with the CKEditor and WYSIWYG Module that allows me to use it. It might be me failing to set them up correctly but basically all I get is the fully functional editor with every toolbar option (once i selected them all in WYSIWYG options) but the buttons don't have images!!!
I'm a relative novice with regard to Drupal development and mechanics, but I am comfortable working with code and experimenting to steer my development in my intended direction. That said, this question is being asked for the sake of efficiency, being on a relative time limit as I am!
I am wondering how one might go about pulling information from an Aggregator feed item and automatically placing the appropriate data into relevant fields of a piece of content. For example, if a user wants to create a discussion topic (which is a content type I've defined) based on an aggregated news story, I'd like to be able to add a one-click functionality to each feed item that will place the title of the feed into the title field of that content type, the link to the story in a link field, etcetera, and then allow the user to continue editing the content with that data already in place.