-
Notifications
You must be signed in to change notification settings - Fork 6
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
Error creating user specific configuration directory '/var/www/.local/share/libgda' midgard-core #186
Comments
I think this is the same problem as midgardproject/midgard-php5#90 |
Yes I think it is. |
Creating '/var/www/.local/share/libgda' directory might be the best workaround. Error comes from libgda and there's nothing we can do. |
So the solution from https://bugzilla.gnome.org/show_bug.cgi?id=683262#c2 won't work in midgard? |
It's not a solution.
In other words, we need to start to use fake gda config and "fix" the problem in development branch only. |
Sorry for closing it accidentally ! |
I think Midgard shouldn’t be writing there ! If it does this location should be configurable at run time. When I saw this error in my logs my first reaction was "Did I catch a virus, is my server being attacked ?". Hope other people wont react the same way, if they do it won't help Midgard (many people want to use Java only as last resort) |
Creating the directory doesn't seem to solve the problem, because now I get:
|
creating an empty config file doesn't help either:
|
This removed the error for me: |
Thanks. Where should I put this XML content ? |
/var/www/.local/share/libgda/config |
Thanks, I will try it. |
Hi.
I am trying some of the bundles of Symfony CMF in an existing Symfony2 projet. I tried using Midgard instead of Jackrabbit. But i get this error: Error creating user specific configuration directory '/var/www/.local/share/libgda' midgard-core (in Apache error log)
The text was updated successfully, but these errors were encountered: