[TYPO3-english] No module "" could be found.

Alessandro Tuveri at at uniud.it
Mon Oct 27 10:58:58 CET 2014


Hi, first I'm not an expert of BE programming with TYPO3.
However, some times ago I did an extension that requires the use of the "mod1".

So i have this function to generate the menu (top-left position); this works correclty under  T3 4.5.37.

Unfortunately, modifying the required classes (removed 'required' statement and other...)  to adapt it to v. 6.2.6 still remains a problem with mod1/index.php.

This is the PHP code to config the menu:

 function menuConfig()   {
                global $LANG,$BE_USER;
                $this->MOD_MENU = Array (
                                "function" => Array (
                                        "1" => $LANG->getLL("function1"),
                                        "2" => $LANG->getLL("function2"),
                                        "3" => $LANG->getLL("function3"),
                                        "4" => $LANG->getLL("function4"),
                                        "5" => $LANG->getLL("function5"),
                                        "6" => $LANG->getLL("function6"),
                                        "7" => $LANG->getLL("function7"),
                                        "8" => $LANG->getLL("function8")
...
this generate correclty the page on the right frame, with the menu and options....

but when I select a new item (ie. 2)
TYPO3 redirect to this page:								

http://t3620.uniud.it/typo3/mod.php?moduleToken=6a08be57dcbbf27bd339c18663f817c033f4f52a&id=10&SET[function]=2

all seems OK, infact the SET[function] GET var is set correctly, but instead of the page TYPO3 returns this error:

Oops, an error occurred!
No module "" could be found.
More information regarding this error might be available online.

forgive me, I can't figure howto modify the code to put it running on T3 6.2.X.

Maybe I need a simple example or howto do....

Thank you for your help

ALEX  - UNIVERSITY OF UDINE


More information about the TYPO3-english mailing list