Viewing 11 replies - 1 through 11 (of 11 total)
  • Hi I am getting the exact same error but I don’t event see that it is getting posted.

    I am also getting this error when I submit the form without attaching an image. Any idea how to allow for submission w/o error even if no images have been attached? Thanks!

    I’m having this problem also. Quite frustrating.

    are the other aspects of this plugin working for you?

    Having these troubles as well.

    I do recommend Gravity Forms, however it does cost 39 bucks. But it will do the same as this plugin and more – and on top of that you can use it for all your other WP form needs.

    I am using this plugin and having an issue with uploading images. Can anyone assist me?

    Hey all,

    Try going into the .php file and on line 279 change

    for ($i = 0; $i < count($fileData[‘name’]); $i++)

    to

    for ($i = 1; $i < count($fileData[‘name’]); $i++)

    (ie, Change the 0 to a 1).

    This worked for me, hope it works for you.
    mp

    Plugin Author Jeff Starr

    (@specialk)

    User Submitted Posts is now updated with many improvements and bug fixes. I wasn’t able to replicate the error described by mageguild, but hopefully the new version catches it. If not please let me know at https://perishablepress.com/contact/ Thanks!

    Plugin Author Jeff Starr

    (@specialk)

    Update: another new version (20121120) of the plugin with more improvements, fixes, and features.

    I am also having this problem, the latest version of the plugin did not address the issue, but MJPeyton’s code change did solve things for me.

    Just a note: I’m running on a network installation with multiple sites, not sure if that has an impact on things.

    Plugin Author Jeff Starr

    (@specialk)

    Hi lonseidman, not sure what’s happening, but if you’re running the latest version of USP and have fully read the readme.txt and configured your options, things should be working fine. If you’re still stuck I would be glad to take a look. Contact me at https://perishablepress.com/contact/

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘[Plugin: User Submitted Posts] Warning with getimagesize’ is closed to new replies.