Title: Problem with images
Last modified: April 6, 2017

---

# Problem with images

 *  Resolved [lalaloo](https://wordpress.org/support/users/lalaloo/)
 * (@lalaloo)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/problem-with-images-25/)
 * 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)

 *  [JJNW](https://wordpress.org/support/users/jjnw/)
 * (@jjnw)
 * [9 years ago](https://wordpress.org/support/topic/problem-with-images-25/#post-9107005)
 * 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](https://wordpress.org/support/users/broobe_dev/)
 * (@broobe_dev)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/problem-with-images-25/#post-9347838)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/social-articles_bebebf.svg)
 * [Social Articles](https://wordpress.org/plugins/social-articles/)
 * [Support Threads](https://wordpress.org/support/plugin/social-articles/)
 * [Active Topics](https://wordpress.org/support/plugin/social-articles/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/social-articles/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/social-articles/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Broobe](https://wordpress.org/support/users/broobe_dev/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/problem-with-images-25/#post-9347838)
 * Status: resolved