-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
app/console doctrine:cache:clear contao.cache is not working #73
Comments
|
You have to run the scripts via |
|
that worked as a sudo and afterwards setting the ownership new. Please change this on the error-message |
|
What error message? |
|
When install is blocked it says please run: app/console doctrine:cache:clear contao.cache This is not working. vendor/bin/contao-console cache:clear was working but had to run as sudo and afterwards do a chown on the contao to the web-user in my case www-data:www-data |
|
What do you mean by "install is blocked"? I have never seen such a message. |
|
install the managed edition, after installing and login go back to /contao/install. This was not working for me |
|
You're right, very strange. I have no idea why this command should fix the issue anyway :D |
|
Best solution would be to put an option to the system settings. But this command was not helpful and you find no advice when you search in google. So as a first step change the message to something working. |
|
This is actually just another reason why we should have a The error message is correct for the SE but not for the ME. @contao/developers /cc |
|
As discussed in Mumble on July 13th, we should use a simple file locking similar to the Lexik maintenance bundle. |
|
Contao 4.4.7 Das funktioniert bei mir für die Standart-Edition genauso wenig. Er rödelt zwar kurz nach dem Befehl aber die Block-Fehlermeldung bleibt die selbe. Auch was in der Anleitung (https://docs.contao.org/books/manual/current/de/01-installation/contao-installieren.html#das-contao-installtool) steht funktioniert nicht. |
|
@srhinow what the messages does not tell you is that the (or If you want the See also contao/core-bundle#1088 |
|
i think that i have the Standart-edition and i try all of eny comands with --env=prod and without as sudo and without. |
|
Are you sure you have used the following command: This works as far as I have tested.
It is an environment variable set by your operating system.
If you just want Contao, you are probably better off with the managed edition. But that depends on your specific requirements. |
|
Fixed in 828addd. |
|
Shouldn't the file be stored in the cache directory? I mean it's totally fine to remove the install lock if someone removes the cache? Or are we intending to allow locking of the install tool to make it unusable in general? |
|
The latter. Just like the maintenance lock file, which we have moved out of the cache directory already for the exact same reason. |

May 26th, 2017, 14:45 GMT
installed managed edition but app/console doctrine:cache:clear contao.cache is not working, there is no console under app/ while I entered 3 times wrong password on install tool
The text was updated successfully, but these errors were encountered: