Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not Running on Server #106

Open
Nganyu opened this issue Mar 13, 2017 · 1 comment
Open

Not Running on Server #106

Nganyu opened this issue Mar 13, 2017 · 1 comment

Comments

@Nganyu
Copy link

Nganyu commented Mar 13, 2017

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

@vin89423
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants