{"id":3040,"date":"2014-03-15T02:03:38","date_gmt":"2014-03-15T02:03:38","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/03\/15\/uncaught-typo3-exception-1233058294-reflectiondata_simexchange-download-is-not-a-valid-cache-entry-identifier-collection-of-common-programming-errors\/"},"modified":"2014-03-15T02:03:38","modified_gmt":"2014-03-15T02:03:38","slug":"uncaught-typo3-exception-1233058294-reflectiondata_simexchange-download-is-not-a-valid-cache-entry-identifier-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/03\/15\/uncaught-typo3-exception-1233058294-reflectiondata_simexchange-download-is-not-a-valid-cache-entry-identifier-collection-of-common-programming-errors\/","title":{"rendered":"Uncaught TYPO3 Exception #1233058294: &ldquo;ReflectionData_SimExchange Download&rdquo; is not a valid cache entry identifier-Collection of common programming errors"},"content":{"rendered":"<p>I have a problem with my extbase extension in TYPO3 4.7.10. The error occurs when I place a widget via typoscript into the page. The code for this widget is the following:<\/p>\n<pre><code>plugin.tx_simexchangedownloads.widgets {\n  search = USER\n  search {\n    userFunc = tx_extbase_core_bootstrap-&gt;run\n    pluginName = Simexchangedownloadsmain\n    extensionName = SimExchange Download\n    controller = Download\n    action = list\n\n    settings =&lt; plugin.tx_simexchangedownloads.settings\n    persistence =&lt; plugin.tx_simexchangedownloads.persistence\n    view =&lt; plugin.tx_simexchangedownloads.view\n  }\n}\nlib.search &lt; plugin.tx_simexchangedownloads.widgets.search\n\nlib.subMenu &gt;\nlib.subMenu &lt; lib.search\n<\/code><\/pre>\n<p>But every time I want to open the site I get the Error:<\/p>\n<pre><code>#1233058294: \"ReflectionData_SimExchange Download\" is not a valid cache entry identifier. (More information)\n\nInvalidArgumentException thrown in file\n\/var\/www\/vhosts\/simexchange.de\/typo3\/typo3_src-4.7.10\/t3lib\/cache\/frontend\/class.t3lib_cache_frontend_variablefrontend.php in line 102.\n<\/code><\/pre>\n<p>Is the problem the space in the extensionName? How can I solve it without changing the name of the extension? Is it even the right Value for extensionName? Every other value generates a different error.<\/p>\n<pre><code>The default controller for extension \"SimExchangeDownload\" and plugin \"Simexchangedownloadsmain\" can not be determined. Please check for Tx_Extbase_Utility_Extension::configurePlugin() in your ext_localconf.php.\n<\/code><\/pre>\n<p>The ext_localconf.php function says:<\/p>\n<pre><code>Tx_Extbase_Utility_Extension::configurePlugin(\n    $_EXTKEY,\n    'Simexchangedownloadsmain',\n    array(\n        'Download' =&gt; 'list, show, new, create, edit, update, delete',\n        'Tag' =&gt; 'list, show, new, create, edit, update, delete',\n\n    ),\n    \/\/ non-cacheable actions\n    array(\n        'Download' =&gt; 'create, update, delete',\n        'Tag' =&gt; 'create, update, delete',\n\n    )\n);\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>I have a problem with my extbase extension in TYPO3 4.7.10. The error occurs when I place a widget via typoscript into the page. The code for this widget is the following: plugin.tx_simexchangedownloads.widgets { search = USER search { userFunc = tx_extbase_core_bootstrap-&gt;run pluginName = Simexchangedownloadsmain extensionName = SimExchange Download controller = Download action = list [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3040","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/3040","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=3040"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/3040\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=3040"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=3040"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=3040"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}