-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
Error
Class 'Config\App' not found
BASEPATH/CodeIgniter.php at line 163
155
156 Hooks::trigger('pre_system');
157
158 //--------------------------------------------------------------------
159 // Get our Request and Response objects
160 //--------------------------------------------------------------------
161
162 $config = new \Config\App();
163
164 $request = is_cli()
165 ? Services::clirequest($config)
166 : Services::request($config);
167 $request->setProtocolVersion($_SERVER['SERVER_PROTOCOL']);
168 $response = Services::response();
169
Metadata
Metadata
Assignees
Labels
No labels