Bug #19722
closedEither TYPO3_MOD_PATH or $BACK_PATH was not found - configure ext_emconf.php
0%
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
Updated by Franz Holzinger almost 16 years ago
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
Updated by Andreas Beutel almost 16 years ago
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?
Updated by Frederic Gaus over 15 years ago
I get the same error using TYPO3 ver. 4.2.6
Refresh or relogin does not solve the problem.
Updated by Steffen Gebert almost 15 years ago
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
Updated by Andreas Beutel almost 15 years ago
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
Updated by Andreas Beutel almost 15 years ago
Sent the patch as RFC to the core list.