Kayue Yeung

Results 44 comments of Kayue Yeung

I think you have to remove the `--no-scripts` option.

What for?

It should be here, are you using the latest version? https://github.com/kayue/KayueWordpressBundle/blob/master/Resources/config/services.yml#L15

Can you try changing the version to `dev-master`?

Sorry I think you need PHP 5.5 to support the `[]` syntax :(

@Louis94 It should come with Doctrine, see: https://github.com/kayue/symfony-wordpress-edition/blob/master/app/config/config.yml#L43-L65

@Louis94 In fact it is throw by https://github.com/kayue/KayueWordpressBundle/blob/6549d2a7558f95220477471837046f39a1b5ccb4/DependencyInjection/Compiler/PreventDoctrineMetadataCompilerPass.php It is used to prevent dumpping WordPress schema when `doctrine:schema:update` command is execute. You can add a try catch block in this...

Reworking multisite and a lot of things in https://github.com/kayue/KayueWordpressBundle/pull/48 It could solve this problem

@ahmed-hamdy90 I am using it with FOSUserBundle. May I have a full log? I think this is a bug and I want to know where triggered it. Thanks.

@ahmed-hamdy90 oh wait I'm not using FOSUserBundle. BTW I am not using `RememberMeServices` in anywhere, dunno what triggered it.