CodeIgniter
CodeIgniter copied to clipboard
Open Source PHP Framework (originally from EllisLab)
I would like to propose a simple feature addition: in analogy to show_404(), CI should log automatically every call to show_error() with option to skip if FALSE is passed as...
Restart of the exception handling code, since the earlier feature branch was way too stale.
ERROR - 2022-05-06 15:37:03 --> Severity: error --> Exception: Call to a member function prepare_response() on null system/libraries/Xmlrpcs.php 181
Signed-off-by: Tony Dunlop spotted a deprecation notice when running unit test with php 8.1 addresses the following: `RuntimeException: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated...
fix #6122 close #6123
In some cases, error messages could lead to Cross-Site Scripting vulnerability. This small fix sanitize potential user input from GET/POST parameters that could be returned into error messages. For example...
Hey, I seen this error on PHP 8.1.2 with a git clone of this repo (3.2.0-dev), sadly I can reproduce it ... I wanted to share it if someone can...
``` ltrim(): Passing null to parameter #1 ($string) of type string is deprecated ``` **Steps to Reproduce** In a controller: ```php echo $this->uri->ruri_string(); ```
propose fix for #6122 unsure if this is a valid fix, my code (while using this function) doesn't actually use this function. $filedata will return bool(false) on "/var/www/html/project/application/cache/index.html" Causing the...