Welcome Guest, Not a member yet? Register   Sign In
loading my model to load_class
#10

(11-02-2017, 03:38 AM)Narf Wrote: Simply ignore the CSRF validation errors.

How can I ignore these errors if I need to be notified about them?
With hook I only add error handlers.

CodeIgniter.php:
Lines 138-139: set standart CI errors handlers
Line 207: call pre_system hooks <-- here I can replace standart CI errors handlers
Line 342: load Input class <-- here is triggered the CSRF Exception
Line 508: call pre_controller hooks <-- will no effect if I change standart CI errors handlers here


There is no way to send emails about errors, is there?
Reply


Messages In This Thread
loading my model to load_class - by Vitaly83 - 10-31-2017, 06:57 AM
RE: loading my model to load_class - by Narf - 10-31-2017, 09:18 AM
RE: loading my model to load_class - by Vitaly83 - 10-31-2017, 10:31 PM
RE: loading my model to load_class - by Narf - 11-01-2017, 05:05 AM
RE: loading my model to load_class - by Vitaly83 - 11-01-2017, 05:51 AM
RE: loading my model to load_class - by Vitaly83 - 11-02-2017, 02:30 AM
RE: loading my model to load_class - by Narf - 11-02-2017, 03:38 AM
RE: loading my model to load_class - by Vitaly83 - 11-02-2017, 04:12 AM
RE: loading my model to load_class - by Narf - 11-02-2017, 06:15 AM
RE: loading my model to load_class - by Vitaly83 - 11-02-2017, 07:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB