Code: Select all
Feb 19 07:42:39 s302 php5-cgi: PHP Warning: strtr() [<a href='function.strtr'>function.strtr</a>]: The second argument is not an array. in /.../phpbb3/includes/session.php on line 2088
Code: Select all
return strtr(@gmdate($date_cache[$format]['format_long'], $gmepoch + $date_cache[$format]['zone_offset']), $date_cache[$format]['lang']);
There is any solution to this problem?
* I already update all languages files and clear the cache.