Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP Fatal error: Class 't3lib_extMgm' not found in D:\htdocs\provida.marty.local\public_html\typo3conf\ext\jfmulticontent\ext_tables.php on line 186 #1

Open
marcelmarty opened this issue Apr 13, 2016 · 1 comment

Comments

@marcelmarty
Copy link

Change line 186 in ext_tables.php, because loading error in TYPO3 7.6

OLD:
$TBE_MODULES_EXT['xMOD_db_new_content_el']['addElClasses']['tx_jfmulticontent_pi1_wizicon'] = t3lib_extMgm::extPath($_EXTKEY) . 'pi1/class.tx_jfmulticontent_pi1_wizicon.php';

NEW:
$TBE_MODULES_EXT['xMOD_db_new_content_el']['addElClasses']['tx_jfmulticontent_pi1_wizicon'] = \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath($_EXTKEY) . 'pi1/class.tx_jfmulticontent_pi1_wizicon.php';

@marcelmarty marcelmarty changed the title HP Fatal error: Class 't3lib_extMgm' not found in D:\htdocs\provida.marty.local\public_html\typo3conf\ext\jfmulticontent\ext_tables.php on line 186 PHP Fatal error: Class 't3lib_extMgm' not found in D:\htdocs\provida.marty.local\public_html\typo3conf\ext\jfmulticontent\ext_tables.php on line 186 Apr 13, 2016
@cedricziel
Copy link
Owner

We just removed it from all of our instances. You can send a pull-request if you like.

cedricziel pushed a commit that referenced this issue Jan 25, 2018
Compoatibility Fix for TYPO3 8.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants