Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • If the import script is broken and hanging/crashing, I can’t offer any advice.

    However, If the script is ACTUALLY taking a long time to do the work you may be running into a PHP setting limit .. the PHP server could be halting the script after 45 seconds (it’s trying to prevent runaway scripts from executing forever).

    Check your server’s PHP settings. The PHP server can enforce a maximum time for scripts.
    my php.ini file has this:

    max_execution_time = 30 ; Max time for each script, sec

    Yours sounds like it’s at 45. You could try and change it to something bigger and see if the script actually just needs a few more seconds to finish, or if it’s actually some other sort of problem

    Thread Starter mtakacs

    (@mtakacs)

    oh, ok. fun.

    Since Im a svn noob, I tried

    svn co https://svn.automattic.com/wordpress/trunk/

    as suggested on your dev page. That smelled like the trunk, which is probably not what I want.

    So, using the format of the URL above, I took a huge (heh) leap of faith and tried

    svn co https://svn.automattic.com/wordpress/tags/1.5.1

    There. All good. Thanks for the pointer.

    -tak

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