[TYPO3-english] Admin user cannot create content

Sergey Alexandrov serg at alexandrov.us
Sat Aug 13 22:40:30 CEST 2011


Yeah, I had to add:

#
# Add field 'tx_extbase_type' to table 'tt_content'
#
CREATE TABLE tt_content (
      tx_extbase_type varchar(255) DEFAULT '' NOT NULL,
);

at the very end of typo3/sysext/extbase/ext_tables.sql (typo3 v.4.5.3, 
4.5.4)



On 8/12/2011 6:43 AM, Jeppe Donslund wrote:
> tx_extbase_type was missing in tt_content table. I don't know why it 
> is gone or not created.
>
> I created it and everything works nicely.
>
> Jeppe
>
>
> Den 12-08-2011 10:01, Jeppe Donslund skrev:
>> Hi
>>
>> After upgrading to TYPO3 4.5.4, my adin account cannot create content
>> anymore.
>>
>> Sorry, you didn't have proper permissions to perform this change.
>>
>> I have checked and compared the database, what else can I do?
>>
>> TYPO3 4.5.4
>> TemplaVoila 1.5.5
>>
>>
>>
>> Kind regards
>> Jeppe Donslund
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


More information about the TYPO3-english mailing list