Project

General

Profile

Actions

Bug #76872

closed

Controller class not found

Added by alexis nicolas almost 8 years ago. Updated almost 8 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2016-06-29
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

In 7.6.9, I started a new extension with extension_builder. I have this ext_localconf.php
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
'Aot.' . $_EXTKEY,
'Geogebrapi1',
array('Object1' => 'show'),
array()
);

and Object1Controller with showAction() method in geogebra\Classes\Controller directory. My problem is when I render FE display, I get an "Oops, an error occurred!" and "exception":"exception 'ReflectionException' with message 'Class Tx_Aotgeogebra_Controller_Object1Controller does not exist'" in typo3temp\logs.
I found that replacing 'Aot.' . $_EXTKEY with 'Aot' . $_EXTKEY solved the error message but my content element is absolutely not displayed in FE. Furthermore, if I modify ext_tables.php accordingly to ext_localconf.php, CType is no longer valid.
Any idea of what I should do?

Actions #1

Updated by Stephan Großberndt almost 8 years ago

  • Status changed from New to Rejected

This is a tracker for core issues. Your problem is either a cache problem, a misconfiguration in your ext or a bug in extension_builder. Please join us on Slack https://forger.typo3.org/slack and ask for support in #typo3-cms instead

Actions

Also available in: Atom PDF