[TYPO3-english] feeditadvanced: "loading editing form" endless
Stephan I.
grac at gmx.ch
Tue Apr 27 08:52:32 CEST 2010
supplement from firebug:
<iframe
src="index.php?eID=feeditadvanced&TSFE_EDIT%5Brecord%5D=tt_content%3A5157&TSFE_EDIT%5BdestinationPointer%5D=tt_content%3A5156%3AsDEF%3AlDEF%3Afield_fceleft%3AvDEF%3A1&TSFE_EDIT%5BsourcePointer%5D=tt_content%3A5156%3AsDEF%3AlDEF%3Afield_fceleft%3AvDEF%3A1&TSFE_EDIT%5BflexformPointer%5D=tt_content%3A5156%3AsDEF%3AlDEF%3Afield_fceleft%3AvDEF%3A1%2Ftt_content%3A5157&TSFE_EDIT%5Bpid%5D=709&TSFE_EDIT[cmd]=edit&pid=709">
<html>
<head></head>
<body>
<br>
<b>Fatal error</b>
: Call to a member function isFrontendEditingActive() on a
non-object in
<b>/[...]/typo3conf/temp_CACHED_FE_ps434d_ext_tables.php</b>
on line <b>939</b><br>
</body>
</html>
</iframe>
line 939 being:
if (TYPO3_MODE == 'BE' || (TYPO3_MODE == 'FE' &&
isset($GLOBALS['BE_USER']) &&
$GLOBALS['BE_USER']->isFrontendEditingActive())) {
On 27.04.2010 07:30, Stephan I. wrote:
> hi english list
>
> since i got no answer in the german list, i try it here.
>
> i have searched in all lists, but can't find a solution to my problem:
>
> i have 2 typo3-installations with each a exact mirror on the same server.
>
> - one installation and its mirror opens the FE edit window without
> problems, after having to re-login when clicking on the "edit" button.
> the system seems to be able to resolve the URL: http://mydomain.ch/#
>
> - the other installation and its mirror hangs endless "loading editing
> form". when i click on the "close" button, i get a 404. it seems as if
> the system can't resolve the URL: http://mydomain.ch/#
>
> versions (identical in all installations):
> - typo3 4.3.3
> - feeditadvanced 1.3.0
> - templavoila 1.3.7
>
> all caches are always cleared, again and again
>
> TS-setup:
> page.20 = USER
> page.20.userFunc = tx_templavoila_pi1->main_page
> page.20.disableExplosivePreview = 1
> config.admPanel = 1
>
> TSConfig:
> admPanel default-werte for admin.
>
> any hint or help?
>
> thanks
> stephan
More information about the TYPO3-english
mailing list