Also, it would be great if you could tell me what does the dialog box do, so maybe we can do it manually and get rid of it.
The dialog box is a precaution in regard to the execution time limit for php scripts. If you open the general settings page it starts to update a low amount of rows in the database and measures the time while doing that.
This time is the basis for the maximum increment. When this works correctly the database requests are quick enough to avoid the time limit.
In most cases the upgrade of all database entries at once would take longer than the limit allows. One solution is to upgrade only a limited amount of entries at once.
The dialogue lets you choose an increment (amount of rows per upgrade action) and clicking on the button in the right bottom corner of the dialogue window would start a new upgrade action until all entries are corrected. Almost every click on that button starts a database command like I have posted in the other thread.
At the moment the only two ways to make this dialogue go away are
– to erase the _podPress_upgrade entry in the wp_options table
– or to clear the podPress statistics tables.
But I’m sure that the next podPress upgrade will contain a solution for this situation. Until than you may use the current podPress version the dialogue has no effect on the rest of the plugin.