• I am so confused. I need help!

    I went to file manager in godaddy and this is waht my php.ini looks like

    register_globals = off
    allow_url_fopen = off
    expose_php = Off

    max_execution_time = 600
    max_input_time = 600
    memory_limit = 128M
    post_max_size = 64M
    upload_max_filesize = 64M

    variables_order = “EGPCS”
    extension_dir = ./
    upload_tmp_dir = /tmp
    precision = 12
    SMTP = relay-hosting.secureserver.net
    url_rewriter.tags = “a=href,area=href,frame=src,input=src,form=,fieldset=”

    [Zend]
    zend_extension=/usr/local/zo/ZendExtensionManager.so
    zend_extension=/usr/local/zo/4_3/ZendOptimizer.so

    I am trying to import a file that is 31.4MB. When I try to import it, it says

    File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini.

    I have been trying to import posts for weeks now and am stuck. help!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • try to add this to your .htaccess file (if your hosting support mod suPHP)

    suPHP_ConfigPath /pathtoyourphpinifile/
    <Files php.ini>
    order allow,deny
    deny from all
    </Files>

    and sure, just use right php.ini file

    Thread Starter mommymandy

    (@mommymandy)

    I have no idea what suPHP is but I tried it.

    still got this message:

    File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini.

    Does anyone have a fix for this? I get the same error and can’t restore my entire WordPress blog!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘trying to change php.ini to upload larger files’ is closed to new replies.