Viewing 4 replies - 1 through 4 (of 4 total)
  • I have setup a blog like this before without any problems and don’t know what to do

    On the same host? Thats the important part of that statement.

    have you checked to see if is uploads are allowed inside your php.ini? Just like it suggests.

    Thats where I would start.

    Creat a phpinfo.php file:

    <?php
    phpinfo();
    ?>

    Load it into your browser, and see if uploads are allowed.

    Thread Starter cusdenm

    (@cusdenm)

    thank you

    I have done this exact step before and did not have a problem.

    This is the second domain I am adding to the same host (different directory)

    Will keep working on it.

    Thread Starter cusdenm

    (@cusdenm)

    Creat a phpinfo.php file:

    <?php
    phpinfo();
    ?>

    Load it into your browser, and see if uploads are allowed.

    I don’t really know how to do that, total non-tech person

    Thread Starter cusdenm

    (@cusdenm)

    I deleted my spam and it worked

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Getting error when trying to import old blog files from wordpress.com’ is closed to new replies.