Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Postgres boolean returns T or F
Post: Postgres boolean returns T or F

Heya, so this behavior I noticed is horrible. We get a T or F returned instead of true or false. Is there a setting for this?
742 Views
0 Replies
02-21-2022, 03:48 AM
fabby
    Thread: Extending redis library
Post: Extending redis library

I tried extending the redis library without any success. Error: Severity: error --> Exception: Class 'CI_Cache_redis' not found /var/www/vhosts/***.net/***.net/application/libraries/MY_redis.php 5 R...
1,749 Views
1 Replies
10-05-2019, 06:54 AM
fabby
    Thread: $config['csrf_protection'] = FALSE; if true my website error
Post: RE: $config['csrf_protection'] = FALSE; if true m...

I send the CSRF along when submitting anything by post. I do it all in jquery however. PHP Code: -- $("#discord-unsync").click(function(event) { event.preventDefault();     $.ajax({ ...
6,575 Views
5 Replies
03-12-2019, 06:43 AM
fabby
    Thread: New session each refresh
Post: New session each refresh

My codeigniter 3.1.10 keeps giving a new session on each refresh nearly. Cannot figure out why but i'm up to like 1.3 million of them now :D PHP Code: -- $config['sess_driver'] = 'database'; $con...
1,006 Views
0 Replies
03-10-2019, 07:03 PM
fabby
    Thread: Active Query bug?
Post: Active Query bug?

PHP Code: -- Error Number: 1052 Column 'id' in field list is ambiguous SELECT `id`, `s_cities`.`id` as `source_city_id`, `d_cities`.`id` as `destination_city_id`, `jobs_raw`.* FROM `jobs_raw` L...
2,861 Views
2 Replies
11-12-2018, 01:12 PM
fabby

Theme © iAndrew 2016 - Forum software by © MyBB