Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Using 404 Override won't trigger 404 header
Post: RE: Using 404 Override won't trigger 404 header

You are correct @"kenjis" , it should return 404 response by default.
604 Views
6 Replies
11-27-2023, 05:59 AM
sammyskills
    Thread: Hide Source Code in Deployment
Post: RE: Hide Source Code in Deployment

Deploying to clients' owned servers simply means full access to the source code, IMO. How about license activation?
401 Views
2 Replies
11-09-2023, 03:02 AM
sammyskills
    Thread: Wrong path in vendor/codeigniter4/framework/App/Config/Paths.php
Post: RE: Bug: Wrong path in vendor/codeigniter4/framewo...

The contents of the App directory in the vendor folder are the "original" or "default" code, which references the system folder within the vendor/codeigniter4/framework/ path. They have nothing to do ...
702 Views
3 Replies
11-09-2023, 02:00 AM
sammyskills
    Thread: v4.5.0 will support PHP 8.1 or later
Post: RE: v4.5.0 will support PHP 8.1 or later

This is good. Thank you.
2,252 Views
3 Replies
10-22-2023, 07:44 AM
sammyskills
    Thread: Bonfire 2 Site Offline
Post: RE: Bonfire 2 Site Offline

Bonfire uses the Settings (https://github.com/codeigniter4/settings) library: Quote: -- CodeIgniter Settings is a wrapper around the configuration files that allows any configuration setting to ...
527 Views
2 Replies
10-21-2023, 01:54 AM
sammyskills
    Thread: settings service: retrieve all properties of a class
Post: RE: settings service: retrieve all properties of a...

Hi @"evansharp" , Not sure I understand what you mean but, can't this be achieved using config() ? Like: PHP Code: -- config(App::class);  --
955 Views
4 Replies
10-11-2023, 11:57 PM
sammyskills
    Thread: $this->validator->getValidated() looks stupid and unnecessary
Post: RE: $this->validator->getValidated() looks stupid ...

Feel free to send a PR!
2,847 Views
17 Replies
10-09-2023, 09:21 AM
sammyskills
    Thread: $this->validator->getValidated() looks stupid and unnecessary
Post: RE: $this->validator->getValidated() looks stupid ...

https://codeigniter4.github.io/CodeIgniter4/installation/upgrade_440.html#when-using-this-validate
2,847 Views
17 Replies
10-09-2023, 08:54 AM
sammyskills
    Thread: What do I do to view a problematic SQL code?
Post: RE: What do I do to view a problematic SQL code?

Depending on your query type, you can use one of the following: getCompiledSelect() (https://codeigniter4.github.io/CodeIgniter4/database/query_builder.html#builder-getcompiledselect) getCompiledIn...
505 Views
2 Replies
10-09-2023, 07:57 AM
sammyskills
    Thread: $this->validator->getValidated() looks stupid and unnecessary
Post: RE: $this->validator->getValidated() looks stupid ...

From the docs (https://codeigniter4.github.io/CodeIgniter4/libraries/validation.html#id25): Quote: -- The actual validated data can be retrieved with the getValidated() method. This method retur...
2,847 Views
17 Replies
10-09-2023, 07:51 AM
sammyskills
    Thread: File not uploading live hosting. help? :)
Post: RE: File not uploading live hosting. help? :)

Why don't you use the move() method? See docs (https://codeigniter4.github.io/CodeIgniter4/libraries/files.html#moving-files).
389 Views
2 Replies
10-07-2023, 08:53 AM
sammyskills
    Thread: Website Dev
Post: RE: Website Dev

What type of "help" do you require?
1,050 Views
5 Replies
10-07-2023, 05:19 AM
sammyskills
    Thread: CSRF with external forms
Post: RE: CSRF with external forms

You will need to exclude the URL(s) that stripe sends (a) POST request(s) to in your application.
379 Views
2 Replies
10-07-2023, 05:18 AM
sammyskills
    Thread: How to validate at least one input?
Post: RE: How to validate at least one input?

This question has been answered here (https://forum.codeigniter.com/showthread.php?tid=88193).
346 Views
1 Replies
10-06-2023, 06:18 AM
sammyskills
    Thread: How to retro-actively (re)trigger Myth Auth validation e-mail
Post: RE: How to retro-actively (re)trigger Myth Auth va...

Quote: -- After the user has registered in our app, we have the option to activate the account immediately or ask for confirmation. This is done via $requireActivation config variable. -- See t...
480 Views
1 Replies
10-06-2023, 06:07 AM
sammyskills
    Thread: Upgrade to CI4 for security?
Post: RE: Upgrade to CI4 for security?

Well, in my opinion and based on experience, I don't think it will take you up to 18 months to migrate your application from CI3 to CI4. Yes, CI4 is a complete rewrite, but it doesn't change the busi...
2,031 Views
2 Replies
10-05-2023, 02:23 AM
sammyskills
    Thread: The getRandomName() function return wrong file Extension
Post: RE: The getRandomName() function return wrong file...

What do you get when you var_dump($imageFile) ?
626 Views
4 Replies
09-23-2023, 07:38 AM
sammyskills
    Thread: v4.4.1 hot fix released!
Post: RE: v4.4.1 hot fix released!

donpwinston Wrote: (09-21-2023, 06:06 AM) -- Someone forgot to update the Installation section in the CodeIgniter manual with the 4.4.1 release. -- Thank you for reporting. I sent a PR https://githu...
3,255 Views
6 Replies
09-21-2023, 02:32 PM
sammyskills
    Thread: Problem with filters
Post: RE: Problem with filters

Check the filters using your terminal: Code: -- php spark filter:check get / -- See https://codeigniter4.github.io/CodeIgniter4/incoming/filters.html#confirming-filters
300 Views
1 Replies
09-14-2023, 11:16 PM
sammyskills
    Thread: restrict query in callback
Post: RE: restrict query in callback

You can try Conditional Statements (https://codeigniter4.github.io/CodeIgniter4/database/query_builder.html#conditional-statements).
445 Views
3 Replies
09-12-2023, 06:53 AM
sammyskills

Theme © iAndrew 2016 - Forum software by © MyBB