Embed WordPress into Zend MVC application
-
Hi!
I have a Zend MVC website (using, of course, Zend Framework) and I would like to embed WordPress functions to my layout.
I saw a couple of sites saying that you only have to include :
require("wp-load.php");
or
require("wp-blog-header.php");
… to make it work but no matter what I try, I always get :
Fatal error: Call to undefined method stdClass::set_prefix() in wp-settings.php on line 270Does anyone know how to solve this ?
Please note that I already have this website so installing WordPress and embedding Zend (which I know there is a pluggin to do that) is not an option.
Thanks!!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Embed WordPress into Zend MVC application’ is closed to new replies.