Bug #777
cache
| Status: | Resolved | Start: | 10/19/2009 | |
| Priority: | High | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | core | |||
| Target version: | 2.3 | |||
Description
error setting true cache on index, it returns:
Fatal error: Call to a member function get_string() on a non-object in /home/seinkraf/public_html/furpiled.com/core/util.inc.php on line 328
(i'v setted custom cokie prefix | using trunk version from git)
History
Updated by Shish Moom 25 days ago
- Status changed from New to Resolved
Gah, that setting requires the database to be active, when the point of caching is to happen before it's active >_<
1d46dbb removes the database-based setting and uses an index.php define() instead