khodakhah / nodcms

NodCMS-Bundle - to download - the open-source PHP CMS based on the CodeIgniter
https://nodcms.com
MIT License
71 stars 64 forks source link

propositions for nodcms version 3.2 #59

Closed DEV-byoos closed 2 years ago

DEV-byoos commented 3 years ago

Hello khodakhah

Thank you for the nodcms version 3.2, I have run the installation and composer a double installation of the system /root/system and vendor/codeigniter4/framework/system /root/nodcms-core/config/paths.php public $systemDirectory = SYSTEMPATH;

and in /root/public/index/php // CodeIgniter core path define("SYSTEMPATH", ROOTPATH. "vendor/codeigniter4/framework/system".DIRECTORY_SEPARATOR);

add to nodcms-core/config/Execptions.php for CI 4.1.4 app public $sensitiveDataInTrace = [];

In /root/nodcms-installer/installer.php correct the version class Installer extends Base { public $product_name = "NodCMS"; public $product_version = "3.2.0";

in case you work outside DocumentRoot/myPath...


IN /root/public/.htaccess line 33 to modify with index.php?/$1 RewriteRule ^([\s\S]*)$ index.php?/$1 [L,NC,QSA]


.

DEV-byoos commented 3 years ago

Hello, as indicated in my first message I started again with the version of NodCMS 3.2, I launched the installer which does not display the CSS anymore, see the patch below


/root/public/.htaccess

line 33 to modify with index.php?/$1 RewriteRule ^([\s\S]*)$ index.php?/$1 [L,NC,QSA]


see https://includebeer.com/en/blog/the-checklist-of-things-to-check-when-your-codeigniter-4-web-application-is-not-working

then returns an AJAX validation error at the database information validation step??? I force, it passes...

I leave with a new database and the code of the 3.2 version

the Frontend launches correctly, I try a login, I validate and there ho 404 Not Found http://localhost/admin I stayed at this level, I load again cordially

Translated with www.DeepL.com/Translator (free version)