Hi, thanks for your reply. I resolve the problem with renaming. The module name and controller were apparently wrong ...
I encountered an other problem : i use an internationalization system and I extend both MX_Lang and MX_Config.
In the MX_Lang constructor I’ve got a :
global $CFG;
$CFG->load('language');and in MX/Config.php, i’ve got an error in the load fonction :
Fatal error: Class 'CI' not found in /homez/..../application/third_party/MX/Config.php on line 42If I don’t extend Config, no problem. But I need to have a function i18n_url() similar to site_url() for rewrite URLs with language.
Any help wery appreciated.
Thanks in advance !