Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Hi
I added a new module, and now I'm trying to run it so i add a link in the top menu for the module, /site-admin/fileuploader/upload/ but it always redirects me to /site-admin/, do i have to add it to the lhextension_autload array? If it is the case can you tell me in what format?
Thanks
Offline
Hi,
1. Your module should have been as extension in first place.
2. Extension have to be activated in settings/settings.ini.php3. If you created a pure module. Directly in modules folder, then make sure you have module.php file
4. Make sure you have disabled cache http://livehelperchat.com/article/view/405. Take a look at demo extension I did.
Good luck
2013/10/2 Octavio Durana <le.rou...***.com>
Hi
I added a new module, and now I'm trying to run it so i add a link in the top menu for the module, /site-admin/fileuploader/upload/ but it always redirects me to /site-admin/, do i have to add it to the lhextension_autload array? If it is the case can you tell me in what format?
Thanks
Offline
Extension autoload is file for custom php clases autoload. Content may look like.
return array ( //'erTranslationClassLhTranslation' => 'extension/fileuploader/classes/uploader.php'
);
2013/10/2 Remigijus Kiminas <rem...***.com>
Offline
Pages: 1