Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Start ratchet web server in codeginiter
Post: RE: Start ratchet web server in codeginiter

Hello (late but because i found this thread when i do a chat, perhaps it is gonna help others) as @jreklund said the webSocket server is independant and must be run as a service from the comman...
4,467 Views
4 Replies
07-01-2022, 06:27 AM
tomasoma
    Thread: Debug Exception crashing the app
Post: RE: Debug Exception crashing the app

John_Betong Wrote: (11-03-2021, 05:50 AM) -- Check the error_reporting(); setting in the following file: ./app/Config/Boot/production.php I don’t know and cannot check on my tablet if  CodeIgn...
3,084 Views
4 Replies
11-03-2021, 06:42 AM
tomasoma
    Thread: Debug Exception crashing the app
Post: Debug Exception crashing the app

Hello, i have too often issues with the Debug\Exception, and i really wish we could easily turn it off even in development mode on. this time, in development mode, i have a controller and a view t...
3,084 Views
4 Replies
11-03-2021, 02:32 AM
tomasoma
    Thread: query with very large where_not_in array
Post: RE: query with very large where_not_in array

InsiteFX Wrote: (04-01-2021, 11:20 AM) -- Read this on CodeIgniter 3 but should be the same. ERROR preg_match (https://forum.codeigniter.com/thread-62095-post-323302.html) -- Yes this is the same, ...
2,567 Views
2 Replies
04-01-2021, 01:40 PM
tomasoma
    Thread: preg_match(): Compilation failed: regular expression is too large
Post: RE: preg_match(): Compilation failed: regular expr...

Narf Wrote: (09-24-2015, 08:00 AM) -- blasto333 Wrote: (09-24-2015, 07:29 AM) -- I was able to write my own method and use simple_query...Is this the right method to use for RAW queries without rege...
35,366 Views
10 Replies
04-01-2021, 01:38 PM
tomasoma
    Thread: query with very large where_not_in array
Post: query with very large where_not_in array

Hello I have a query with a very large where_not_in array (containing more than 4000 ids) and the query builder return an ERROR Code: -- ERROR - 2021-04-01 14:48:51 --> Severity: Warning --> p...
2,567 Views
2 Replies
04-01-2021, 06:14 AM
tomasoma
    Thread: date auto getter in Entity ignore my date format
Post: RE: date auto getter in Entity ignore my date form...

Ok sorry for the delay here is my working code : Model : PHP Code: --
5,440 Views
9 Replies
09-21-2020, 01:13 AM
tomasoma
    Thread: date auto getter in Entity ignore my date format
Post: RE: date auto getter in Entity ignore my date form...

Perhaps it is a dumb newbie ideas but i dare : Wouldn't that be more logic to check the method at the end of the __get() so if it is a date it would be already mutated ? Or to directly return t...
5,440 Views
9 Replies
09-18-2020, 03:10 AM
tomasoma
    Thread: date auto getter in Entity ignore my date format
Post: RE: date auto getter in Entity ignore my date form...

InsiteFX Wrote: (09-18-2020, 01:04 AM) -- You need to add them to the models allow fields array. PHP Code: -- $allowedFields = ['created_at', 'updated_at'] // etc; -- -- Thanks for trying but I...
5,440 Views
9 Replies
09-18-2020, 02:01 AM
tomasoma
    Thread: date auto getter in Entity ignore my date format
Post: date auto getter in Entity ignore my date format

Hello, I just followed the documentation about the Entity getCreatedAt() function (on this page https://codeigniter4.github.io/userguide/models/entities.html#handling-business-logic (https://codeig...
5,440 Views
9 Replies
09-18-2020, 12:04 AM
tomasoma
  Question Thread: CLI::prompt with rules validation
Post: CLI::prompt with rules validation

Hello, I'm trying to build a spark Command but i'm having trouble with CLI::prompt PHP Code: --
826 Views
0 Replies
05-27-2020, 04:34 AM
tomasoma
    Thread: request in CLI missing URI
Post: RE: request in CLI missing URI

Narf Wrote: (01-06-2016, 12:11 PM) -- Is "php5.5" the php-cli binary? You may be using another SAPI. -- you are right "php5.5" is not the php-cli binary, i have to call "php5.5-cli" and it works w...
3,689 Views
2 Replies
01-07-2016, 03:08 AM
tomasoma
    Thread: request in CLI missing URI
Post: request in CLI missing URI

hi, i searched a lot and i'm surprised not to find so i dare request some help here... for my crons i used to do Code: -- php5.5 -q $HOME/dir/www/index.php contact relance_auto -- where contac...
3,689 Views
2 Replies
01-06-2016, 09:29 AM
tomasoma
    Thread: active record query caching does not work like in the user guide
Post: RE: active record query caching does not work like...

i'm pretty stupid i can also execute the piece of code above, it solves my problem.... *sigh* sorry
6,922 Views
0 Replies
02-17-2015, 11:23 AM
tomasoma
    Thread: active record query caching does not work like in the user guide
Post: RE: active record query caching does not work like...

mwhitney Wrote: (02-17-2015, 10:26 AM) -- PHP Code: -- $this->admintab->order_by() -- Is this code doing something with the session? Since this is the only code not included in your example which is...
6,922 Views
0 Replies
02-17-2015, 11:16 AM
tomasoma
    Thread: active record query caching does not work like in the user guide
Post: active record query caching does not work like in ...

Hi i run with CI-2.2.1 on a 1and1 "unlimited" linux web hosting, everything is fine until now, i'm very happy with CI. i wanted to try query caching to save some lines in my code but query caching c...
6,922 Views
0 Replies
02-17-2015, 03:32 AM
tomasoma

Theme © iAndrew 2016 - Forum software by © MyBB