Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: [SOLVED] RESTFul routes with resource not found
Post: RE: RESTFul routes with resource not found

InsiteFX Wrote: (08-02-2023, 10:52 PM) -- Please add [SOLVED] to the Title of this post. Thank you. -- I'm sorry, the "mark as solved" button is confusing, this only adds a check icon but not the ...
543 Views
3 Replies
08-03-2023, 04:54 AM
superior
    Thread: [SOLVED] RESTFul routes with resource not found
Post: [SOLVED] RESTFul routes with resource not found

Hi, I'm currently creating a new RESTfull endpoint for relations, but something seems to be going wrong and i've got no idea if this is something on my end. Package information CodeIgniter4 (la...
543 Views
3 Replies
08-02-2023, 02:43 AM
superior
    Thread: [SOLVED] Query builder gone wrong?
Post: RE: Query builder gone wrong?

Hi @"InsiteFX" Thank you for the reply, the first query used to be in my Controller (for testing etc.) after moving it to the Model it seems to be working. My guess is it has run multiple times b...
686 Views
3 Replies
03-23-2023, 07:50 AM
superior
    Thread: [SOLVED] Query builder gone wrong?
Post: [SOLVED] Query builder gone wrong?

Hi, For a client i'm building an application that will show him some data, not important how or what that is. This query fails: PHP Code: -- $builder = $orderModel                 ->select("t...
686 Views
3 Replies
03-22-2023, 12:04 PM
superior
    Thread: Namespaces support for seeds
Post: RE: Namespaces support for seeds

See: https://forum.codeigniter.com/showthread.php?tid=81740&pid=395667#pid395667
1,583 Views
4 Replies
03-20-2023, 10:12 AM
superior
    Thread: [SOLVED] Session as DatabaseHandler Driver
Post: RE: Session as DatabaseHandler Driver

Thank you for the reply! I've created an additional task that will remove sessions older than 3 months.
946 Views
4 Replies
03-19-2023, 02:48 AM
superior
    Thread: [SOLVED] Session as DatabaseHandler Driver
Post: RE: Session as DatabaseHandler Driver

Thanks for the reply, does this also clean the table with sessions or do i need to create an additional cleanup task?
946 Views
4 Replies
03-18-2023, 04:58 AM
superior
    Thread: [SOLVED] Session as DatabaseHandler Driver
Post: [SOLVED] Session as DatabaseHandler Driver

Hi, A few days ago i've started to play with DigitalOcean's App Platform to see how CodeIgniter4 runs, all seems to be working fine except for a small thing. The issue DigitalOcean rebuilds the...
946 Views
4 Replies
03-17-2023, 12:05 PM
superior
    Thread: When do we drop PHP 8.0 support?
Post: RE: When do we drop PHP 8.0 support?

elementcode Wrote: (03-09-2023, 07:03 AM) -- superior Wrote: (03-09-2023, 01:02 AM) -- But I can imagine there are packages who rely on 8.0 from previous releases within CI4 projects. -- Those can s...
10,072 Views
26 Replies
03-09-2023, 07:18 AM
superior
    Thread: How to call Spark command?
Post: RE: How to call Spark command?

See: https://codeigniter4.github.io/CodeIgniter4/cli/spark_commands.html#calling-commands
500 Views
1 Replies
03-09-2023, 03:23 AM
superior
    Thread: When do we drop PHP 8.0 support?
Post: RE: When do we drop PHP 8.0 support?

Personally i would skip version 8.0 and push everyone to the latest version. But I can imagine there are packages who rely on 8.0 from previous releases within CI4 projects.
10,072 Views
26 Replies
03-09-2023, 01:02 AM
superior
    Thread: Deprecate random_string basic/md5/sha1
Post: RE: Deprecate random_string basic/md5/sha1

In the past i've used this for generating hash to compare with payments. Now using the hash_hmac() and hash_equals() for that, so the above is not being used by me anymore.
3,310 Views
10 Replies
03-09-2023, 12:59 AM
superior
    Thread: Codeigniter4 Imap Read Email
Post: RE: Codeigniter4 Imap Read Email

RedWd Wrote: (03-02-2023, 04:17 AM) -- superior Wrote: (02-28-2023, 05:10 AM) -- PHP has functions to do this, try looking voor imap_ functions -- yeah, i know. I ask about ci4 -- Then the short a...
1,151 Views
3 Replies
03-02-2023, 07:35 AM
superior
    Thread: remove "index.php" from CodeIgniter's URL
Post: RE: remove "index.php" from CodeIgniter's URL

Try looking in 'App\Config\App.php' you'll find the index.php
1,209 Views
3 Replies
03-01-2023, 12:59 AM
superior
    Thread: Codeigniter4 Imap Read Email
Post: RE: Codeigniter4 Imap Read Email

PHP has functions to do this, try looking voor imap_ functions
1,151 Views
3 Replies
02-28-2023, 05:10 AM
superior
    Thread: Is there a way to auto-load Validation Rules in CodeIgniter?
Post: RE: Is there a way to auto-load Validation Rules i...

kenjis Wrote: (02-09-2023, 06:04 PM) -- Why do you write "[font=Söhne, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Ubuntu, Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial...
1,271 Views
2 Replies
02-14-2023, 08:46 AM
superior
    Thread: TypeError after POST
Post: RE: TypeError after POST

date(): Argument #2 ($timestamp) must be of type ?int, bool given The error tells you already what is going on.
4,496 Views
14 Replies
01-31-2023, 08:00 AM
superior
    Thread: How to make email notifications for errors and exceptions?
Post: RE: How to make email notifications for errors and...

Isn't this possible in `App\Config\Exceptions` or are you looking for a different solution?
4,582 Views
12 Replies
01-30-2023, 05:51 AM
superior
    Thread: database, model loading in MVC
Post: RE: database, model loading in MVC

nadeem14375 Wrote: (01-28-2023, 08:19 AM) -- kenjis Wrote: (01-28-2023, 01:21 AM) -- If you really need a model in a view, load it in a controller and pass it to a view. https://www.codeigniter.com/...
2,356 Views
6 Replies
01-28-2023, 08:25 AM
superior
    Thread: clear select
Post: RE: clear select

futurewebs Wrote: (01-28-2023, 06:05 AM) -- would this not clear the whole query though rather than just the select element ? -- PHP Code: --
1,282 Views
3 Replies
01-28-2023, 08:15 AM
superior

Theme © iAndrew 2016 - Forum software by © MyBB