core
core copied to clipboard
Fuel PHP Framework - The core of the Fuel v1 framework
Good afternoon, I would like to help the development of the project, I have experience in writing code, how can i access plans about fuel project I want to help...
So it seems the way that the SOAP driver functions is to call set_defaults() during the execute() function, this seems to be problematic for the debugging functions found here: https://fuelphp.com/docs/classes/request/soap.html...
I just ran into an issue where delete_all wasn't working as I expected. The first argument to Cache::delete_all() is `$section`, with the following description: > Name of a section or...
Fuel Version: 1.8.2 https://fuelphp.com/docs/classes/security.html If we configure as in "default" security.uri_filter = array('htmlentities') and use HTML5 for templates => configure security.htmlentities_flags as e.g. ENT_QUOTES | ENT_HTML5 (so use ENT_HTML5 for...
https://github.com/fuel/core/blob/1.9/develop/classes/cache/storage/driver.php#L382 ``` // When not yet set, use $handler or detect the preferred handler (string = string, otherwise serialize) if (empty($this->content_handler) && empty($handler)) // (1) { if ( ! empty($handler))...
Looks like work started by Frank, but never finished?
Fatal error: Uncaught Error: Call to undefined method Error::error_handler() in /home/hostname/public_html/folder/fuel/core/bootstrap.php:48 Stack trace: #0 /home/hostname/public_html/folder/fuel/core/vendor/phpseclib/Crypt/AES.php(467): {closure}(8192, 'Function mcrypt...', '/home/hostname/...', 467, Array) #1 /home/hostname/public_html/folder/fuel/core/vendor/phpseclib/Crypt/AES.php(279): PHPSecLib\Crypt_AES->_mcryptSetup() #2 /home/hostname/public_html/folder/fuel/core/classes/crypt.php(107): PHPSecLib\Crypt_AES->encrypt('a:3:{i:0;a:6:{s...') #3 /home/hostname/public_html/folder/fuel/core/classes/session/driver.php(459): Fuel\Core\Crypt::encode('a:3:{i:0;a:6:{s...')...
PHP MongoDB Driver has been updated in 2016, the old client class `Mongo` is deprecated. https://derickrethans.nl/new-drivers.html But we still have this check in our core MongoDB class. Should we change...
As of now, there's no way to pass attributes to the individual options of Form::select. It's not a very common thing, but it can be useful at times, e.g. to...
Latest core update disabled some my one process. While investigating the issue I've discovered that $_GET is being overwritten in Input_Instance class, uri(). When param contains + or may be...