46 Posts
Junior [Caju]
7 years ago
5
Topic

Hi Guys, I'd like to know if there are any field limits per content type.

I have already changed the variants of php.ini and I was not successful, today I have a content type that has 108 fields where 16 fields does not work.

If anyone can help, thank you, see you later.

Get a Book for SEBLOD
4229 Posts
Kadministrator
7 years ago
1
Level 1

You need to increase max_input_vars seting in php, it needs to be at least 3000

46 Posts
Junior [Caju]
7 years ago
0
Level 2

Hello klas, thanks for the reply, but I've already left it at a high value it's at 10000 and I've changed max_file_uploads to 50 and even then I'm having that difficulty.

4229 Posts
Kadministrator
7 years ago
1
Level 1

Are you getting any errors, e.g. javascript?

46 Posts
Junior [Caju]
7 years ago
0
Level 2

No error, all right ...

I created the fields with the storage in Standart - Free and in the parameters I chose a table that I created, but I realized that some fields did not use the parameter with the table that I created but created a new one with the name of the field.

Could this have anything to do with this error? Is this behavior normal? I already tried to delete these fields, and create again to save in the table that I created but it came back to save as I mentioned above.

See the print, where it is in blue is the table that it saved automatically, the correct table would be ..._cck_store_item_content_2

46 Posts
Junior [Caju]
7 years ago
0
Level 1

I think I found the error, to test I created the fields slowly and I was testing and I realized that seblod is doing the following:

When saving the content, it is saving in a row in the database with id 0 and on the next line saves only the id of the article so the content is not displayed.

See the print below:


Someone has gone through this, some idea why this is happening. 

Thank you.

Get a Book for SEBLOD