I've got a Drupal site with several forms, and each form has several fields. When trying to select specific fields for display, I am not getting a full selection of all the fields generated on my site. So while I get a lot of fields to choose from, key fields are not available for display.

Comments

Kacey3’s picture

So, yeah, 2 months and no update? Is this project actually active?

hendrohwibowo’s picture

I've been scratching my head around it for many hours too and feeling very frustated.
but you know what, I solved it! by accident of course, 'cause i am not programmer and do not understand anything in the codes.

I clear mysql cache table in command line. apparently when we flush all caches in drupal it does not flush all caches. but as luck would have it, i've come across one drupal support question How to properly 'clear' the accesslog, cache, and watchdog tables in my database?, tried it and checked my field in views again, there they are now!!

run the SQL statement to clear the contents of the cache table:
delete from cache;

Hope this help, if it does not, then i don't know anymore..... :) good luck.