I don't know how this could have happened, but on my last upgrade one of my content types went missing. The content is still there but the content type is not in the content type list, therefore making it impossible to add or edit content. Any help on this would be seriously appreciated.
I recently upgraded to Drupal 6 from Drupal 5. (It was, unfortunately, very painful). I am still trying to work all the glitches out. The main being my menu system. We are running the domains module. Each domain has it's own of the following tables:
Hi, please excuse a possibly confused question from a complete newbie - I have just upgraded from version 6.13 to 6.15 and also installed various module updates. I now have two issues:
1) I get the error messages below which I frankly don't understand:
* user warning: Unknown column 'node_data_field_date.field_event_cck_value' in 'where clause' query: SELECT COUNT(*) FROM (SELECT node.nid AS nid FROM node node LEFT JOIN content_type_event_date node_data_field_date ON node.vid = node_data_field_date.vid LEFT JOIN content_type_opportunities node_data_field_event_cck ON node.vid = node_data_field_event_cck.vid WHERE (node.status <> 0) AND ((DATE_FORMAT(node_data_field_date.field_date_value, '%Y-%m') >= '2010-01') OR (DATE_FORMAT(node_data_field_date.field_date_value2, '%Y-%m') >= '2010-01') OR (DATE_FORMAT(STR_TO_DATE(node_data_field_date.field_event_cck_value, '%Y-%m-%dT%T'), '%Y-%m') >= '2010-01') OR (DATE_FORMAT(STR_TO_DATE(node_data_field_date.field_event_cck_value2, '%Y-%m-%dT%T'), '%Y-%m') >= '2010-01')) ) count_alias in /sites/MYSITE/web/sites/all/modules/views/includes/view.inc on line 739.
Hi, I needed some enlightenment on upgrading Acquia Prosper theme.
I had installed the previous version of this theme sometime back and did made changes to the css file to suit my design but before I did any of the changes, I duplicated a copy of the css file and made changes on the duplicated copy only.
could you please suggest me a module for the connection to an external DB?
I don't know whether this module exists in Drupal. It would be very useful for me, since I have to make queries to an external database. I've read that some people tried to do this by simply writing PHP pages in their drupal sites, but failed to connect to their external database. So I'd prefer using a functioning Drupal module.