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've been using drupal for a couple of days, and so far I like it, however there are a few things that I'd like to be able to do (better), or know how to do.
Got to the point where I'm trying to send the first test message. While submitting my email address for the list, I got a series of errors due to -Unknown column 'drupalid'-:
----Begin Error Snipits----
Unknown column 'drupalid' in 'where clause' query: SELECT *, email AS mail, email AS name, uniqid AS hash FROM phplist_user_user WHERE drupalid=1 in /home/newengl/public_html/includes/database.mysql.inc on line 66.
I need to make a page that will display the latest (1) blog from a user. I have a newsletter user that I need to display the entire weekly blog. I like this script, but it uses categories, I need one that will only call a user and call the last blog node from that user.
I'm hoping someone can tell me how to get this working. I'd like to have users be able to receive email notifications when new content or comments are posted on the site. I enabled the Subscriptions module and everything seemed to be working, but no emails were ever sent. So I disabled the Subscriptions module and tried the Notify module. I set up notifications for a test user and added some new content. Then I clicked "save and send now" at administer >> users for the test user. Then I manually ran cron so I wouldn't have to wait for it to run again per the cron schedule.
I have a Drupal website at hiphopco-op.com. I love Drupal and everything works great except that I can't get Google to index the site, not a single page.
Both Yahoo and MSN have picked it up but I have had no luck at all with Google. I'm worried that it is a configuration problem because I ran the Sitemaps module on this site and the Google sitemaps site tells me I have HTTP errors.
Has anyone else had this issue? I realize that there aren't many incoming links to this site but I've had other sites that have been picked up by Google with no incoming links at all.