Bug #19722
closed
Either TYPO3_MOD_PATH or $BACK_PATH was not found - configure ext_emconf.php
Added by Franz Holzinger almost 16 years ago.
Updated over 14 years ago.
Description
I have just imported the file http://typo3.org/fileadmin/ter/p/h/phpmyadmin_4.1.1.t3x (because no phpMyAdmin can be found on TER). During installation I get this error message:
SUCCESS: /var/www/html/typo3conf/ext/phpmyadmin/
Error: Either TYPO3_MOD_PATH or $BACK_PATH was not found in the "/var/www/html/typo3conf/ext/phpmyadmin/modsub/conf.php" file. You must manually configure that!
ext_emconf.php: /var/www/html/typo3conf/ext/phpmyadmin/ext_emconf.php
Type: L
Cache-files are removed and will be re-written upon next hit
(issue imported from #M9981)
Files
I have now copied the formerly locally installed phpmyadmin into the global folder.
Now I get:
Fatal error: Class 't3lib_div' not found in /var/www/html/trunk/typo3/ext/phpmyadmin/modsub/index.php on line 176
The extension relies on the new mechanism to integrate BE modules ( see #5278 ). Therefore no BACK_PATH and TYPO3_MOD_PATH is set (no longer required). This seems to be an EM issue.
To understand your bugnote ~25847 it would be helpful to know the T3 environment (4.2 or 4.3 trunk?). Also, did you reload the backend after moving pMA around and since local extension override global installs, did you remove the local instance?
I get the same error using TYPO3 ver. 4.2.6
Refresh or relogin does not solve the problem.
Hi Andi,
could you investigate, weather it is really a core-bug that this message is shown? It's not nice to have an error message after installation.
Thanks
Steffen
Hey Steffen, can you please test provided patch 9981.patch for EM and give feedback? The diff applies to current trunk and adds some lines to EM to detect usage of module API.
Thanks Andreas
Sent the patch as RFC to the core list.
Committed to SVN Trunk (rev. 6520)
Also available in: Atom
PDF