Opened 17 months ago
Closed 17 months ago
#1488292 closed Bugs (fixed)
PHP error in LOG-File
| Reported by: | Michi69 | Owned by: | thomasb |
|---|---|---|---|
| Priority: | 2 | Milestone: | 0.8-beta |
| Component: | Core functionality | Version: | git-master |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Error while loading eMails (Server Error)
Log:
[05-Jan-2012 18:58:54] PHP Fatal error: Call to undefined method DateTime::setTimestamp() in /xxxxxx/program/include/main.inc on line 1066
(Occures in trunk-5726).
Change History (4)
comment:1 Changed 17 months ago by alec
- Milestone set to 0.8-beta
comment:2 Changed 17 months ago by alec
- Owner set to thomasb
Also, DateTime? and DateTimeZone? constructors throws Exceptions on errors. They should be handled.
comment:3 Changed 17 months ago by Reload
I'm having the same problem, after svn 5707 my roundcube isn't working any more !!!
http://trac.roundcube.net/ticket/1485592
[06-Jan-2012 08:22:25] PHP Fatal error: Call to undefined method DateTime::setTimestamp() in /home/xxxxxx/public_html/webmail/program/include/main.inc on line 1066
comment:4 Changed 17 months ago by thomasb
- Resolution set to fixed
- Status changed from new to closed
Sorry, my bad. Fixed in [6c0702e5] and [ac78df34]

Looks like PHP 5.3 feature. PHP manual provides PHP 5.2 alternatives.