[TYPO3-templavoila] Problem: Your User settings don't allow creating....

Andreas Becker ab.becker at web.de
Tue Dec 4 17:43:19 CET 2012


Updating from 4.7.1 to 4.7.2+ requires deleting the field "t3ver_swapmode",
which is needed by TemplaVoila:

ALTER TABLE pages CHANGE t3ver_swapmode zzz_deleted_t3ver_swapmode
tinyint(4) NOT NULL default '0';

Don't do that (or recreate it, if you already deleted it), and TV will run
on 4.7.2+.

ALTER TABLE pages ADD t3ver_swapmode tinyint(4) NOT NULL default '0'

By the way TemplaVoila 1.8 is out!

Andi

On Tue, Dec 4, 2012 at 11:09 PM, Hans-Peter M. <istbanane at googlemail.com>wrote:

> Am 04.12.2012 12:58, schrieb Hans-Peter M.:
>
>  Hello,
>>
>> i have a problem after upgrade to typo3 4.5 and TemplaVoila 1.7.0.
>>
>> A normal user gets the message "Your User settings don't allow
>> creating...".
>>
>> In the backend there are no icons to create a new content-element.
>>
>> Have someone a hint for me?
>>
>>
>> regards
>> hans peter
>>
>>
> I found the problem.
> A fu*** small tick was missing.
>
>
> regards hans peter
>
> ______________________________**_________________
> TYPO3-project-templavoila mailing list
> TYPO3-project-templavoila@**lists.typo3.org<TYPO3-project-templavoila at lists.typo3.org>
> http://lists.typo3.org/cgi-**bin/mailman/listinfo/typo3-**
> project-templavoila<http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-templavoila>
>


More information about the TYPO3-project-templavoila mailing list