PROBLEM INSTALLING THE PLUGIN
- Possible solutions:
1) The plugin is 10MB+ large. If PHP file upload size is too small, the installation will fail
- Max upload size can be set in php.ini on your server
Example:
Code: Select all
upload_max_filesize = 20M
- Restart Apache: ( see https://www.cyberciti.biz/faq/star-stop ... webserver/)
- Restart Nginx: command: sudo systemctl reload nginx or sudo systemctl restart nginx
2) FTP upload problem
- Problem related to FTP on your server may be solved by adding the following line to your wp-config.php file:
Code: Select all
define('FS_METHOD', 'direct');