Hi!

I had the views module perfectly working at my development site, and after trying some modules related to cck and taxonomy, it is working at least with the following flaw:

- When adding or editing a view, no fields are available for me to add to the view, as well as no sort criteria ..

Is there a way to recover this module?

Regards,
Carlos.

Comments

vm’s picture

ignore double post

vm’s picture

not enough information:

Which version of views.module ?

after trying some modules related to cck and taxonomy

Which modules ?

To narrow down exactly what module is causing the problem, you may need to disable the modules one at a time to find the culprot.

JirkaRybka’s picture

Plus, Views frequently show changes (especialy done to fields/filters/sorts provided) only after clearing the cache, this might be confusing. New Views have a button to clear it on admin pages, otherwise it's a task for PhpMyAdmin.

M.J. Taylor’s picture

If you're in your Dev sandbox, just turn all caching off...

Administer >> settings >> cache

which tends to help if you're doing testing/QA with multiple browsers

MJ

zottmann’s picture

Thanks for everyone that replied!!

Sorry for the very incomplete post! I surely had to state all the modules and versions...

Anyway, I solved the problem by disabling the modules one at a time, and the one that caused the trouble was content_taxonomy, version 5.x-1.x-dev. It has a content_taxonomy_views funcionality that I suspect caused the problem ...

The views module is the 5.x-1.6-beta5 version.

Surely its not advisable to play with beta and dev modules together, but these were the newest versions by the time I downloaded them. Just checked it out and got to know that the views module just got an official release ...

Thanks again!!