Class not found for elFinder(Open-source file manager for web) in Codeigniter 4 |
1. You can remove the include_once lines in your elfinder_lib class.
2. Elfinder is not using PSR4 to name their classes so you cannot do so either. You should use class map. app/Config/Autoload.php PHP Code: public $classmap = [ PHP Code: <?php PHP Code: <?php |
Messages In This Thread |
Class not found for elFinder(Open-source file manager for web) in Codeigniter 4 - by mrkzs - 07-28-2021, 05:16 AM
RE: Class not found for elFinder(Open-source file manager for web) in Codeigniter 4 - by paulbalandan - 07-28-2021, 10:11 AM
RE: Class not found for elFinder(Open-source file manager for web) in Codeigniter 4 - by nfaiz - 07-29-2021, 06:59 AM
RE: Class not found for elFinder(Open-source file manager for web) in Codeigniter 4 - by mrkzs - 08-02-2021, 01:55 PM
RE: Class not found for elFinder(Open-source file manager for web) in Codeigniter 4 - by nfaiz - 08-02-2021, 09:53 PM
|