Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Modify the Log message (error, critical exceptions, etc)
Post: RE: Modify the Log message (error, critical except...

Luppo Wrote: (10-19-2023, 11:47 AM) -- What is the recommended method to extend the file log to automatically append additional debug information to the log messages (ie IP address and current URL)? ...
736 Views
3 Replies
10-29-2023, 06:39 AM
5flex
    Thread: v4.3.5 security fix released
Post: RE: v4.3.5 security fix released

Oh, God!!! Dark theme in documentation!! Awesome! Thank's!
2,889 Views
8 Replies
05-31-2023, 12:09 AM
5flex
    Thread: How to catch db_connect Exception?
Post: How to catch db_connect Exception?

Hello! In my code I have PHP Code: -- $DB = db_connect(self::DB_GROUP); -- If DB_GROUP is wrong I have "ERROR - 17-03-2023 07:39:36 --> Error connecting to the database: mysqli_sql_exception: Acc...
315 Views
0 Replies
03-16-2023, 11:47 PM
5flex
    Thread: Dark Theme (mode) for User Guide
Post: RE: Dark Theme (mode)

I'm sorry, I didn't know you were so principled that you didn't understand the difference between a User Guide and your Shield... I think that those who understood what I wanted to ask for understood ...
2,085 Views
6 Replies
02-25-2023, 11:04 AM
5flex
    Thread: Dark Theme (mode) for User Guide
Post: RE: Dark Theme (mode)

datamweb Wrote: (02-25-2023, 08:23 AM) -- If you use the Shield documentation, the link below covers the topic for Shield. https://datamweb.github.io/shield Due to the need for changes, this fe...
2,085 Views
6 Replies
02-25-2023, 09:25 AM
5flex
    Thread: Dark Theme (mode) for User Guide
Post: Dark Theme (mode) for User Guide

Hello! Please make (add) dark mode for UserGuide section. I often open a this section on my second monitor and white background is very bright shining my eyes. I (and may be not only I) really feelin...
2,085 Views
6 Replies
02-25-2023, 06:07 AM
5flex
    Thread: CURLrequest - getShared does't work
Post: CURLrequest - getShared does't work

I have installed CI 4.2.4 I make CURL request and set headers as: PHP Code: -- $CURL = \Config\Services::curlrequest(['headers' => $this->CURL_headers]); -- After this request I call another method...
1,635 Views
1 Replies
08-26-2022, 04:31 AM
5flex
    Thread: Development mode for personal IP address
Post: RE: Development mode for personal IP address

datamweb Wrote: (04-20-2022, 02:02 AM) -- 5flex Wrote: (04-19-2022, 04:21 AM) -- Hello everyone! Sorry for my bad English, but I try to write my question. Tell me please, How I can set (or switch o...
3,642 Views
5 Replies
04-20-2022, 04:26 AM
5flex
    Thread: Development mode for personal IP address
Post: RE: Development mode for personal IP address

captain-sensible Wrote: (04-19-2022, 08:54 AM) -- the lateral thinking mode is this :  you have your web set up on local host . thats where you play with it , fix bugs and improve it. on that one you...
3,642 Views
5 Replies
04-19-2022, 09:41 PM
5flex
    Thread: Development mode for personal IP address
Post: Development mode for personal IP address

Hello everyone! Sorry for my bad English, but I try to write my question. Tell me please, How I can set (or switch on) CI_ENVIRONMENT to DEVELOPMENT mode for my personal IP address? As example... I ...
3,642 Views
5 Replies
04-19-2022, 04:21 AM
5flex
  Video Thread: SQL-query length in log files
Post: SQL-query length in log files

Hello. All errors writing in log files and I get this picture (as example): PHP Code: -- #0 /home/admin/web/xxx.xx/vendor/codeigniter4/framework/system/Database/MySQLi/Connection.php(314): mysq...
992 Views
1 Replies
01-11-2022, 05:59 AM
5flex
    Thread: Codeigniter 4 and Inertia JS
Post: Codeigniter 4 and Inertia JS

Hello everyone! Has anyone used Inertia JS middleware in your projects? I found this tool here Official site (https://inertiajs.com/) and there is a ready-made solution for CodeIgniter 4 on GitHu...
3,606 Views
1 Replies
11-21-2021, 06:52 AM
5flex
    Thread: spark does not actually start the server with the requested port
Post: RE: spark does not actually start the server with ...

Hi! Try to start server without char "="! php spark serve --host 8081
4,390 Views
3 Replies
04-28-2020, 09:06 PM
5flex
    Thread: Set symbol in rule is_unique
Post: Set symbol in rule is_unique

At the moment, we have hard-coded code in the Validation file, for the is_unique function: PHP Code: -- if (! empty($ignoreField) && ! empty($ignoreValue)) {     $row = $row->where("{$ignoreField} !...
2,037 Views
1 Replies
04-25-2020, 09:19 AM
5flex
    Thread: CI 4.0.3 is releasing soon - help wanted
Post: RE: CI 4.0.3 is releasing soon - help wanted

This is great news! I hope that most of the problems from the "Issues" branch will be fixed!
26,950 Views
15 Replies
04-21-2020, 04:07 AM
5flex
    Thread: Call BaseController custom function in view
Post: RE: Call BaseController custom function in view

For this implementation you must use view_cells(), because $this-> in Views it inctance of Vews but not the Controller. https://codeigniter.com/user_guide/outgoing/view_cells.html
12,424 Views
10 Replies
04-20-2020, 07:31 AM
5flex
    Thread: Filters:after appears to be ignored
Post: RE: Filters:after appears to be ignored

To answer your question I need to see the real code, WHAT comes, WHAT goes and WHAT your filter does!
11,603 Views
18 Replies
04-20-2020, 07:05 AM
5flex
    Thread: Call BaseController custom function in view
Post: RE: Call BaseController custom function in view

How you can try to call the function if it has PRIVATE modificator?  Change private on public or protected! And further. You cannot access your BaseController directly. You must create your control...
12,424 Views
10 Replies
04-20-2020, 06:55 AM
5flex
    Thread: Call BaseController custom function in view
Post: RE: Call BaseController custom function in view

BaseController is a common base for expanding your other controllers. However, it is the same Controller as the rest. Everything that you call in your controllers can be called in it in the same way. ...
12,424 Views
10 Replies
04-20-2020, 06:01 AM
5flex
    Thread: bootstrap.php not found in index.php
Post: RE: bootstrap.php not found in index.php

abualk Wrote: (04-20-2020, 04:24 AM) -- Greetings,  I downloaded a very fine update on the script from : https://github.com/codeigniter4projects/website2 when I put in localhost , I got this mess...
22,451 Views
6 Replies
04-20-2020, 05:48 AM
5flex

Theme © iAndrew 2016 - Forum software by © MyBB