Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Mutli Application Calling Model From Shared Site In Single Installation Codeigniter 4
Post: RE: Mutli Application Calling Model From Shared Si...

iRedds Wrote: (11-16-2022, 09:38 PM) -- To do what you want, your model must have a namespace other than the default one. By default, models have the \App\Models namespace. PHP Code: -- // You...
1,487 Views
4 Replies
11-16-2022, 09:57 PM
dennz.liu
    Thread: Mutli Application Calling Model From Shared Site In Single Installation Codeigniter 4
Post: RE: Mutli Application Calling Model From Shared Si...

datamweb Wrote: (11-16-2022, 09:39 AM) -- See, it might help you. https://github.com/kenjis/codeigniter4-multiple-apps-sample -- I already done the setup. But the problem is I want the secondary s...
1,487 Views
4 Replies
11-16-2022, 07:26 PM
dennz.liu
    Thread: Mutli Application Calling Model From Shared Site In Single Installation Codeigniter 4
Post: Mutli Application Calling Model From Shared Site I...

How to call models from other multi application site in single installation codeigniter 4 ? https://stackoverflow.com/q/74457092/6786634 (https://stackoverflow.com/q/74457092/6786634) Please help. C...
1,487 Views
4 Replies
11-16-2022, 08:33 AM
dennz.liu
    Thread: Fatal Error When Set CI_DEBUG to False On Production Mode Codeigniter 4
Post: RE: Fatal Error When Set CI_DEBUG to False On Prod...

I found the problem in the restful api. The problem is in the config/filter.php Code: -- $routes->resource('ApiManageTips', ['controller' =>'App\Controllers\ApiData\ApiManageTips']); // get, ...
1,189 Views
1 Replies
10-01-2022, 11:31 PM
dennz.liu
    Thread: Fatal Error When Set CI_DEBUG to False On Production Mode Codeigniter 4
Post: Fatal Error When Set CI_DEBUG to False On Producti...

Why I get this error when set from Config/Boot/production.php CI_DEBUG to false in production mode ? this is the default setting from CI4. Code: -- defined('CI_DEBUG') || define('CI_DEBUG', false)...
1,189 Views
1 Replies
10-01-2022, 06:42 AM
dennz.liu
    Thread: CodeIgniter\\Session\\Session and Psr\\Log\\LoggerAwareTrait define the same property
Post: CodeIgniter\\Session\\Session and Psr\\Log\\Logger...

Could anyone help me fix this error ? Code: -- Fatal error:  CodeIgniter\Session\Session and Psr\Log\LoggerAwareTrait define the same property ($logger) in the composition of CodeIgniter\Session...
1,024 Views
1 Replies
09-29-2022, 08:03 PM
dennz.liu

Theme © iAndrew 2016 - Forum software by © MyBB