Bug #16780
closedWhite Page when editing Contenttype Table
0%
Description
Make a new Install of Typo3. Use Templa Voila and css_styled_content. Put a new Contenttype "Table" whith some "Hello World" Text in and safe. Then go on the pencil to edit. A white Page appear - no editing is posible. If you switch off "css_styled_content". you can edit. If you Switch again on, editing is again not possible. We have this Problem on the Serverconfiguration with the hotest php and mysql version. At the older Configuration all is fine.
Versions we use:
-TYPO3 4.0.3 (Zip and Unix Pakages tested)
-CSS styled content (Systemextension 0.3.1)
-TemplaVoila! 1.1.1
-Static Info Tables 2.0.0
Workaround - Use another Table Extension:
extended Table th_exttable 1.2.1
Extended Table Service th_exttableservice 0.2.0
Serverversions:
Apache/ 2.2.3 (Unix)
PHP / 5.2.0 Server
MYSQL / 5.0.26
(issue imported from #M4639)
Files
Updated by Michael Stucki almost 18 years ago
There is a reason for the white screen. Please enable error logging and check the output.
Updated by Jan Entzminger almost 18 years ago
If you mean the Error Output in the index.php File of the Installation:
error_reporting (E_ALL);
we had made. But nothing had been output on the screen whan we click the pencil and the white page appears.
Updated by Jan Entzminger almost 18 years ago
It must be something todo with PHP 5.2. All Lot of People got the same Problem. And some Extension wont work anymore fine => for example mc_automaketemplates.
Updated by Administrator Admin almost 18 years ago
in IE the "white page" is an 404 error. So somewhere the URL
/typo3/alt_doc.php?returnUrl=%2Ftypo3%2Fsysext%2Fcms%2Flayout%2Fdb_layout.php%3Fid%3D15&edit[tt_content][7,]=edit
translated: /typo3/sysext/cms/layout/db_layout.php?id=15&edit[tt_content][7,]=edit
goes bananas. I've checked both files and they are present.
I;ve uploaded the debug log for debugging purpose.
Updated by Jan Entzminger almost 18 years ago
I dont Know but perhaps its the same Problem like this one:
http://bugs.typo3.org/view.php?id=4678
or this:
http://bugs.typo3.org/view.php?id=4487
I Think the Problem is solved.
Updated by Oliver Hader almost 18 years ago
It looks like it's the same problem...
Did you integrate the patch-file from one of the mentioned bug-ids?
If the error disappears, this issue is solved.
Updated by Jan Entzminger almost 18 years ago
Sorry, if got no Shell Access to this Account. So i couldn`t find out.
Updated by Nikolas Hagelstein about 17 years ago
update Static info tables there is a stupid bug in it :
something like function cannotremeber($x,$q, $this) {...} (note the $this).
Updated by Christian Kuhn over 15 years ago
This one can be set to resolved, solution: duplicate of #4678 (requested by reporter).