I'm getting the following error message when I set $config['csrf_protection'] = TRUE:
I'm following the manual, but I can't see clear cause for it.
By the way, it only happens when I try to reload by F5 a FORM submited with POST. I know that an error is expected, but I think that it should be shown in an error page (or something), and might be another kind of error.
Anyone can help me out?
Code:
Fatal error: Class 'CI_Controller' not found in /opt/codeigniter/system/core/CodeIgniter.php on line 369
A PHP Error was encountered
Severity: Error
Message: Class 'CI_Controller' not found
Filename: core/CodeIgniter.php
Line Number: 369
Backtrace:I'm following the manual, but I can't see clear cause for it.
By the way, it only happens when I try to reload by F5 a FORM submited with POST. I know that an error is expected, but I think that it should be shown in an error page (or something), and might be another kind of error.
Anyone can help me out?