Bug #31470
closedContent Element Layout -> Top Margin & Bottom Margin fields are ignored at saving record
0%
Description
Hello
We are currently experiencing a strange issue with a TYPO3 4.5.5 Backend. At no matter what content element the three fields Top Margin, Bottom Margin and Indentation and Frames are not written to the database after clicking the save button. The Fields just stay empty every time! It looks like TYPO3 cannot see that anything has changed.
See attached screenshot for the exact location of the fields.
What has already been tested:
- Converting the tt_content table to proper utf-8 (for some reason that wasn't) --> no success
- Initially changing the value in phpmyadmin to check whether it works at all --> no success
- Turned on sqldebug in TYPO3 install tool to track the queries done --> Could not find any corresponding update statement.
Has anyone experienced a similar behaviour in backends of v4.5.5?
Thanks a lot for inputs
Florian Baumann
Files
Updated by Markus Klein about 13 years ago
Hi Florian!
Thanks for reporting.
At first I want to mention that you're using an insecure TYPO3 Core version. (http://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2011-002/)
Please update to 4.5.7.
As you say that there's no SQL query at all, can you please check if you encounter any backend (javascript) errors?
You can use the $TYPO3_CONF_VARS['BE']['debug'] setting for enabling the backend console.
Thank you.
Updated by Francois Suter about 13 years ago
- File spaceafter_spacebefore_normal.png spaceafter_spacebefore_normal.png added
- Status changed from New to Needs Feedback
Hi Florian,
I am unable to reproduce this. There must be some extension interfering I would say. Some of things you could check (beyond what Markus already mentioned):
- do you see any error in Admin Tools > Log (if some values are not saved properly to the database, an error normally shows up there)?
- check the configuration of one of these fields in Admin Tools > Configuration (see attached screenshot showing a perfectly normal configuration)
- check the ext_tables.php files of the various extensions install and the typo3conf/extTables.php file to see if anything is affecting spaceAfter, spaceBefore and section_frame
If all else fails, try uninstalling extensions one after the other to try and find the culprit.
Updated by Florian Baumann almost 13 years ago
Hi
Sorry it took so long for my feedback. We have found the bug.
It was one of our custom extensions which modified the global TCA and still expected TYPO3 to work like an older version than 4.5. After changing the plugin based TCA file, the error was gone.
Thx a lot!
Issue can be closed.
Greets
Florian Baumann
Updated by Stefan Galinski over 11 years ago
- Status changed from Needs Feedback to Closed