Helping you Build Your Own Social Network!

Faster, better and easier!

Several problems but uploading is the first big one

(10 posts) (3 voices)
  • Started 1 year ago by jonhardison
  • Latest reply from Brajesh Singh

Tags:


  1. I'm getting the following error when uploading an mp3:
    Garr...There was an error uploading the file. Error details:Your file size was bigger than the maximum allowed file size of: 20 MB

    The MP3 is under 6mb, so I'm not sure what's going on. I'm also having several issues with layout, but I'll post a separate thread on that one later. :)

    Other than that, great plugin so far! :) Please help.

    Thanx in advance,
    Jon-

    Posted 1 year ago #
  2. Hi Jon,
    seems a mistake of showing error on my side. Can you please check with your provide what is the maximum file size they allow uploading via php and what is the max_post_size allowed in php config ? Most probably one of these are less than 6 MB causing issue.

    Please let me know the details from your provider.

    thanks
    Brajesh

    Posted 1 year ago #
  3. Dedicated server, so I'll check, but I was pretty sure I'm way over 20mb. BRB. :) Thanx for the quick reply.

    Jon-

    Posted 1 year ago #
  4. That was it. Forgot we just upgraded this server and our PHP config must not have come over. LOL! Thank you so much for your assistance.

    Now I'm off to post my next question regarding what appears to be a CSS conflict.

    Jon-

    Posted 1 year ago #
  5. Thanks for posting. You are most welcome :)

    Posted 1 year ago #
  6. Hi,

    I bought this plugin yesterday to use on my BuddyPress site. I'm having the same issue as described above (see below)
    Garr...There was an error uploading the file. Error details:Your file size was bigger than the maximum allowed file size of: 125 MB

    I configured php.ini file to the max upload size of 128MB (that's what my service provider recommends for max size)-

    Also, my htaccess file has been reset to the default settings. I'm getting really frustrated as I feel like I've tried everything at this point but nothing seems to work.

    Kindly let me know if you could assist me. Thank you in advance.

    Posted 8 months ago #
  7. Hi BDM,
    You will need to update php.ini settings on your server to allow such a large file. You will need to make post_max_size and
    upload_max_filsize larger. something like this should do it

    upload_max_filesize = 130M
    post_max_size = 130M
    Posted 8 months ago #
  8. The file size I'm trying to upload is only 2.8MB. I'm I missing something?

    Posted 8 months ago #
  9. Hello Brajesh,

    I did try ajusting the max upload size to 130M but I still got the same error. Kindly assist.

    Regards

    BDM

    Posted 8 months ago #
  10. Hi BDM,
    I am sorry for the trouble.

    TO solve the issue, I will need a couple of details and hope you can help.
    1. Make sure you are using gallery v 1.0.9 and no v 1.0.9.1
    2. Please enable debug mode from gallery settings page
    3.Try uploading a smaller image, is it working?
    5. If not, can you get me the log of the debug here ?

    Posted 8 months ago #

Reply

You must log in to post.