Hi,
I'm, wondering what the meaning of bool2 in #cck_core_fields.
The reason I'm asking is because I have problems with the Select Dynamic Cascade plugin.
I created a bunch of fields using this plugin, all related using the "group identifier" fields.
I have 1 "Start", 5 "In Between" and 1 "End". The last 4 "In Between" and the "End" are using Free SQL queries whereas the "Start" and the first "In Between" use the Construction mode for the SQL query.
There is a bug in the plugin that keeps the "Value" and "Parent" column as mandatory even for Free SQL queries. And It was getting me an error message when saving. I therefore tried to remove them in the "Options2" field manually. Now I don't get the error message but I'm unable to save the fields that are defined as Free SQL. My storage is now "Custom" | "Article" | "introtext[name_of_field]" as these fields are part of a subcontent type called via a GroupX. I chnaged it becasue for some reason I noticed inconsitent values in the database for the storage options (introtext in the #cck_store_form_content_type table)
In my form they all behave as expected, however they never get saved to the database
Any idea what's going on?
I checked my max_input_vars and max_file_uploads parameters they are set to 3000 and 50 respectively.
Also now I get an error message in the front end when I try and save a new content:
Warning: htmlspecialchars() expects parameter 1 to be string, object given in /libraries/cms/cck/plugin/field.php on line 827
I was not getting that error before. Meanwhile I upgraded from Joomla 3.2.3 to 3.3.0 I wonder if it's related.
Thanks in advance.
Xav.