ci_bootstrap_3
ci_bootstrap_3 copied to clipboard
Not Running on Server
Hello Everyone, I recently downloaded and developed and admin system based on ci_boostrap 3. It was amazing how quick it was to finish my work. Now problem is i need it hosted, but it gives error 500 or some error like this on my server. i have done all i can changing php versions and all but nothing seems to work, please eombody help out. Thanks already
The error in your image show that you need to set timezone in your php.ini. Please open php.ini and edit date.timezone like the code below.
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = Asia/Hong_Kong
I am using ubuntu 16.04 and default path of php.ini is /etc/php/7.0/apache2/php.ini
.
Of cause, the timezone value should be your country.
For more information in your timezone value, you may visit here.