Copyright © 2012 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
| Project: | Kaltura Community Edition (CE) - Self Hosted Online Video Platform |
| Version: | api_v3 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
| Total votes: | 8 |
If your api_v3 fails to load, and you get the following notice on the log/kaltura_api_v3.log log file, this fix will solve the problem.
How to identify:
Empty reply from serverThe notice on the log/kaltura_api_v3.log file:
[API] [KalturaFrontController->errorHandler] NOTICE: kaltura/app/infra/log/KalturaLog.php line 93 - date() [<a href='function.date'>function.date</a>]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead
How to solve:
Open the following files:
app/api_v3/web/index.phpAnd add after the line <?php the following line:
date_default_timezone_set('Europe/London');
* Set 'Europe/London' to your location according to http://php.net/manual/en/timezones.php .
Comments
#1
Thanks for the possible fix. However, in my case this did not fix the problem, see:
http://www.kaltura.org/blank-page-after-login-and-invalid-ks