Yii2 Reportico Reference - "Projects area does not exist - cannot write project after enter and reenter password."
After install in composer--> error.
"Projects area does not exist - cannot write project after enter and reenter password."
How to solve it
D:\xampp\htdocs\basic\vendor\reportico\yii2-reportico\components\projects\admin & copy paste adminconfig.template to config.php then open file config.php change SW_ADMIN_PASSWORD to password that you want and replace SW_LANGUAGE to en_gb example as below:
// Set to Blank to allow reset from browser
define('SW_ADMIN_PASSWORD','admin');
// Default System Language
define('SW_LANGUAGE', 'en_gb');
credit to : http://evocrus.blogspot.my/2015/09/membuat-laporan-dengan-reportico-yii2.html
Comments
Post a Comment
thanks