-
https://stackoverflow.com/questions/4566301/htmlpurifier-with-an-html5-doctype
-
Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 1065357312 bytes) in C:\xampp\htdocs\nordegg\fuel\application\views_layouts\home.php on line 58
-
https://stackoverflow.com/questions/8268853/codeigniter-multiple-database-connections
-
4. Do the logs change if you turn on and off the error reporting in the index.php file (where the ENVIRONMENT switch statement is and it sets it between lines 139-163):
-
[Fri Nov 20 07:21:01 2020] [error] [client 95.91.236.243] request="GET /assets/images/assessments/boulder.png HTTP/1.1" pid=139784005643584 uid=3932064 gid=3932064, referer: https://
-
I made a gist with a working approach (it's quite messy, but people who understand Fuel should be able to follow) https://gist.github.com/marcus-at-localhost/16262b75a9a82854fd82474de7d0eb47
-
I decided to give Select2 v4 a try and it works alright. I updated the gist with some raw code how to approach it: https://gist.github.com/marcus-at-localhost/16262b75a9a82854fd82474de7d0eb47
-
Select2 expects everything than a <select> field to work with ajax (https://select2.github.io/select2/#data and https://stackoverflow.com/a/16345339/814031) - I don't know if an update t
-
I proposed a solution here: https://github.com/daylightstudio/FUEL-CMS/issues/569
-
Line 336 of ./modules/fuel/models/base_module_model.php contains:
-
https://github.com/daylightstudio/FUEL-CMS/commit/c81875619e4079a8205f02547197c7abc7b995f3
-
Thanks for that hint, I figured it out! clean() on line 1116 of the Fuel_search library was calling $cleaning_funcs from the search config file. Apparently zap_gremlins on line 85 of the search config
-
6 gloss_nep varchar(255) utf8_general_ci No None
-
if ($x == 0 || $x == 21 || $x == 41 || $x == 61 || $x == 81){ ?> <h4 class="rood"><?php echo fuel_var('sectie_titel'.$titlenr); ?>&a
-
-
https://stackoverflow.com/questions/60634341/codeigniter-3-samesite-attribute-for-csrf-protection
-
Are you using the jquery() function that comes with FUEL? If so, that should be automatically creating that hash value and storing it in the cache (see Asset::jquery() line 655).
-
The integrity constraint error is when the sha256 hash of the file doesn't match the value in the integrity constraint attribute. This is used to prevent remote scripts changing unexpectedly perhaps w
-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" integrity="sha256-iBcUE/x23aI6syuqF7EeT/+JFBxjPs5zeFJEXxumwb0=" crossorigin=&a
-