BYOOS
BYOOS
TTonsing, hello dear dev, the problem you have simple, NodCms is not designed to work outside /localhot/rootApp, I made the corrections on a NodCms 3.2.2c fork https://github.com/DEV-byoos/nodcms_v3-2-2c implementation http://byoosdigital.com with...
Hello, the following function returns NULL // Set loaded language $this->language = \Config\Services::language()->get(); in the Config\Services /** * @param string $locale * @param bool $getShared * @return Language */ public...
Hello, I took again the tests on the version nodcms 3.2, same problem as 3.0 and 3.1, in the services / Language have return an object where DBlanguage is NULL...
@SteveIreland OK, well received I had been working on the subject for a few days and I persuaded my time to test the routes regex, well I had seen this...
Hello dev's I suggest instead to choose CI4-upgrade which already runs well in alpha version, if you have a problem write me on Facebook #byoosdigital IB bye Gabriel see this...
Good evening, if you work outside DocumentRoot the problem comes from .htaccess, see the patch below and hop it rolls # .htaccess patch # IN /root/.htaccess force the http://localhost/public #...
hello dev's If you get the login window, it's because your two .htaccess files are good, but give us your new error message and specify if you can see the...
Hello dear dev, I am interested in a system like ci_hms, but the port to CI3.x is not complete: the name of the controller files must start with a capital...
hello, in class CRUDGenerator extends BaseController added 'tableName' => (string)$table, force le type STRING on $tableName in views bye Gabriel PS there is also a problem on the Flashdata of...
hello dev follow this correctif IN /root/public/index.php added tis define under FCPATH // Path to the front controller (this file) define('FCPATH', __DIR__ . DIRECTORY_SEPARATOR); // NodCMS public path define("SELF_PATH", FCPATH);...