Question

I create a plugin, everythinks works fine in local. I use MAMP But, on my server Debian, the plugin is invisible. Then, I changed chmod -R 775 wp-content But still doesn't works ?

Was it helpful?

Solution

That's not a lot to go on, maybe add a bit more info and/or some code. Do you mean you don't see it in your plugin list? Check these:

  1. Did you upload in the correct map (inside wp-content/plugins)
  2. Are you looking at the correct server/website?
  3. Has the index.php or other file the required wordpress plugin comments?

what Wordpress version do you use?

OTHER TIPS

My 2 cents: Ensure there is a php file with the same name (+ .php) as the folder you placed your plugin in (beware debian is case sensitive about file names).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top