I’m in need of getting WordPress integrated into my site. It works by itself, but attempting to integrate it within a custom Zend_View layout template I get the following error:
Fatal error: Call to a member function hide_errors() on a non-object in <path>/wp-includes/cache.php on line 206.
From what I can tell, everything should be valid to that point, so I cannot tell where the conflict lies.
Any ideas?
[ versions – ZF: 0.2.0 | WP: 2.0.5 ]
This is close to what I’m looking for, but I’d love to find a good way to have it be something you could expand/collapse. I avoid javascript, so I could look at doing this with post/passed options. Would anyone have any idea if this exists or know how to do it effectively?