Skip to content
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

Erreur d'exécution #30

Open
ghost opened this issue Mar 20, 2012 · 3 comments
Open

Erreur d'exécution #30

ghost opened this issue Mar 20, 2012 · 3 comments

Comments

@ghost
Copy link

ghost commented Mar 20, 2012

Hello!
I am running RDVZ on an Ubuntu server, everything required is fully up-to date, however when I try visit the homepage (located @ serverhost/rdvz/web/index.php) I get the following error.

Erreur d'exécution

Une problème s'est déclaré et l'exécution n'a pas pu arriver à son terme, essayez de rafraîchir la page puis de retenter la manipulation.

Has anyone had the same experience?
All help welcome, thank you!

@ghost
Copy link
Author

ghost commented Mar 20, 2012

Hello, The issue I experienced was due to file permission configuration.

I fixed this by navigating to my rdvz install directory (/var/www/rdvz for me) and used the following command
"sudo symfony fix-perms"

Hope it helps!

@rjeanson
Copy link

Very likely you have not changed the Linux owner and the group of your files.
Go to your files location, and if for example your directory is called rdvz, just type:

chown -R www-data rdvz/ && chgrp -R www-data rdvz/

-R is for recursive action: it will change everything inside your rdvz directory

Hope this helped
Romain

@rubo77
Copy link

rubo77 commented Mar 23, 2013

This didn't help, the bug is still there, I cannot start it

@rubo77
Copy link

rubo77 commented Mar 23, 2013

I got it: i have to execute ./install in the rdvz folder first, completed that and it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants