[TYPO3-english] Re: [TYPO3 6.2] "No module "" could be found." error resolution for old extensions

Jerome P portal.j at hotmail.fr
Fri Jul 18 13:49:49 CEST 2014


For information, the "problem" also seemed to come from cache... so in the end, for gabriel extension, I had to :

=> inside /gabriel/mod1/index.php, delete/comment lines :
>> require ($BACK_PATH."init.php");
>> require ($BACK_PATH."template.php");
>> require_once (PATH_t3lib."class.t3lib_scbase.php");

=> remove all typo3conf/temp_CACHED_* files ; someone told me that they shouldn't be here anymore after migration to 6.2, but it seems the upgrade wizard left them

I didn't modify /gabriel/mod1/conf.php (so there still is $MCONF["script"]="index.php";) ; I know it doesn't follow the new way of creating extensions, there are some modifications to do. But I don't know all of these modifications so I leaved things like that, as it works for now.


More information about the TYPO3-english mailing list