• Resolved lalaloo

    (@lalaloo)


    After trying multiple other similar plugins, it seems that this one has the best and easiest capabilities for my users to post articles from the front-end, namely directly from their Buddypress profile.

    But there’s a problem – neither I (as admin) nor my members (as subscribers) can add an image to the post. Although I have my max file size at 50M, when I try to add the featured image to a post via social article, I get a recurring error :

    “increase post_max_size and upload_max_filesize to 128M”

    The text saves well, but the image (even much smaller in size) does not.

    I also wonder if this plugin is going to be updated any time soon since its been 6 months since your last update and this board seems to not be getting responses.

    Hope hear from you soon.
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Had the same problem, and the only fix I could come up with and it works, is to comment out $this->sizeLimit = $this->toBytes(ini_get('upload_max_filesize'));

    So, in social-articles\includes\sa-form\fields\commons\uploader.php on line 94, should now look like this:

    //$this->sizeLimit = $this->toBytes(ini_get('upload_max_filesize'));

    Your max fize size will be automatically set to less than 1 meg (which is what the Social Article plugin code sets it at.

    JJ

    Plugin Author Broobe

    (@broobe_dev)

    Fixed in version 2.3! Thanks for using social articles!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with images’ is closed to new replies.