I'm running Drupal 6.6 and the current CCK Module. I first noticed this problem when I had finally gotten all the modules needed to create this content type up and going. I'm creating a wiki like archive that uses forms for text input and the book module for structure. The index pages worked really will and I was starting on the listing page content when I noticed the TinyMCE Input wasn't showing up. This lead me to the Text processing option on the config page. It will not save the settings, help text or default text. I had tested this in a test site with no problem but in the past I've experienced problems with module conflicts so I disabled every CCK module other then text and I'm still having the problem.
Here's what happens,
1. create a new content type with the body empty(don't need the additional text field), check the BookMadeSimple option "Allow content type as child of book", enable composite layout, with audio as the Content types that can be referenced and hit save. All is good, content type shows up.
2. click on "manage fields" enter a text field with multiple rows and then click save. No problem again.
3. It opens the "add {content name} settings page. In this case it is Band History so it opens admin/content/node-type/bandprofile/fields/field_bandhistory?destinations[0]=admin/content/node-type/bandprofile/fields. Still all good.
4. Enter the help text, default value, click on required(tried this both with and without and got same result), change the text processing to filtered text and click on save.
5. It opens the "Edit basic information" page at admin/content/node-type/bandprofile/fields/field_bandhistory?destinations[0]=admin/content/node-type/bandprofile/fields with a "Continue" button at the bottom and it opens "Add Band Profile basic information" that is the same at the settings page.
6. I re-enter the information and reset the settings and hit save and it sends me back to the "Edit Basic Information" page again. It just keeps running me in this circle and not saving anything.
7 When I test or return to the manage field and try configure again nothing is saved and you keep getting the same outcome.
Any ideas. This is a key piece to this site doing what I want it to do and without it, I will have to start all over again.
Comments
Comment #1
davoaxiom commentedOK 2 minutes after posting this I searched Drupal again using a different phrase and came across the conflict with the "Block Submit" Module.
As I start to enable modules again, is there any other conflicts that are known? I know that a lot of Drupal is trial and error with modules and conflicts but is there an area of the Drupal site that has a list of conflicts? Seems like this would be a good idea.
Comment #2
Arran commentedDid you ever figure out how to stop this from happening?
I'm having the same problem and I don't have the "Block Submit" Module installed...
What other conflicts are there?
Comment #3
markus_petrux commented@Arran: This is an old issue related to an old version of CCK. Also, it seems it was caused to another module.
I would suggest checking other modules that may generate conflicts with CCK. Try on a separate site where you can install only CCK and test if that works. If it does, then try installing one module at a time until you find the one that breaks CCK.
Comment #4
Arran commentedFirst thing I tried and I've found the problem...
Its in actual fact my custom theme.... Stuck Garland on and it worked straight away...
Is there anything I could have in my page.tpl that would cause issue?