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 193222 - Add the option to change the location of the default symfony script
Summary: Add the option to change the location of the default symfony script
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Symfony (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-10 10:52 UTC by pasmaill
Modified: 2011-06-03 10:21 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pasmaill 2010-12-10 10:52:53 UTC
Due to hosting setup requirements one may need to change the default symfony project folder structure to, for example, as follows:

/
  public_html/
    css/
    images/
    js/
    uploads/
    .htaccess
    frontend_dev.php
    index.php
  symfony/
    apps/
    cache/
    config/
    ...default symfony structure...
    symfony (script)

Note that the symfony sript is no longer in the root.

When attempting to open the symfony "Run command" dialog you recieve the following message: "Using the default symfony script because the project's one is not valid. (Symfony script is not a valid file.)"

So as a solution add the option to set the path to the symfony script (Or the symfony folder) in project properties in the case of it not being in the default location.
Comment 1 Tomas Mysik 2011-06-03 10:21:45 UTC
Batch reassigning.