• Okay so I’m trying to import some things from my old WordPress to my new one but it won’t let me import more than 2MB!
    I got a php.ini file and this is what’s in it:

    memory=32MB;
    upload_max_filesize=10M;
    post_max_size=20M;

    Am I doing something wrong?

    When Upgrading, i keep getting error messages saying: Installation failed. Nothing seems to be working right.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The problem might be with your hosting, contact your hosting support.

    Hi,

    Add this code in htaccess;

    php_value max_execution_time 200

    Thanks,

    Shane G.

    Thread Starter studiofairy

    (@studiofairy)

    Where in my htaccess do i add that?
    This is what my code in there looks like:

    # -FrontPage-

    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>
    AuthName secretnotes.org
    AuthUserFile /home/secret/public_html/_vti_pvt/service.pwd
    AuthGroupFile /home/secret/public_html/_vti_pvt/service.grp

    Thread Starter studiofairy

    (@studiofairy)

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Importing & Upgrading’ is closed to new replies.