Répondre à : Vous ne pouvez pas installer de nouveaux modules

Accueil Forums Gestion d’un serveur WIMS Administration d’un serveur WIMS Vous ne pouvez pas installer de nouveaux modules Répondre à : Vous ne pouvez pas installer de nouveaux modules

#3336
Avatar photoOlivier
Maître des clés
Up
0
Down
::

Maybe your problem comes from the specific installation made by Georges. I think you should ask him if he has an idea.

I see that you have not the script « wims_modules.pl ». If you want, you can find it here in the repository :

https://sourcesup.renater.fr/scm/viewvc.php/trunk/wims/src/wims_modules.pl?view=markup&root=wimsdev

But you have to know that you should not call WIMS scripts as root (i.e : with ‘sudo’)
You better have to call them as « wims » user.
You can do that by switching to it : su - wims
But, depending on how your installation has been made, it is not always possible. If not, maybe you can call scripts as wims user like this :
sudo su wims -c "perl src/wims_modules.pl"

Olivier Bado-Faustin / Université Côte d’Azur