From: Andrew H. <hu...@ll...> - 2003-08-05 22:35:33
|
Hello, I'm trying to set up a cache for my document objects following this page: http://openinteract.sourceforge.net/docs/caching.shtml I've followed all the instructions and checked my work, but I keep getting the following error: --EXITED WITH ERROR from main handler eval block Error: Subclass must define initialize() Its dying on line 127 of OpenInteract::Cache.pm. I didn't see any mention of having to override methods to get the cache to work in the documentation. Nor in News.pm. Though I did see where it says you need to override these in OpenInteract::Cache. Any thoughts? Am I using it wrong? Thanks for all the help. -Andrew |