Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Logging unhandled PHP exceptions
Post: Logging unhandled PHP exceptions

How can I log all PHP uncaught exceptions to a file? I've looked at so many articles and nothing I've tried seems to work. I have my error_log variable set to a directory and display_errors=off in the...
944 Views
0 Replies
08-04-2022, 11:08 AM
coolerkid9090
    Thread: Using on test server with IP address and username for URL
Post: Using on test server with IP address and username ...

I'm moving my site to a new server. I restored the CPanel backup but I want to test the site before I change the domain to point to the new server. Until I like the domain I would load it using the IP...
2,047 Views
1 Replies
10-14-2019, 03:40 PM
coolerkid9090
    Thread: Sessions not deleting
Post: RE: Sessions not deleting

dave friend Wrote: (12-04-2018, 09:17 AM) -- coolerkid9090 Wrote: (12-03-2018, 06:00 PM) -- It's in the public_html folder.  dave friend Wrote: (12-01-2018, 02:46 PM) -- Does your CodeIgniter in...
10,810 Views
9 Replies
12-04-2018, 12:24 PM
coolerkid9090
    Thread: Sessions not deleting
Post: RE: Sessions not deleting

Pertti Wrote: (12-04-2018, 02:08 AM) -- What version of CI are you using? Pretty sure at some point they fixed something to do with sessions on CI3. -- I'm using 3.1.5
10,810 Views
9 Replies
12-04-2018, 12:22 PM
coolerkid9090
    Thread: Sessions not deleting
Post: RE: Sessions not deleting

InsiteFX Wrote: (12-01-2018, 02:52 PM) -- Also check your php.ini settings for sessions Code: -- session.gc_probability = 1 session.gc_divisor = 1000 session.gc_maxlifetime = 1440 -- Th...
10,810 Views
9 Replies
12-03-2018, 06:44 PM
coolerkid9090
    Thread: Sessions not deleting
Post: RE: Sessions not deleting

It's in the public_html folder.  dave friend Wrote: (12-01-2018, 02:46 PM) -- Does your CodeIgniter installation start at /var/cpanel/php/ ? Or, stated a different way, is the main CodeIgniter fil...
10,810 Views
9 Replies
12-03-2018, 06:00 PM
coolerkid9090
    Thread: Sessions not deleting
Post: Sessions not deleting

My session files are not automatically being deleted. I have a client facing website that uses sessions with logins and a REST API that uses Codeigniter. The API doesn’t use any session data, but I th...
10,810 Views
9 Replies
12-01-2018, 09:19 AM
coolerkid9090
    Thread: Session files not being deleted
Post: RE: Session files not being deleted

InsiteFX Wrote: (07-30-2018, 08:50 AM) -- Did you check your php.ini settings? Make sure this is not set to 0 - ( session.gc_probability = 1 ) session.gc_divisor = 1000 session.gc_maxlifetime = ...
9,333 Views
3 Replies
07-30-2018, 09:11 AM
coolerkid9090
    Thread: Session files not being deleted
Post: Session files not being deleted

My sessions directory just keeps growing in size until my website runs out of disk space. Why aren't old session files getting deleted? These are my settings, am I doing something wrong? Why isn't PHP...
9,333 Views
3 Replies
07-30-2018, 08:14 AM
coolerkid9090
    Thread: Session not working in 1 computer
Post: RE: Session not working in 1 computer

Narf Wrote: (09-17-2017, 06:55 AM) -- coolerkid9090 Wrote: (09-16-2017, 03:07 PM) -- I tried using Cookies, then database and they both had the same problem. -- Another piece of info that you shou...
10,972 Views
10 Replies
09-17-2017, 11:22 PM
coolerkid9090
    Thread: Session not working in 1 computer
Post: RE: Session not working in 1 computer

skunkbad Wrote: (09-16-2017, 01:04 PM) -- coolerkid9090 Wrote: (09-16-2017, 07:42 AM) -- Narf Wrote: (09-15-2017, 03:29 PM) -- Whatever it is, the problem is in that one PC ... not your code. -- ...
10,972 Views
10 Replies
09-16-2017, 03:07 PM
coolerkid9090
    Thread: Session not working in 1 computer
Post: RE: Session not working in 1 computer

Narf Wrote: (09-15-2017, 03:29 PM) -- Whatever it is, the problem is in that one PC ... not your code. -- But how do I fix it? It's only codeigniter. I can set cookies fine through regular PHP on t...
10,972 Views
10 Replies
09-16-2017, 07:42 AM
coolerkid9090
    Thread: Session not working in 1 computer
Post: Session not working in 1 computer

My sessions work on all computers except 1 computer. It sets the session variable, but when you go back, the data doesn't exist in the session. I tried setting cookies in PHP and those worked fine. I ...
10,972 Views
10 Replies
09-15-2017, 11:26 AM
coolerkid9090

Theme © iAndrew 2016 - Forum software by © MyBB