I successfully upgraded the core modules to 6.33 and then updated some contributed modules. When trying to run the update.php, I get the following error. Additionally, the same error is visible when going to the root of the site.
Parse error: syntax error, unexpected $end in /home/content/m/a/n/****/html/modules/filefield/filefield_widget.inc on line 399
When examining line 399 of the file mentioned in the error, it has the following:
if ($item['fid'] && isset($item['status']) && $item['status'] == 0 && variable_get
Hi there, very new to Drupal and trying to work out if I can schedule a Rule to send an email once the end date given on a content type has been reached, i.e. someone has added a course listing, the course has finished and we want to gain info about the course from the course leader.
I'm finding it hard to find a way to set a condition where by the content type/fields have not changed, the start date is 'any' and the end date is 'todays date'.
In nodereference field of a content type, Is it possible to show the content type name added with the autocomplete results ?
Example :
-----------
I have a content type named Article which has a node reference field (Related content -> field_related_documents), So that this article will referenced to other nodes.
While creating an article, by entering 'help' in 'field_related_documents' I am getting autocomplete results (titles of referenced nodes) like below
I'm very new to drupal and had to support a D6 page.
We are trying to extend the existing page with a new menu item with the help of taxonomy.
I add first a vocabulary and then a term with in it, e.g. catalog. Next I go to my content item, which is called, object. Here I add a new field for content taxonomy.
The result is that the field is shown in the content object and can be selected. I made it visible and clickable via link. So there is a link "Catalog" with the url /catalog.