Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • maldo Friend
    #191632

    can’t install Ja social.
    upload_max_filesize = 12M
    uploaded Ja Vintas just fine
    can’t use quick start since it is a running site.

    Saguaros Moderator
    #510055

    Hi maldo,

    There are two variables within your php.ini file that are responsible for managing user file uploads.

    * post_max_size This variable determines the maximum amount of data that PHP will accept in a single form submission using the POST method. Its default value is 8 MB, as shown below:
    post_max_size = 8M
    * upload_max_filesize This variable limits the size of an individual file uploaded to your site. Its default value is 2 MB, as shown below:
    upload_max_filesize = 2M

    An increase in the value of these variables expands user file upload limits.

    NOTE: After making changes to php.ini, you must perform an httpd restart for them to take effect

    Please try to contact your hosting provider, they will help you to do this.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 11 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum