- Messages
- 3
- Reactions
- 1
This can be date issue with your computer setting. One thing you can do. Go to application/controllers/admin/Admin.php file. Line no may be 415 and 416. Remove 20.I have freshly installed the 7.1.0, everything goes fine while installation. but when i login to superadmin, the browser shows nothing and 500 server error appears. Please help me regarding this issue.
$first_day_this_month = date("$Current_year".'-m-01'); //added
$last_day_this_month = date("$Current_year".'-m-t'); //added
or enable debugging mode. and see to error log file. and check the issue.
I got the same issue. And finally solved the issue.
Reacted by: