I just installed drupal 4.3.2 on a linux rh9 + apache 2.0 + mysql 3.23. I'm starting to play around with it: create user account , create content.. But when i try to search for content in the administer corner i'm getting consistently this fatal error:
Fatal error: Call to undefined function: do_search() in /home/drupal/modules/node.module on line 484
I'd like to avoid to dig in the code and see if someone has an idea or an answer to this issue.
The above post had 91 reads and no comment and I've seen the same question in some other posts without an answer so it's either so simple they figured it out or they gave up and moved on to something else. I'm even dumber and more persistent.
The taxonomy module outputs a list of nodes which generally includes title, submission details, links, and teaser. This is fine for the front page, but is there any way to have taxonomy output, for example, just the title and name of poster in a simple list, without all the additional details? So when you click on a link such as taxonomy/page/or/34 you get something like:
Story title 1, submitted by John Story title 2, submitted by Alice Story title 3, submitted by Mary...
Hey there, I'm having a problem with the filestore module. I think it's something dumb that I'm overlooking, but I've looked everywhere I can think of. Hopefully someone else has run into this problem and can help.