Opened 17 years ago
Closed 16 years ago
#6886 closed defect (bug) (wontfix)
Add a very needed note into wp-admin/uploads/stp.php
Reported by: | na3s | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.5.1 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
I was trying to debug #6882 and I realized that in the great function the following line should be added.
echo 'If you have a lot of tags, be sure that <strong>max_execution_time</strong> and <strong>max_input_time</strong>, found in your php.ini file, are set to enough seconds to execute this import script. If you have mor than 5,000 tags, set them to something like 300 seconds. Be sure to change it back to your default when done.';
It could maybe be worded better, but you get the idea. I had 11,000+ tags and it kept breaking at 10,400-10,500 because it took more than the default max_execution_time setting of '30 seconds.' It would be good to have this note.
Note: I would commit this simple change myself, but I don't know how to.
Change History (4)
Note: See
TracTickets for help on using
tickets.
It would be better to change the import script to do the operation in multiple steps, with it relaying the browser to itself via a redirect or something, to force it to continue in smaller increments.