Freemius / freemius-php-sdk

https://freemius.com
22 stars 13 forks source link

If zip file over 2mb doesn't work #13

Closed Mte90 closed 4 years ago

Mte90 commented 4 years ago

With https://github.com/CodeAtCode/freemius-suite/ I upload new plugin version. Seems that this SDK fail when I try to upload a zip package of 3.3mb (the dashboard instead works). On line https://github.com/Freemius/php-sdk/blob/master/freemius/Freemius.php#L280 the $result variable is empty and doesn't include any glue of what is happened. I tried with a bit of debugging but everything stops right here.

Mte90 commented 4 years ago

Just an update, I get:

stdClass Object
(
    [error] => stdClass Object
        (
            [code] => 0
            [message] => 
            [type] => CurlException
        )

)
Mte90 commented 4 years ago

It seems something that happen by time, I added more error reporting for the next time to understand what is happening.

Mte90 commented 4 years ago

I am getting this because I have upload issues