[TYPO3-v4] New EM: may be a bug, may be not

Steffen Kamper info at sk-typo3.de
Thu Jan 13 21:37:36 CET 2011


Hi,

i have no real clue why you have this problem, here some insights that 
may help to find the problem.

Are requests using same domain? Means, has ajax.php call same url as BE?

Try to open em in new tab. Look into source, you should find this code:

<script 
src="ajax.php?ajaxID=ExtDirect::getAPI&amp;namespace=TYPO3.EM&amp;1293573816" 
type="text/javascript"></script>
<script 
src="ajax.php?ajaxID=ExtDirect::getAPI&amp;namespace=TYPO3.EMSOAP&amp;1293573816" 
type="text/javascript"></script>

Click on the file or call this url in browser (first one is ok, em use both)

If everything is fine you should find there something like
Ext.app.ExtDirectAPI = Object.extend(Ext.app.ExtDirectAPI, {"TYPO3.EM": ...

or you see the error message printed in this "file"

vg Steffen


More information about the TYPO3-project-v4 mailing list