I have seen that upload_size is about 2M, so that's why you can't upload your plugin. Should be less or equal to 2M
hahahaha nice xDIt's 64M on x12. You can verify this by doing a simple <?php echo ini_get("upload_max_filesize"); ?>
http://gjr.x10.mx/qqqq.php
I promise, that's the code. Not <?php echo "64M"; ?>![]()
![]()
If the green arrow says anything but "Native (7.2)", click on the option by the red arrow to edit upload_max_filesize
![]()
Scroll down towards the end, and use the drop down to set the desired file size (the native php version have 64M, which is suitable in most cases).
You would need to edit the memory_limit, and post_max_size as well. Memory limit should be higher then both the others and post size should be higher then upload size.
hahahaha nice xD
EDIT: I'm on x15 server :c. Maybe that's why.
The thing is, i have called phpinfo() function and it says it is 2M and I try to upload a image above 2M, my script doesn't upload it at all. Unlike the old server I was, I could do it without any issue.