f3-cms icon indicating copy to clipboard operation
f3-cms copied to clipboard

PHP7 Fat-Free Framework https://fatfreeframework.com based CMS extending original https://github.com/vijinho/f3-boilerplate project and using UI-kit http://materializecss.com/

Results 3 f3-cms issues
Sort by recently updated
recently updated
newest added

``` Internal Server Error The (unset) cast is deprecated [f3-cms/lib/bcosca/fatfree-core/base.php:2174] Base->error() ``` This bug happen on PHP 7.4 but above code has deprecated since PHP 7.2. Google says that this...

"Change the app/config/default.ini and config.example.ini files to suit your project" This should be: Rename app/config/config.example.ini to config.ini, then default.ini and config.ini files to suit your project.

Hi, thanks for this boilerplate code. I encountered a problem with registering as a new user. 0. I setup the Database in manually with importing the create.sql 1. On register...