Recently, I change my host server. that causing a problem. When I want upload a new theme or plugin instead of using dashboard uploader want me to enter FTP host and username and password, What I can do to come back to the previous uploader?
|
If you're on a shared server, it's unlikely your host will correct this issue, but you can add the upgrade constants to your wp-config file so it will at least stop asking every time. |
|||||
|
|
|
Depending upon your hosting providers configuration this could be the result of permissions issues on your account. Sounds like httpd (i.e. Apache) is running in a different security context than your user account. Typically this means that httpd can't write to files or directories within your document root. Open a ticket with your provide and ask them to check the permissions and httpd/user context. |
|||
|
Using FTP give 0777 permitions to you wp-content (for future created nested upgrade directory and nested themes directory. Also check are you able to upload any files to server (in not do same for uploads folder). Givivng 0777 permistions to plugins directory and all files inside - will enable edition of files via Interface. |
|||||||||||||
|
