If you are getting a blank screen, 500 Internal Server error, or similar issues when uploading your content. The most common reasons are your servers upload limit, permissions, or your internet connectivity:
Supported Uploading Methods
GrassBlade xAPI Companion support these content uploading methods:
Are you able to upload a zipped plugin file to install it on your WordPress?
If not? please try to fix that first.
Here are possible solutions
Record/note the findings of each step, because that will help us if have to contact us.
Test with a smaller file
To confirm if the issue is due to file size or in the upload process, try uploading a small file. You can download a sample file from here.
NOTE: If you are able to upload a smaller file, skip Step 2 below. If you are not able to upload a smaller file, try Step 2 below first.
NOTE 2: If you are on GoDaddy hosting, you need to change the hosting.
Set FS_Method
Try adding this line to the wp-config.php file.
define('FS_METHOD', 'direct');
Increase upload limit via php.ini
Locate the file named php.ini in your WordPress installation folder on the web server. If the file does not exist, create a new empty file.
Edit the php.ini file and add the following new lines, taking care not to modify any existing lines which may be important to your website configuration:
upload_max_filesize = 64M
post_max_size = 64M
Increase upload limit via .htaccess
If Option 2 did not work, locate the .htaccess file in your WordPress installation folder on the web server. If the file does not exist, create a new empty file.
Edit the .htaccess file and add the following new lines, taking care not to modify any existing lines which may be important to your website configuration:
php_value post_max_size 30M
php_value upload_max_filesize 30M
Option 2 and 3 depend largely on your server’s configurations and permissions. And if they don’t work, you would need to revert back the files. If none of the above options work for you, you would need to ask your host or server admin to increase the upload limit for you.
Increase Memory Limit
If you are able to upload small files, but not able to upload a larger file. Try adding this line in the wp-config.php file:
define(“WP_MAX_MEMORY_LIMIT” , “1024M”);
If none of the above steps worked. Try different methods of upload as listed at the top of this article, and contact us with your findings on each step and each method you tried.
If you still need help, please create a support ticket with responses to the following questions:
- Which host you’re using to host your website?
- Which server you’re on? Like APACHE, Nginx, or IIS?
- Are you able to upload zip plugins to install them on your WordPress?
- Please provide WordPress Admin & FTP or SSH login details.
any one got the https error during uploading the scrom data in xAPI companain plugin in Learndash?
Hi Ali,
We haven’t seen any such issues, could you please create a support ticket and attach a screenshot of the issue.
Link: https://nextsoftwaresolutions.zendesk.com/hc/en-us/requests/new
Please ignore if you have already created one.
Regards,
Yes. I have. Just looking for the answer now. Does anyone know what this is about?
We replied to your support ticket!
What was the fix for this? We have followed the helps steps but continue to get am http error when uploading anything over 250mb.
Hi Josh,
It is a server related issue, please connect with your server admin.
If they think it is GrassBlade’s issue, then please create a support ticket with following information:
1. Access to WordPress
2. Access of cPanel/FTP/SSH (any)
3. Content zip file.
Link to create a support ticket: https://nextsoftwaresolutions.zendesk.com/hc/en-us/requests/new
You can try Dropbox import method for large files, learn more: https://www.nextsoftwaresolutions.com/kb/direct-upload-of-tin-can-api-content-from-dropbox-to-wordpress-using-grassblade-xapi-companion/
Saurabh