Bug #16614
closedclickmenu on pagetree icons does not work
0%
Description
click on pagetree icons does not work, n with mozilla return that error:
Errore: xmldoc has no properties
http://localhost/testsite/typo3/alt_db_navframe.php??currentSubScript=sysext%2Fcms%2Flayout%2Fdb_layout.php
Row: 131
the typo version is 4.01 not 4.0
(issue imported from #M4317)
Files
Updated by Michael Stucki about 18 years ago
Not reproducable. Can you reproduce this on a fresh 4.0 installation with dummy-site?
Updated by SPOOKY XY over 17 years ago
I know tis problem, too...
Version 4.1.1 (fresh with dummy)
at IE and Firefox
some error in "class.t3lib_ajax.php"???
Version 3.8.1 works fine.
Updated by Franz over 17 years ago
It's the first time I'm working with typo3, and I also got this error with a 4.1.1 source+dummy installation.
I found the cause in my case after checking the ajax network traffic with wireshark:
ini_set('display_errors',0) should avoid any error output of alt_clickmenu.php, but in my case this function was disabled and caused some output. Afterwards the contenttype couldn't be set to html/xml and the ajax-stuff failed to parse the error/xml mixture...
Maybe Typo3 should check this issue...
Updated by Yannick Pavard almost 17 years ago
same problem today.. after copy of website (+bdd) from dev to prod ;-(
Updated by Benni Mack almost 17 years ago
I need some more information here:
- Does this happen with every TYPO3 installation you have?
- Does this problem still occur with TYPO3 4.1 or even with TYPO3 4.2 alpha?
- Do you use Windows webserver or a Linux machine as server?
- Does it happen with every browser?
Updated by Yannick Pavard almost 17 years ago
Hello
- Does this happen with every TYPO3 installation you have?
No, just after sysadmin copy file+bdd on another server...
- Does this problem still occur with TYPO3 4.1 or even with TYPO3 4.2 alpha?
Testing with TYPO3 4.1.2
- Do you use Windows webserver or a Linux machine as server?
Linux, SLED
- Does it happen with every browser?
Testing with Firefox.. only ;-(
Updated by Georg Ringer over 13 years ago
- Status changed from Accepted to Closed
- Target version deleted (
0) - PHP Version deleted (
5)
pagetree is completly rebuilt by using extjs, works now ;)