Cant install any plugin

Hi!

Every plugin i try to instal through the plugin gallery i get the error “The uploaded plugin archive does not contain a folder that corresponds to the plugin name”
Could someone please tell me what i’m doing wrong?

Thanks

Hey @cembra,

This is a guess but do you have your tar and zip paths correctly configured in your config.inc.php file?

Cheers.
Jason

Hi @jnugent, thanks for your reply :slight_smile:
To answer your guess… I dont know…
What should be in that file to have the correct configuration?

Thanks!

Hey @cembra

You should talk to a systems administrator. The defaults for those options are reasonable, but they might be different in your case. Also, there may be permissions issues on your plugins/ directory, e.g. perhaps your webserver is running as a user who cannot write to that directory or its sub directories.

Cheers,
Jason

I’ve discoverd the problem:
As the site should not be online while in development and tests, i’ve protected the public html folder with a password.
Without it, it works fine.

Thanks again @jnugent