We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

php.ini missing “upload_max_file_size” and “post_max_size”

Home Forums General Questions php.ini missing “upload_max_file_size” and “post_max_size”

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #42809
    ccoul
    Customer

    Hey I am trying to upload my app to wordpress and it is stuck on 230/297 downloaded files. I assume this is because of the max file size, but when I search for php.ini to edit the parameters “upload_max_file_size” and “post_max_size” all i see is:

    “zend_extension=/opt/alt/php52/usr/lib64/php/modules/ioncube_loader.so
    zend_extension=/opt/alt/php52//usr/lib64/php/zend/ZendOptimizer-5.2.so
    extension=mysql.so
    extension=pdo.so
    extension=sqlite.so
    extension=phar.so
    extension=gd.so
    extension=xmlrpc.so
    extension=json.so
    extension=wddx.so
    extension=pdo_mysql.so
    extension=posix.so
    extension=dom.so
    extension=xmlreader.so
    extension=zip.so
    extension=pdo_sqlite.so
    extension=imagick.so
    extension=imap.so
    extension=fileinfo.so
    extension=htscanner.so
    extension=suhosin.so
    extension=xsl.so
    extension=uploadprogress.so
    extension=pgsql.so
    extension=tidy.so
    extension=bcmath.so
    extension=timezonedb.so
    extension=mbstring.so
    extension=sockets.so
    extension=mcrypt.so
    extension=xmlwriter.so
    extension=soap.so

    Does anyone know how to fix this?!

    #42818

    Hi,
    Try to set these variables in the end of the file:

    upload_max_filesize = 100M
    post_max_size = 100M

    Soft8Soft Tech Chief
    X | FB | LinkedIn

    #42820
    ccoul
    Customer

    Thanks for the response

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.