Usually when we install a module in Social Engine we upload the tar file using the Package Manager, follow the onscreen instructions and we are done. By default php has an upload size limit of 2MB and if we happen to upload a file larger than 2MB we will get an error in the Package Manager “Upload Failed: Server response error #302”, so the tweak is to increase the upload size limit in php.ini. But what if we do not have access to this or we do not know how modify the file? Don’t worry there is quick way to solve our problem. We will upload the tar file to your website via FTP. Yes, this is a shortcut and a quicker way.
To do this follow the steps below:
Note: This tutorial only applies to modules and not to widgets. I will create another tutorial for the widgets.