Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: What CI4-related book would you like?
Post: RE: What CI4-related book would you like?

Definitely an book about making an api in CI4. Some guidance in that would be great.
19,192 Views
20 Replies
11-03-2021, 09:01 AM
berendbotje91
    Thread: Call to undefined function validation ()
Post: RE: Call to undefined function validation ()

If you want to show validation errors in a view, you need to pass validation() as a variable to the view and then call it  like Code: -- -- https://codeigniter.com/user_guide/libraries/validat...
5,857 Views
6 Replies
06-25-2021, 02:22 AM
berendbotje91
    Thread: Codeigniter project breaks with PHP 8
Post: RE: Codeigniter project breaks with PHP 8

AndreaL Wrote: (06-25-2021, 12:05 AM) -- ok, I will update my CI4 version then. Thanks for the feedback guys [hr] Hello, sorry to bother again. I was reading the documentation to update from versio...
7,922 Views
11 Replies
06-25-2021, 01:23 AM
berendbotje91
    Thread: simple 404 not found
Post: RE: simple 404 not found

alexisgarci Wrote: (06-23-2021, 01:11 AM) -- So i changed         Entrar to and its working now, but its not like it shud be. Any tips on how to config it? I didnt do any configuration on ...
2,363 Views
3 Replies
06-23-2021, 05:53 AM
berendbotje91
    Thread: simple 404 not found
Post: RE: simple 404 not found

Probably because you have configured xamp to start from /project-folder/public/ folder, and you are running it from /project-folder/. However, I suggest running it from commandline tool on developmen...
2,363 Views
3 Replies
06-22-2021, 11:02 PM
berendbotje91
    Thread: CodeIgniter.com - Report problems!
Post: RE: CodeIgniter.com - Report problems!

karthik_code Wrote: (05-26-2021, 10:17 PM) -- Please set http to https redirection for Codeigniter.com, I am using a major broadband service from India, it seems almost all non-https sites are served...
172,463 Views
68 Replies
05-26-2021, 10:48 PM
berendbotje91
    Thread: Re: CodeIgniter 4
Post: RE: Re: CodeIgniter 4

What is the error message you get? What did you try to do?
1,242 Views
1 Replies
01-26-2021, 11:58 PM
berendbotje91
    Thread: Model refusing to insert data
Post: RE: Model refusing to insert data

cantinsertdata Wrote: (01-10-2021, 12:02 AM) -- After checking out the source code for CodeIgniter\Model, it would seem there's an unimplemented method possibly interrupting code execution, and any e...
7,552 Views
10 Replies
01-11-2021, 12:37 AM
berendbotje91
    Thread: Redirect issue on new local project
Post: RE: Redirect issue on new local project

rcamino Wrote: (01-08-2021, 04:21 AM) -- Thank you! It worked, I found the guide very useful: now, I wonder what it will be like to put the project in production in an existing subfolder on a shared ...
3,679 Views
5 Replies
01-11-2021, 12:21 AM
berendbotje91
    Thread: Change language dynamically in CodeIgniter 4
Post: RE: Change language dynamically in CodeIgniter 4

Instead of changing the default, you can change it using the request with "$this->request->setLocale()". You can also retrieve the current one with "$this->request->getLocale()" (https://forum.code...
4,662 Views
2 Replies
01-07-2021, 06:41 AM
berendbotje91
    Thread: Redirect issue on new local project
Post: RE: Redirect issue on new local project

For local development it is advised to use php built in web server. See http://codeigniter.com/user_guide/installation/running.html On a server everything is served from the public folder and changed...
3,679 Views
5 Replies
01-07-2021, 05:16 AM
berendbotje91
    Thread: Model refusing to insert data
Post: RE: Model refusing to insert data

Check this (http://codeigniter.com/user_guide/models/model.html#configuring-your-model), and specifically the $allowedFields part. Also, $data should be formatted in a way that would be accepted (s...
7,552 Views
10 Replies
01-07-2021, 04:35 AM
berendbotje91
    Thread: Pagination with Custom model
Post: RE: Pagination with Custom model

AndreaL Wrote: (01-07-2021, 02:31 AM) -- Hi, if you refer to my question I have posted the code. By "custom model" I mean that I am not extending codeigniter's model but I have built a model of my ow...
7,298 Views
13 Replies
01-07-2021, 04:21 AM
berendbotje91
    Thread: User switching locale
Post: RE: User switching locale

T.O.M. Wrote: (11-12-2020, 02:12 AM) -- You may use "$this->request->setLocale()" and "$this->request->getLocale()" methods to set and get locale from request and do not use URL segment - https://cod...
3,178 Views
3 Replies
11-12-2020, 07:35 AM
berendbotje91
    Thread: User switching locale
Post: User switching locale

I have content negotiation on for the locale. But is it possible to have a user switch locale without going the route way?
3,178 Views
3 Replies
11-12-2020, 01:24 AM
berendbotje91
    Thread: Server migration and the Config/Paths.php file
Post: Server migration and the Config/Paths.php file

I just migrated my project from 1 server to another and kept having problems with trying to run it. I kept keeping blank pages, and no errors in the log of CodeIgniter. Meanwhile it worked fine on the...
765 Views
0 Replies
10-05-2020, 05:14 AM
berendbotje91
    Thread: Book: CodeIgniter 4 Foundations
Post: RE: Book: CodeIgniter 4 Foundations

Will there be a physical version when the book is finished?
97,497 Views
66 Replies
09-27-2020, 10:44 PM
berendbotje91
    Thread: We need API DOC
Post: RE: We need API DOC

Instrye Wrote: (05-19-2020, 06:23 PM) -- like https://laravel.com/api/5.8 (https://laravel.com/api/5.8) Convenient to find function parameters and return values -- Isn't this what you are looking ...
2,966 Views
3 Replies
05-20-2020, 03:23 AM
berendbotje91
    Thread: CodeIgniter.com - Report problems!
Post: RE: CodeIgniter.com - Report problems!

kilishan Wrote: (04-28-2020, 06:40 AM) -- @nige1 thanks. I transferred the old Cloudflare account from Jim's account last night and it looked fine when I went to bed. Investigating. -- Seems to work ...
172,463 Views
68 Replies
04-28-2020, 07:36 AM
berendbotje91
    Thread: Which browser do you guys recommend?
Post: RE: Which browser do you guys recommend?

I use Firefox Developer Edition most of the time on my Linux and Windows machines. I use Chrome occasionally if I need to debug something on mobile views, that way I can use the remote debugging featu...
129,079 Views
97 Replies
04-20-2020, 02:01 AM
berendbotje91

Theme © iAndrew 2016 - Forum software by © MyBB