Net Hosting Talk

We are a community of individuals and businesses passionate about web hosting. Let's build, learn, and grow together.

Does anyone know how to increase the capacity of attachments in vBulletin?

jerome

New Arrival
Registered
Hello,

I have problems with my forum, downloading the vBulletin package and I put it into my Hosting cPanel but I want to upload a file from my forum vBulletin marks me an error

And in cPanel in the file error.log. it tells me that the file I want to upload exceeds the capacity of 8MB
 
  • Advertisement
  • Try increasing max_upload size and post_max_size from php.ini in your public_html, example:

    Code:
    upload_max_filesize = 25M
    
    post_max_size = 25M

    Regards :)
     
  • Advertisement
  • Advertisement

    Back
    Top