ekino-wordpress-symfony icon indicating copy to clipboard operation
ekino-wordpress-symfony copied to clipboard

Work with sf3 ?

Open epci opened this issue 8 years ago • 4 comments

I have a problem with this plugin and sf3

when i try to activate the plugin, i have an error :

Fatal error: Call to undefined method appDevDebugProjectContainer::enterScope() in /home/ed/workspace/tools/wordpress-symfony/wordpress/wp-content/plugins/ekino-wordpress-symfony-master/core.php on line 28

(i change line 19 and 20 to work with the new directory structure)

    require_once sprintf('%s/app/autoload.php', WP_SYMFONY_PATH);
    require_once sprintf('%s/app/AppKernel.php', WP_SYMFONY_PATH);

epci avatar Feb 26 '16 19:02 epci