alpacaaa / resave_entries

A simple Symphony CMS extension that let you resave your entries after structural section changes.
7 stars 6 forks source link

Process breaks silently if numer of entries per page is too high #2

Closed michael-e closed 13 years ago

michael-e commented 13 years ago

I tried to update a large section, including around 1800 entries. Setting the number of entries per page to 50, it broke on the first page. Setting the number to a lower value, it processed some pages, then stopped.

(In the end I managed to update the section using 1 entry per page.)

Is this phenomenon related to memory issues, maybe?

Anyway there should be a warning if the process has not been completed.

alpacaaa commented 13 years ago

Indeed, the warning should be there (assuming no response is returned from the server). I haven't tested it with several hundreds of entries, so it may require further testing.

michael-e commented 13 years ago

Have you fixed it? Or have you hit the wrong button? :-)

alpacaaa commented 13 years ago

Wrong button :)

michael-e commented 13 years ago

I thought so.

No need to hurry though. Apart from this issue, I don't see any more bugs at the moment.