Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: table name
Post: table name

I have a model in CI 4.1 than only has a method that do something like  PHP Code: -- public function myfunction() {   return $this->query('select XXX from XXX where XXX')->getRowArray(); } -- I hav...
209 Views
2 Replies
02-26-2024, 10:30 AM
Arquero
    Thread: locale do not work on 404
Post: RE: locale do not work on 404

Just for other people reference: For 404 not found locale, is needed a file called app/Languages/XX/Errors.php with the following 4 strings: Code: -- return [     'pageNotFound'    => '404 - pag...
399 Views
4 Replies
08-22-2023, 04:14 AM
Arquero
    Thread: locale do not work on 404
Post: RE: locale do not work on 404

Indeed there is no file called Errors. But in HTML.php (https://github.com/codeigniter4/translations/blob/develop/Language/es/HTTP.php) we have: Code: --     // Page Not Found     'pageNotFound'   ...
399 Views
4 Replies
08-22-2023, 02:49 AM
Arquero
    Thread: locale do not work on 404
Post: locale do not work on 404

PHP 8.1, CodeIgniter 4.3.7 fresh instalation, production mode. Copy "es" folder from languages zip to "app/Language" and change "app/Config/App.php" that way: PHP Code: -- public $defaultLocale =...
399 Views
4 Replies
08-22-2023, 01:12 AM
Arquero
    Thread: defaultLocale no effect
Post: RE: defaultLocale no effect

Thanks for your answer kenjis. Indeed if I run: PHP Code: -- $ php spark x -- I see the error message translated. Is it a bug so?
1,179 Views
4 Replies
06-29-2022, 03:20 AM
Arquero
    Thread: defaultLocale no effect
Post: defaultLocale no effect

PHP 7.4.28, CodeIgniter 4.1.9 fresh instalation. Copy "es" folder from languages zip to "app/Language" and change "app/Config/App.php" that way: PHP Code: -- public $defaultLocale = 'es'; public $n...
1,179 Views
4 Replies
06-29-2022, 12:59 AM
Arquero

Theme © iAndrew 2016 - Forum software by © MyBB