This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 196761

Summary: Sample project Jobeet is outdated
Product: php Reporter: Vladimir Riha <vriha>
Component: SymfonyAssignee: Tomas Mysik <tmysik>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.0.1   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description Vladimir Riha 2011-03-16 09:44:11 UTC
The sample project for Symfony framework is most likely outdated, since it is propably supposed for Symfony 1.2 and not for 1.4 or higher. This causes problems because the project uses i.g. this command to exclude some plugins:
$this->enableAllPluginsExcept(array('sfPropelPlugin', 'sfCompat10Plugin'));
in Jobeet/config/ProjectConfiguration.class.php 

These plugins aren't in new version of Symfony and excluding nonexisting plugins throws error if you try to run symfony command from within netbeans. There is some old issue about this from symfony trac http://trac.symfony-project.org/ticket/7673
Comment 1 Tomas Mysik 2011-06-03 10:23:26 UTC
Batch reassigning.
Comment 2 Tomas Mysik 2011-06-09 13:56:35 UTC

*** This bug has been marked as a duplicate of bug 199310 ***