ekino / EkinoWordpressBundle

Integrate Symfony with WordPress and WordPress with Symfony
GNU General Public License v2.0
311 stars 79 forks source link

Routing, header already sent and plugin problems... #131

Open qwertyele opened 7 years ago

qwertyele commented 7 years ago

Hey there. Having some problems after installing this bundle... i would be grateful for some help.

  1. Calling a newly generated Sf controllerAction (with app.php) , shows the "hi world" text, then an error message. ContextErrorException in pluggable.php line 1179: Warning: Cannot modify header information - headers already sent.

  2. Doing the same with app_dev.php shows a wp page with Sf profiler, which says the "Ekino\WordpressBundle\Controller\WordpressController::catchAllAction" was called.

  3. Cannot enable the Ekino Wordpress Symfony plugin, because it doesn't see the vendor directory.

Thanks.