Very odd thing, that I hope I can explain well enough for folks.....

I have a Custom Content type called "brewreview". Users select various drop-down boxes to assign the review to various Taxonomy terms, from a total of four Vocabularies.

Anyway, when I have one or more Vocabularies assigned to the brewreview Content Type, this disables the Submit and Preview buttons.

No feedback, no error code, just buttons that do nothing.

When I take off the Vocabularies from the review Content Type, the Preview and Submit functions work just fine. But without any Terms, of course.

I've seen a ton of posts that seem to sorta-kinda emulate this behavior, posts regarding the Forum module not working correctly after going to 5.3 or higher. The quick-fix those threads seemed to point to was to ensure that the Custom Content type (in this example, Forum) had the Vocabularies assigned correctly.

Not a problem here -- all four of my Vocabularies are associated with the "brewreview" Content Type. And are visible and selectable on the submit brewreview page.

Anybody have any clue what I'm talking about here? It only showed up when I upgraded from 5.3 to 5.5 last night.

Any/all comments most welcome. This is a deal breaker for a website that has the name "review" right in the URL...! :-}

Cheers,
//TB

P.S. If folks want to see this for themselves, go to http://brewreview.info/beer and login as username tester, password tester123

Comments

brewreview.info’s picture

Priority: Normal » Critical

Anyone?
//TB

asimmonds’s picture

Category: bug » support
Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

If I disable javascript, then previewing a brewreview works for me. Try disabling each of your javascript generating modules (eg hierarchical_select) and test.

brewreview.info’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

You hit it dead on: it's the hierarchical_select module that is throwing everything off....

Thank you very much for pointing me in the right direction!

Cheers,
//TB

brewreview.info’s picture

Title: Can't Submit (or Preview) when Custom Content uses Taxonomy(s) » Can't Submit (or Preview) when Custom Content uses Taxonomy(s) FIXED

To post a FIXED follow-up (in case other folks run across this issue in the future), this was a dumb mistake on my part.

Turns out that I forgot to update my /misc/jquery.js file with the latest version.

Working just fine now. :)

Cheers!
//TB