Welcome Guest, Not a member yet? Register   Sign In
Search Results
  Wink Thread: Sending multiple emails from my smtp-relay avoiding DoS
Post: RE: Sending multiple emails from my smtp-relay avo...

I've found the solution. There is an error in system/libraries/Email.php in all CodeIgniter 3 versions. The original snippet code is: PHP Code: --     /**     * Get Hostname     *     * Ther...
2,298 Views
3 Replies
01-04-2023, 03:14 AM
rodrigoguariento
    Thread: Sending multiple emails from my smtp-relay avoiding DoS
Post: Sending multiple emails from my smtp-relay avoidin...

We are sending emails each 4 hours 3 times per working day.  After a certain quantity of sent emails (near 2000 every day, never an exact number), we are getting the following return starting with:...
2,298 Views
3 Replies
11-16-2022, 06:30 AM
rodrigoguariento
    Thread: How to work with auto routing and languages in CI4?
Post: RE: How to work with auto routing and languages in...

Thank you! Gradually I am understanding the difference between CI3 and CI4.
4,890 Views
11 Replies
09-30-2022, 03:48 AM
rodrigoguariento
    Thread: How to work with auto routing and languages in CI4?
Post: How to work with auto routing and languages in CI4...

Hi, I've enabled auto routing ( https://codeigniter.com/user_guide/incoming/routing.html#auto-routing-improved ) in my CI4 project, and before start work with Localization ( https://codeigniter.com/us...
4,890 Views
11 Replies
09-17-2022, 03:23 PM
rodrigoguariento
    Thread: supported locales (array) in .env
Post: RE: supported locales (array) in .env

parisiam Wrote: (08-14-2020, 07:46 AM) -- Hi all, I'm trying to set the $supportedLocales into the .env file and it's not working. $supportedLocales comes as an array, so in the config file, it...
5,428 Views
6 Replies
08-07-2022, 02:30 PM
rodrigoguariento
    Thread: 404 Not Found in a route with same name of namespace
Post: RE: 404 Not Found in a route with same name of nam...

kenjis Wrote: (08-05-2022, 05:41 PM) -- How did you set up the web server? -- This screenshot was with: Code: -- $ php spark serve -- I tried with Nginx too, the same occurs. Try for yours...
1,155 Views
2 Replies
08-06-2022, 10:06 AM
rodrigoguariento
    Thread: 404 Not Found in a route with same name of namespace
Post: 404 Not Found in a route with same name of namespa...

Does anyone know why I'm getting "404 Not Found" in this "admin" route? The route "/" works fine. When I change "admin" to "adm" works fine too. Remembering: the auto route is false. Thanks! https://...
1,155 Views
2 Replies
07-30-2022, 11:52 AM
rodrigoguariento
    Thread: Build Your First Application » Static Pages (CI 4.2.1)
Post: RE: Build Your First Application » Static Pages (C...

Thank you for explanation. Your steps (https://codeigniter.com/user_guide/tutorial/static_pages.html) are working now with the code: PHP Code: -- $routes->get('pages/(:any)', 'Pages::view/$1');...
1,945 Views
3 Replies
07-27-2022, 12:09 PM
rodrigoguariento
    Thread: Build Your First Application » Static Pages (CI 4.2.1)
Post: Build Your First Application » Static Pages (CI 4....

Today (2022-07-27), I'm reproducing https://codeigniter.com/user_guide/tutorial/static_pages.html steps, but at the session "You can now try several URLs in the browser location field, to see what the...
1,945 Views
3 Replies
07-27-2022, 04:08 AM
rodrigoguariento
    Thread: The correct way to work with timestamp & UTC
Post: The correct way to work with timestamp & UTC

What is the recommendation to work with date and time in CodeIgniter 4 considering the following scenario: how do I store the date and time in UTC in the database using CodeIgniter 4, and then how do ...
1,574 Views
0 Replies
07-24-2022, 01:54 PM
rodrigoguariento

Theme © iAndrew 2016 - Forum software by © MyBB