Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Installing zeromq without xampp on php 7.4
Post: RE: Installing zeromq without xampp on php 7.4

No worries, I think I will have to write my own from scratch. Thanks though :)
2,425 Views
3 Replies
03-04-2021, 02:15 AM
kristianlake
    Thread: CodeIgniter 4 Websocket
Post: RE: CodeIgniter 4 Websocket

This looks awesome, does it do pub/sub too? I'm looking for a websocket I can subscribe to topics with.
14,944 Views
5 Replies
03-03-2021, 03:05 PM
kristianlake
    Thread: Installing zeromq without xampp on php 7.4
Post: RE: Installing zeromq without xampp on php 7.4

Anyone before I abandon ratchet? I want to use pub/sub in parts of my site.
2,425 Views
3 Replies
03-03-2021, 12:23 PM
kristianlake
    Thread: QR Code for CodeIgniter 4
Post: RE: QR Code for CodeIgniter 4

I used \Sonata\GoogleAuthenticator\GoogleAuthenticator in my CI4 solution, it has enable/disable 2FA, and plugged it in to pop 2FA on login and when people try to change sensitive data. https://git...
17,817 Views
6 Replies
03-03-2021, 12:18 PM
kristianlake
    Thread: Installing zeromq without xampp on php 7.4
Post: Installing zeromq without xampp on php 7.4

Hi all does anyone have any idea how to do this? I want to use ratchet php using it’s push model but the composer require for it needs zeromq installed as a prerequisite. I have been trying to keep...
2,425 Views
3 Replies
03-02-2021, 03:43 PM
kristianlake
    Thread: CI 4.0.5 install
Post: RE: CI 4.0.5 install

Thanks.
1,901 Views
2 Replies
01-22-2021, 01:09 AM
kristianlake
    Thread: CI 4.0.5 install
Post: CI 4.0.5 install

Hi, Any idea when 4.0.5 is going to drop? I really want to take advantage of the new cookie samesite stuff. Thanks [hr] is the develop branch https://github.com/codeigniter4/CodeIgniter4/tree/dev...
1,901 Views
2 Replies
01-20-2021, 03:08 PM
kristianlake
    Thread: BaseController __construct
Post: RE: BaseController __construct

thanks, thats really interesting. Im going to try that session_status() == PHP_SESSION_NONE. [hr] Still seems to always spin a session. Surely if I just made a request my session shouldn't die once...
1,544 Views
2 Replies
01-18-2021, 02:01 PM
kristianlake
    Thread: BaseController __construct
Post: BaseController __construct

Hi all,  Been using CI4 for a while now and my project is really nicely established and going really well. I wanted to check something that's been bothering me for a while though, As I cant find...
1,544 Views
2 Replies
01-18-2021, 10:43 AM
kristianlake
    Thread: using the Adjacency Model and or Nested Sets Model within CI4
Post: RE: using the Adjacency Model and or Nested Sets M...

I decided to go down this route instead. https://www.percona.com/blog/2020/02/13/introduction-to-mysql-8-0-recursive-common-table-expression-part-2/ It seems to be working good with a subset of ...
2,543 Views
3 Replies
07-19-2020, 12:36 AM
kristianlake
    Thread: Logging within CI 4
Post: RE: Logging within CI 4

Thanks for your reply :). I will probably be doing all three.
2,247 Views
2 Replies
07-18-2020, 10:52 AM
kristianlake
    Thread: using the Adjacency Model and or Nested Sets Model within CI4
Post: RE: using the Adjacency Model and or Nested Sets M...

Thanks, do you have any recommendations of which composer version to use?
2,543 Views
3 Replies
07-18-2020, 04:28 AM
kristianlake
    Thread: using the Adjacency Model and or Nested Sets Model within CI4
Post: using the Adjacency Model and or Nested Sets Model...

Hi guys, I am looking at the best way to CRUD the following kind of data Code: -- +-------------+----------------------+--------+-----+-----+ | category_id | name                | parent | lft | r...
2,543 Views
3 Replies
07-18-2020, 03:11 AM
kristianlake
    Thread: Logging within CI 4
Post: Logging within CI 4

Hi all, I am looking to begin logging the data inside my CI 4 application. I am expecting the number of users to my site to be significant enough to worry about the best way to log and store thi...
2,247 Views
2 Replies
07-18-2020, 12:42 AM
kristianlake
    Thread: cookies and CI4
Post: RE: cookies and CI4

jreklund Wrote: (07-14-2020, 12:12 PM) -- Haven't looked at the code for set_cookie, so can't tell why that's not working. But for setting the cookie with setCookie() you can do like this, so you can...
7,914 Views
8 Replies
07-14-2020, 01:06 PM
kristianlake
    Thread: cookies and CI4
Post: RE: cookies and CI4

Okay so i have made some progress. helper('cookie');             setcookie('user2', 'value2', time() + 6000, '/', '');    'auth_cookie_id',                 'value' => 'value_of_cookie',       ...
7,914 Views
8 Replies
07-14-2020, 10:21 AM
kristianlake
    Thread: cookies and CI4
Post: cookies and CI4

Hi guys,  I am having a really hard time setting a cookie in CI4, And i have no idea how to diagnose this. I have followed the information https://codeigniter.com/user_guide/helpers/cookie_helpe...
7,914 Views
8 Replies
07-14-2020, 06:19 AM
kristianlake
    Thread: ajax redirect to exception/error pages
Post: RE: ajax redirect to exception/error pages

Spot on again Dave!. I find that var url= "http://localhost:8080/errors/html/error_404"; window.location = url; is working great but var url= "http://localhost:8080/errors/html...
3,729 Views
5 Replies
06-22-2020, 10:01 AM
kristianlake
    Thread: session()->has('???') always blank in view file
Post: RE: session()->has('???') always blank in view fil...

perfect Dave, you were spot on. My ajax calls were not refreshing the page or redirecting, so once i pulled the value down properly it was working great. Thanks for the tip.
1,661 Views
2 Replies
06-22-2020, 09:57 AM
kristianlake
    Thread: session()->has('???') always blank in view file
Post: session()->has('???') always blank in view file

Hi,  I have some code in a $.ajax call and under success: I am using the following code     console.log("success"); success is set and i can debug and see it returns true. The problem ...
1,661 Views
2 Replies
06-21-2020, 02:50 AM
kristianlake

Theme © iAndrew 2016 - Forum software by © MyBB