[TYPO3-english] Can't save TypoScript in backend

d.ros projects at r-system.de
Sat Aug 31 21:21:07 CEST 2013


Multiple Possibilies

#1 You don´t have permission to.

Check "log" Module in backend for any occurance

#2 Your browser runs into an error - perhaps a js problem or a problem 
with a installed browser extension

Check DevTools of your browser or switch testwise to chrome or ff

#3 Any other error on the serverside

Dig into server log´s and enable backend debugging by dropping these 
lines into localconf.php and modify IP to your client ip address, so 
error output is bound to your client. Change systemLog path to your needs.

$TYPO3_CONF_VARS['SYS']['displayErrors'] = '2';
$TYPO3_CONF_VARS['SYS']['devIPmask'] = '89.183.26.187';
$TYPO3_CONF_VARS['SYS']['errorHandler'] = '';
$TYPO3_CONF_VARS['SYS']['debugExceptionHandler'] = '';
$TYPO3_CONF_VARS['SYS']['productionExceptionHandler'] = '';
$TYPO3_CONF_VARS['SYS']['systemLog'] = 'file,~/phperror.log,2';
$TYPO3_CONF_VARS['SYS']['enable_errorDLOG'] = '0';
$TYPO3_CONF_VARS['SYS']['enable_exceptionDLOG'] = '0';
$TYPO3_CONF_VARS['SYS']['syslogErrorReporting'] = 'E_ALL ^ E_NOTICE';	
$TYPO3_CONF_VARS['SYS']['belogErrorReporting'] = 'E_ALL ^ E_NOTICE';

http://docs.typo3.org/typo3cms/CoreApiReference/ErrorAndExceptionHandling/Configuration/Examples/Index.html 



Cheers

David

Am 31.08.2013 21:02, schrieb Andrey Vasilyev:
> Hello!
>
> For some reason I can't save the TypoScript in Constants or Setup text areas. When hit save button the the frame with RTE editor just goes white blank. If I try to edit the same TypoScript again backend shows the same text as it was before I tried to modify it. So the save button doesn't work! What could be the reason of such behaviour? May be something is wrong with persmissions?
>
> I have TYPO3 4.5.25
>
> Best regards,
> Andrey.
>



More information about the TYPO3-english mailing list