-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
validation.uploaded Error #4
Comments
Unfortunately, I cannot reproduce this problem. Can you please tell me? |
It's a server-side issue but has nothing to do with LinkStack directly. It's a php default limitation. The problem is upload_max_filesize which is set to 2MB and post_max_size which is set to 8MB (this isn't really a problem because Winter-Wonderland is only ~3MB) as default (at least for me (i use Openlitespeed)). You can test it with a high-resolution picture like this one. You will get the same Error.
Save the file and restart Apache. For Openlitespeed go to Virtual Hosts --> View LinkStack --> General --> php.ini Override --> Edit --> Paste the same two lines as mentioned above and save it --> Graceful Restart For NGINX open the php.ini File with
|
I think that issue can be closed since it is a server side configuration issue and I was able to upload all latest themes without problem to the self-hosted instance. |
I get a
validation.uploaded
error when attempting to upload this theme,v1.6
.The text was updated successfully, but these errors were encountered: