Mojtaba
Mojtaba
Hi, It will fix in next update. Thank you for your report.
Hi, do you have any log files in `writable/logs/`?
Then definitely you should have a PHP log. According to #72, please try to enabling `php_intl` extension in `php.ini`
> Hi, Unfortunately there isn't log file in the folder. Would be possible install it by hand? Unfortunately, not yet. But it's on milestone #69.
Hi, I didn't understand, what was the problem and why you want to do this change? 🤔
Check your database table `languages`, if it's empty, you can add a record like a bellow: ``` array( 'language_id'=>1, 'language_name'=>'english', 'language_title'=>'English', 'code'=>'en', 'public'=>1, 'rtl'=>0, 'sort_order'=>1, 'created_date'=>time(), 'default'=>1, 'image'=>'upload_file/lang/en.png' ) ```...
The problem with the first login is not reproducible for me. Let's just let it go because it's not so important and does not block any process. It will come...
Hi, Unfortunately, I couldn't reproduce the error. Are you using PHP version 7.3.0 or more?
There isn't any MySQL code to import into the database. It will generate from Model classes during the installation wizard. It would be great if you help me to find...
If you are not able to see [index of the installer](https://nodcms.com/assets/img/install-1.png), it means there is something wrong with the server config, PHP request, or .htaccess file. Please make sure that...