Topic-icon Installation of JFBConnect 6.3.0 fails on Joomla 3.4 from 6.2.1

Active Subscriptions:

None
Installation of JFBConnect 6.3.0 fails on Joomla 3.4 from 6.2.1 with message "Error There was an error uploading this file to the server. Small PHP file upload size Unable to find install package" when i try to upgrade via Extensions, Install, Browse, and then points at the Com_JFBConnect6.3.0.zip file downloaded from SourceCoast.
I also tried through Update extension but fails saying "server not found" I believe this one is because SourceCoast does not support direct update via web. But the install from browse directory should have worked, any idea what causes this?
The topic has been locked.
Support Specialist
For you to be able to update the file from the Joomla Update Manager, please make sure that you have set your subscriber ID setting in JFBConnect. Without this, you will be unable to download/install the package that way as sourcecoast.com will have no knowledge of your subscription.

Regarding the installation failing when selecting a zip file, the size of the latest 6.3 version is larger than the default size allowed by PHP. To solve this, you can edit your php.ini file. The new settings to fix this would be:
upload_max_filesize="3M" 
post_max_size="3M"

After you make the changes and restart Apache, please go to the System -> System Information -> PHP Information section in the Joomla Admin area. Then, search for the values you updated "upload_max_filesize" and "post_max_size". There will be a few columns after each value. The first column is the "Local" value, which is what is currently being used. Please make sure that is at the 3M value you specified above to make sure the values took effect and then try the installation again.

-Melissa
The topic has been locked.
Active Subscriptions:

None
Solved! Thanks you for prompt and detailed reply
The topic has been locked.
Support Specialist
Great, glad that solved the issue!
The topic has been locked.