-
-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not save project: unknown macro $PROJECT_CONFIG_DIR$ in storage spec $PROJECT_CONFIG_DIR$/symfony2.xml #122
Comments
mmh.. looks like a broken ide installation. reinstall possible, which version of phpstorm or IntelliJ? |
Idea 12.1.5 (build 129.961). It is easy to reproduce.
|
I can confirm this for IDEA 12.1.4. But it does not happen with every project. I noticed it after opening a grails project. I don't think the dialog appears after opening a symfony2 project with active symfony2 plugin. BTW: @Haehnchen Nice name/image combination. :) |
@fadorator, no it happens with symfony2 projects too. @Haehnchen, I suspect the error occurs only with file-based format project. The fault is on 13-18 lines of https://github.com/adrienbrault/idea-php-symfony2-plugin/blob/master/src/fr/adrienbrault/idea/symfony2plugin/Settings.java
This code is not support file-based storage for settings. |
@Haehnchen please read this http://devnet.jetbrains.com/thread/275801 |
@mtal I think you could be right, this grails project I was talking about is file-based too. My symfony2 projects are directory-based and they work fine. |
The solution is
|
thx for support |
@Haehnchen storage name "Settings" is not good for file-based format. It must be unique. Now section of the php-symfony2-plugin configuration in .ipr looks like:
I suppose you should rename "Settings" to something like "Symfony2PluginSettings" or "fr.adrienbrault.idea.symfony2plugin.Settings" or something related to plugin name. |
Idea 12 after activating plugin constantly throws message "Could not save project: unknown macro$PROJECT_CONFIG_DIR$ in storage spec $PROJECT_CONFIG_DIR$ /symfony2.xml"
The text was updated successfully, but these errors were encountered: