BYOOS

Results 7 issues of BYOOS

[email protected] / [email protected] correctif language 1)IN root/nodcms-core/controllers/Frontend.php // Set loaded language $this->language = \Config\Services::language()->get(); if(!$this->language) $this->language = Models::languages()->getOne(1); // Set language from database Services::language()->set($this->language); 2)IN root/nodcms-core/libraries/Languages.php public function get(): array...

support

Hello dev's Message: Class "Config\Renderer" not found //the name of the Renderer class has changed to AbstractRenderer IN root/APPPATH/Config/Kint.php at line 46 public $richSort = AbstractRenderer::SORT_FULL; //and use Kint\Renderer\AbstractRenderer; verify:...

Hello dev's http://byoosdigital.com Home - source NodCms 3.2.2, Site powered by CodeIgniter 4.2.11 framework - php8.2 - LINUX / Debian 11.6 server The switch to php8.2 requires some code updates......

I detected a problem with flashdata sessions not working!!! in the alert.php view the session key is NULL FIX at the beginning of the script add $session = session(); IN...

hello dev's this line is not good - Run `php spark db:seed users` to seeding default database user Replace to - Run `php spark db:seed Users` to seeding default database...

good morning, the file required by GoogleAnalytics ceklissatu-34a6f1eb7d85.json is missing InvalidArgumentException file "/var/www/html/ci4_morelab/morelab12/public//../ceklissatu-34a6f1eb7d85.json" does not exist

Hello devs ## correctifs byoosdigital.com config: PHP 8.3 - CI4.4.3 - debian 12.2 Error Class "Users\Validation\UserRules" not found in app/Config/Validation.php UserRules file name is missing an "'s" location: \Users\Validation\UserRules::class, /root/Modules/Users/Validation/UsersRules.php...