I have a site hosted with godaddy.com. I tried upgrading my site from 6.20 to 7.0 with their point and click upgrade button. I keep getting this error among others...
PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'disabled' in 'where clause': SELECT nt.* FROM {node_type} nt WHERE (disabled = :db_condition_placeholder_0) ORDER BY nt.type ASC; Array ( [:db_condition_placeholder_0] => 0 ) in _node_types_build() (line 706 of /yoursitehere//modules/node/node.module).
I am using the "field_collection" module, which has the ability to add action links of "Add", "Edit" and "Delete" to my node for that field (added via Content Type). My issue is that I can't repeat this functionality using a custom node theme.
It appears all these items and coming from the pre-rendered $content variable.
Any help would be extremely appreciated. Thank you.
Pardon if I'm reduplicating an issue; I searched, really I did; found similar recent questions, no good answers. I'm thinking the answer may be "can't do it yet"? FYI, we're up2date on D7, Views, and Token, all modules; we flush our caches, wash behind our ears.. but just can't figure this one.
Drupal is driving me nuts right now. I was working on a new site, going along well.... and I went to create a new "article". So I clicked "Add Content" in the short cut bar, and instead of the standard list of content types, I get this:
You have not created any content types yet. Go to the content type creation page to add a new content type.
Our webmaster is out of commission due to health problems and our Drupal site has our old work emails, so we can not reset. Our usernames. passwords and emails no longer working.
Are we out of luck? Should we start a new site and abandon this one? Hope not, our domain name is pointing to it. Any help would be appreciated.