I'm new to drupal development and my question is certainly simple for you, but I'm searching how to realise it for many days now...
I use the views module and I'm searching how to display the content by term or vocabulary which is parent to this content ?? Which argument or filter may I use ??
I'm setting up a site for my local sports club and have just a few things that I want it to do: aside from normal 'news' pages I'm only planning a calendar of events (matches, meetings etc.), and a few forums (1 to include match reports) - for the moment anyway.
I've created a custom form to describe a 'match' event on which I have 6 user reference fields (Player_1 to Player_6), validated against users on the system.
The PHP version installed on their shared servers is 4.3.2 and they refuse to update it as its on a shared server...so I'm stuck with Drupal 4.7.x
Anyways, after uploading the directory via FTP to the server and creating a database etc, when I attempt to go to the directory I get the following error:
[b]Fatal error: Call to undefined function: block_list() in /var/virtual/web/w0305/html/main/includes/theme.inc on line 936[/b]
I have correctly configured my user/pass etc and get the above message.