• Resolved shaelriley

    (@shaelriley)


    I get an internal server error when I try to import content from my old wordpress site (https://thegrammarclub.wordpress.com) to my new one (www.thegrammarclub.com). I get it at step 2: assign authors, regardless of whether I create an account for the author of the old articles or change their author to “admin” on import.

Viewing 1 replies (of 1 total)
  • MichaelH

    (@michaelh)

    Check you log files, what do they say (might have to ask host if you don’t have access to the logs).

    Could be necessary to up your memory allocated to PHP.
    ————-
    Two methods for increasing the amount of memory a PHP script may consume

    If you have access to your PHP.ini file, change the line in PHP.ini
    If your line shows 8M try 16M:
    memory_limit = 16M ; Maximum amount of memory a script may consume (16MB)

    If you don’t have access to PHP.ini try adding this to an .htaccess file:
    php_value memory_limit 16M

Viewing 1 replies (of 1 total)
  • The topic ‘500 Internal Server Error on Import’ is closed to new replies.