Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: SMTP fails on localhost
Post: RE: SMTP fails on localhost

Check your antivirus software sometimes they block these ports. I have had issues like this with Avast. Try turning it off.
7,142 Views
11 Replies
05-23-2021, 11:26 AM
ogomez
    Thread: CodeIgniter v4.1.2 released
Post: RE: CodeIgniter v4.1.2 released

Thanks to the team for the hard work!
15,028 Views
22 Replies
05-18-2021, 07:47 AM
ogomez
    Thread: CodeIgniter v4.0.5 and v4.1.0 released
Post: RE: CodeIgniter v4.0.5 and v4.1.0 released

kenjis Wrote: (02-01-2021, 08:06 PM) -- Thanks, paulbalandan! Modifiled file list except system/. Code: -- 4.0.5/LICENSE 4.0.5/README.md 4.0.5/app/Config/App.php 4.0.5/app/Config/Autoload.php...
34,718 Views
43 Replies
02-01-2021, 09:15 PM
ogomez
    Thread: CodeIgniter v4.0.5 and v4.1.0 released
Post: RE: CodeIgniter v4.0.5 and v4.1.0 released

InsiteFX Wrote: (02-01-2021, 12:14 PM) -- For those that are updating it's not just a system copy over, the app folder has also been modified so you need to copy everything over. -- All files have b...
34,718 Views
43 Replies
02-01-2021, 12:17 PM
ogomez
    Thread: CodeIgniter v4.0.5 and v4.1.0 released
Post: RE: CodeIgniter v4.0.5 and v4.1.0 released

MGatner Wrote: (02-01-2021, 11:44 AM) -- Just a quick note: we got the .gitattributes issue fixed which was preventing downloads. Version 4.1.1 was just released to fix this (and the missing "Upgrade...
34,718 Views
43 Replies
02-01-2021, 11:55 AM
ogomez
    Thread: CodeIgniter v4.0.5 and v4.1.0 released
Post: RE: CodeIgniter v4.0.5 and v4.1.0 released

So upgrading would be just replacing the system folder?
34,718 Views
43 Replies
02-01-2021, 08:26 AM
ogomez
    Thread: Filter run order
Post: Filter run order

I have a filter being ran off of a route. Is there a way to make sure other filters run before the filter on the route? PHP Code: --     public $aliases = [ 'csrf'        => \CodeIgniter\Fi...
1,440 Views
2 Replies
09-02-2020, 06:17 PM
ogomez
    Thread: CI Model with set() option to escape
Post: CI Model with set() option to escape

Is it possible to add the set method to the CI Model which allows you to set escape to false? I would like to be able to use MySQL functions for example UTC_TIMESTAMP() but it's not possible witho...
1,974 Views
1 Replies
07-16-2020, 11:54 AM
ogomez
    Thread: API requests with a trailing forward slash
Post: RE: API requests with a trailing forward slash

I just tested this on 4.0.4 and the issue still exists. I'll put in an issue on github.
2,555 Views
4 Replies
07-16-2020, 08:49 AM
ogomez
    Thread: API requests with a trailing forward slash
Post: API requests with a trailing forward slash

I spent a lot of time trying to figure out why my routes were not working and found that I needed to exclude the trailing forward slash. Not sure if this is done intentional but just wanted to bring t...
2,555 Views
4 Replies
07-12-2020, 10:44 AM
ogomez
    Thread: Creating Queue and Worker in Codeigniter 3
Post: RE: Creating Queue and Worker in Codeigniter 3

gearman is a service that needs to be installed separately.
8,019 Views
3 Replies
07-10-2020, 07:32 PM
ogomez
    Thread: Routing issue with $routes->post
Post: RE: Routing issue with $routes->post

includebeer Wrote: (09-11-2019, 12:51 PM) -- Ok, fine. If you don't want to give more info, then there's nothing more I can do. -- Thanks for your help!
11,830 Views
10 Replies
09-11-2019, 06:10 PM
ogomez
    Thread: Routing issue with $routes->post
Post: RE: Routing issue with $routes->post

includebeer Wrote: (09-10-2019, 10:09 AM) -- ogomez Wrote: (09-10-2019, 09:23 AM) -- includebeer Wrote: (09-10-2019, 08:16 AM) -- Are you sure the form is posted to the right URL? Show your opening...
11,830 Views
10 Replies
09-10-2019, 12:49 PM
ogomez
    Thread: Routing issue with $routes->post
Post: RE: Routing issue with $routes->post

includebeer Wrote: (09-10-2019, 08:16 AM) -- Are you sure the form is posted to the right URL? Show your opening form tag. -- I'm using it as an API end point. Testing it with postman. Sending a po...
11,830 Views
10 Replies
09-10-2019, 09:23 AM
ogomez
    Thread: Routing issue with $routes->post
Post: RE: Routing issue with $routes->post

includebeer Wrote: (09-10-2019, 02:47 AM) -- PHP Code: -- namespace App\Controllers\api; -- Is you News controller in the 'api' subdirectory? -- Yes
11,830 Views
10 Replies
09-10-2019, 07:07 AM
ogomez
    Thread: Routing issue with $routes->post
Post: RE: Routing issue with $routes->post

Same result, I do have the namespace correct on my routes although the grouping looks much nicer. The routing is still incorrect. PHP Code: -- $routes->post('api/news', 'App\Controllers\api\News:...
11,830 Views
10 Replies
09-09-2019, 02:53 PM
ogomez
    Thread: Routing issue with $routes->post
Post: Routing issue with $routes->post

Every time I try to post to the create news. CI is not finding the route. Am I doing something wrong? Tested this using postman. Controller PHP Code: --
11,830 Views
10 Replies
09-06-2019, 08:50 AM
ogomez
    Thread: Update issue (Query Builder Class)
Post: RE: Update issue (Query Builder Class)

jreklund Wrote: (07-06-2018, 10:33 AM) -- Okey, my bad. I actually never tested it. Don't know exactly how join works, so here's how you can modify it to disable escaping instead. https://pastebin.c...
5,318 Views
6 Replies
07-06-2018, 02:16 PM
ogomez
    Thread: Update issue (Query Builder Class)
Post: RE: Update issue (Query Builder Class)

jreklund Wrote: (07-05-2018, 11:39 PM) -- You need to use join instead. https://www.codeigniter.com/user_guide/database/query_builder.html#CI_DB_query_builder::join -- I tried that it does not wor...
5,318 Views
6 Replies
07-06-2018, 07:48 AM
ogomez
    Thread: Update issue (Query Builder Class)
Post: Update issue (Query Builder Class)

For some reason I'm getting extra back ticks in my update statement.        $this->db->where('table2acct_id', $acct_id);        $this->db->where('table1id', $id);        $this->db->where('enabled...
5,318 Views
6 Replies
07-05-2018, 05:59 PM
ogomez

Theme © iAndrew 2016 - Forum software by © MyBB