I'm trying to install Drupal on my apache 2.0.47, with the last php. But when I try to use the command "mysql -u username -ppassword drupal < c:...drupal\database\database.mysql" I just get the help of mysql as return. Then, I look on the Drupas database, and I see it haven't a struct. So, the command didn't works.
Could somebody tell me what happens ?
And I'd like to know how to translate the entire site. Because on the handbook there is a link to some page where I would modify the translation, but I have not autorization to get in there.
I have just installed Drupal 4.3.0 and love it to bits, elegant, fast and good looking.
However the newsfeeds do not work out of the box, I persistently get the error: warning: fopen("http://www.marketingwonk.com/index.rdf", "r") - No such file or directory in /usr/local/psa/home/vhosts/alphaville.com.au/httpdocs/alpha2/modules/import.module on line 313.
Tried twiddling the module, trying different feeds, nothing but the same error.
Please let me know how dumb I am and why?
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.