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.
When I try to load membership module using Drupal 4.3.0, I get this MySQL error and I can't figure out what it's trying to tell me. Is there a problem with my table structure?
user error: Unknown column 'u.homepage' in 'field list'
query: SELECT u.uid, u.name, r.name AS role, u.mail, u.homepage, u.data FROM users u LEFT JOIN role r ON u.rid = r.rid WHERE 'authenticated users, administrators' LIKE CONCAT('%', r.name, '%') AND status = 1 ORDER BY r.name, u.name in /home/lindgret/public_html/drupal/includes/database.mysql.inc on line 90.
I have another problem. Before I describe it, I just want to thank everyone here for being so helpful. Without this forum, I don't think I could have successfully implemented Drupal.
The problem: registered users can view the results of a poll. They click on the View Results link and nothing happens.
Hello all,
This morning I finished the installation of Drupal. I'm really happy with the result. I've seen the sites running Drupal and I can't wait to create one myself. However. The manual says that you have to edit php.conf so that custom navigation links is commented out so a navigation bar appears on every page. I did exactly so, but there is no bar :(
Could anyone shed a light on this please?