ci_bootstrap_3 icon indicating copy to clipboard operation
ci_bootstrap_3 copied to clipboard

Not Running on Server

Open Nganyu opened this issue 7 years ago • 1 comments

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 image

Nganyu avatar Mar 13 '17 21:03 Nganyu

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.

vin89423 avatar Jul 28 '17 04:07 vin89423