Page 1 of 1

FAQ

Posted: Wed May 03, 2017 3:16 pm
by alf
Here are some known Q&A for the WordPressChess plugin

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
- After this is set, you need to restart your web server
- 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');