Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CodeIgniter 3.1.11 error
Post: RE: CodeIgniter 3.1.11 error

Can you check your config.php and check if these two are present there? PHP Code: -- $config['log_threshold'] = 0; $config['log_path'] = ''; -- I know it's unlikely that these two are not present...
732 Views
6 Replies
12-12-2023, 04:00 AM
engel
    Thread: Session how do I remove the old ones?
Post: RE: Session how do I remove the old ones?

Or by using CI's session library: PHP Code: -- $session->remove('session_name'); //or if you want remove multiple items $array_items = ['session_name1', 'session_name2']; $session->remove($ar...
333 Views
2 Replies
12-03-2023, 02:52 AM
engel
    Thread: codeigniter 4.1.8 - Session: Initialization under CLI aborted.
Post: RE: codeigniter 4.1.8 - Session: Initialization un...

Maybe this is too late but in case anyone might come across to this problem, "Session: Initialization under CLI aborted." implies that your application is autoloading the session library while you ar...
1,448 Views
3 Replies
11-30-2023, 04:14 AM
engel
    Thread: Session_file_driver Error
Post: RE: Session_file_driver Error

I don't think that this has something to do with Session_files_driver.php. Check your code for infinite loops. There's got to be somewhere in your code.
3,276 Views
1 Replies
12-04-2019, 11:14 PM
engel
    Thread: Validating Ajax Put Request
Post: RE: Validating Ajax Put Request

That is exactly what I am about to do. Make my own validation for ajax requests. Thanks.
4,448 Views
5 Replies
12-04-2019, 09:54 AM
engel
    Thread: Validating Ajax Put Request
Post: Validating Ajax Put Request

Hi, If I am tying to validate data coming from AJAX PUT request, can this code PHP Code: -- $validation->withRequest($this->request)->run(); --  validate those data? Thanks.
4,448 Views
5 Replies
12-04-2019, 04:43 AM
engel
    Thread: Documentation not accurate in Database Forge Class
Post: Documentation not accurate in Database Forge Class

Hi Everyone, I noticed something not correct on the documentation of Database Forge Class. It say there that $forge->createDatabase() returns TRUE/FALSE based on success of failure. I was testing it ...
1,532 Views
1 Replies
11-20-2019, 05:38 AM
engel
    Thread: Codeigniter 4 and Docker
Post: RE: Codeigniter 4 and Docker

I can testify that composer works out of the box.
28,170 Views
15 Replies
11-18-2019, 03:44 AM
engel
    Thread: How to enable debug toolbar in CI4.0.0-rc.3
Post: RE: How to enable debug toolbar in CI4.0.0-rc.3

Adding Code: -- SetEnv CI_ENVIRONMENT development -- should fix the problem. Make sure .htaccess is allowed in your apache configuration.
26,899 Views
28 Replies
11-18-2019, 03:26 AM
engel
    Thread: Codeigniter - Philippines
Post: RE: Codeigniter - Philippines

Since CI 1.7 :)
88,808 Views
62 Replies
02-03-2019, 11:10 PM
engel
    Thread: Codeigniter database connection error
Post: RE: Codeigniter database connection error

@Heshan Make sure database 'electroshop' does exists in your database.
2,073 Views
2 Replies
01-22-2019, 03:47 AM
engel
    Thread: Project Update 2019.01.04
Post: RE: Project Update 2019.01.04

Can't wait for the launch of CI4! A huge thanks to all!
30,450 Views
15 Replies
01-07-2019, 01:03 AM
engel

Theme © iAndrew 2016 - Forum software by © MyBB