I keep receiving this error from one of the modules. I've tried changing the settings ona couple of areas to try to determine which one but I guess I am too new to Drupal to figure it out.
I only get this one on the front page. Is it something that I have set wrong or a bug in an add-on module. I've installed most if not all modules testing and evaluating them. Maybe I got too carried away?? LOL
I am developing a module that is controlling access to content. However, at the moment, despite having given what I think is access to a given node to the anonymous user the front page is empty (or at least it asks him to create the first admin account). I want to track down what is happening. Can anyone tell me in which module the contents of the front page are constructed
Currently I'm trying to update the guestbook module for drupal 4.4 (http://drupal.org/node/7673) to 4.5.
Within the entries I want to display the user picture of registred users with an uploaded picture in their profile using the theme_user_picture($account) function.
Unfortunately this function returns nothing, although user pictures are enabled an the user has an uploaded picture.
What I'm doing wrong, or is there an other (better) way to display the picture?