[TYPO3-mvc] Bootstrap fails and fails and fails

Philipp philippwrann at gmx.at
Mon Jul 1 09:39:59 CEST 2013


Hey there,

i must have a wrong config somewhere, bootstraping typo3 (when all caches are cleared) fails from time to time. But not in a specific schema or something, its kind of random. The most recent error occurs in one plugin-access-control, when i open a page displaying my self-written search plugin the action SearchController->results is displayed, this happens via switchable controller actions. When submitting the searchform on that page it says: The action results is not allowed by this plugin (currently displaying exactly this action). Thats really weird, occurs very often.

2nd error occuring from time to time:
When displaying any plugin it says the table tx_extensionname_domain_model_category does not extist, BUT i allready mapped that model via TS to sys_category. So i dont think there is an error made by me because most time this works. But sometimes not... sometimes typo 3 fails.

How can i determine where the config may causes those problems? I though of the caching mechanism, i used memcached backend for everything in the beginning, but typo3 can use memcached only in a few areas, so i set it back to default values.

When that table mapping error occurs a "clear all caches" action does the job, when je plugin-access error occurs nothing really helps...

Any hints on this?


More information about the TYPO3-project-typo3v4mvc mailing list