• Hi,
    I have installed a wordpress blog and would like to import a .xml file.
    My file is bigger than 2MB and I always get the error message:

    Error because php ini is deactivated or post_max_size in php.ini is smaller than upload_max_filesize.

    I put a php.ini-file with the following text in the wp_amin-folder:
    #set max upload file size
    php_value upload_max_filesize 25M
    #set max post size
    php_value post_max_size 25M

    But it doesn’t work. I have read, that the php-ini-file needs a restart to work. And I can’t restart the server 🙁

    Does anybody knows a solution??

The topic ‘Max PHP Size for uploading files’ is closed to new replies.