Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Session files in CI4
Post: Session files in CI4

Hello, I would like to know how does CI4 session files works. My issue is that within two weeks, the server creates about 40-50k sessions files that use a lot of server "Inode" resources. So ...
1,210 Views
1 Replies
12-29-2020, 09:06 AM
Hexes
    Thread: Maximum call stack size exceeded in development enviroment
Post: RE: Maximum call stack size exceeded in developmen...

Yes, you are right, found the issue. It's because of the structure. Thanks!
2,464 Views
4 Replies
11-26-2020, 02:58 PM
Hexes
    Thread: Maximum call stack size exceeded in development enviroment
Post: Maximum call stack size exceeded in development en...

Hello, I am playing around with CI4, I have a very simple page that doesn't have any JS on it. But if change the environment to development I start getting these errors: https://i.ibb.co/KF4V...
2,464 Views
4 Replies
11-26-2020, 02:46 PM
Hexes
    Thread: Watermarking image with image overlay
Post: Watermarking image with image overlay

Hello, In CI3, I used to watermark images with an overlay of another image. It looked like this:  PHP Code: --    $this->load->library('image_lib'); $config['source_image'] ...
817 Views
0 Replies
11-07-2020, 03:45 PM
Hexes
    Thread: Accessing PHP library in CI4
Post: RE: Accessing PHP library in CI4

Thank you for your answer! It really helped me a lot. This is how I solved my problem: I just added those classes into Autoload $classmap: it looks like this now: PHP Code: -- public...
2,856 Views
6 Replies
10-28-2020, 07:21 AM
Hexes
    Thread: Accessing PHP library in CI4
Post: RE: Accessing PHP library in CI4

Thank you, it worked! Now looks like it gets to the library. I don't know if this error is familiar with the previous one. Any idea of how to solve it? https://i.ibb.co/D9vn61Q/Screenshot-...
2,856 Views
6 Replies
10-28-2020, 02:14 AM
Hexes
    Thread: Accessing PHP library in CI4
Post: Accessing PHP library in CI4

Hello, I am rewriting my old CI3 project to CI4. I have a part where the app accesses the external PHP library and uses its functions. it looks like this:    PHP Code: --     require_o...
2,856 Views
6 Replies
10-27-2020, 04:06 PM
Hexes
    Thread: CI4, getting ERROR 500
Post: RE: CI4, getting ERROR 500

I got it running. But now I am getting this ERROR:  Code: -- Fatal error: Uncaught Error: Class 'CodeIgniter\Autoloader\FileLocator' not found in /Users/Marius/Google Drive/@Web/htdocs/ci4/syst...
4,746 Views
6 Replies
03-23-2020, 08:56 AM
Hexes
    Thread: CI4, getting ERROR 500
Post: RE: CI4, getting ERROR 500

Code: -- [Sun Mar 22 18:33:07 2020] [error] [client ::1] client denied by server configuration: /Users/Marius/Google Drive/@Web/htdocs/ci4/app/ [Sun Mar 22 18:33:07 2020] [error] [client ::1] client...
4,746 Views
6 Replies
03-22-2020, 09:37 AM
Hexes
    Thread: CI4, getting ERROR 500
Post: CI4, getting ERROR 500

Hello, I am trying to manually install CI4 on a local apache server. I downloaded CI from here: https://github.com/CodeIgniter4/framework/releases/tag/v4.0.2 (https://github.com/CodeIgniter4/fra...
4,746 Views
6 Replies
03-22-2020, 08:42 AM
Hexes

Theme © iAndrew 2016 - Forum software by © MyBB