Yuri Salimovskiy
Yuri Salimovskiy
Can you check your `exp_actions` DB table and tell me what is `method` for action_id 1? If it's `submit_entry` then the revision probably corresponds to entry being created in Channel...
@silenz88 did you ever see this issue happen again?
@BKStumpf thank you for reporting this. Can you try uploading with the Network tab of your browser Developer Tools open. When upload is starting, AJAX request is taking place -...
@BKStumpf thank you - but I need to see the actual response (Response tab on your screenshot)
@ic360-com I am classifying this as bug (so closing the discussion) The referenced PR is aiming to bring things into right order
@jcogs-design can you post the full stack trace for this issue?
The partial fix for this has been released in EE 7.3.11 https://github.com/ExpressionEngine/ExpressionEngine/pull/3501 This is also mostly duplicate of https://github.com/ExpressionEngine/ExpressionEngine/issues/1311
No, there's no indexing involved. How many (approx.) custom fields does this site have? Are there mostly "new" fields (each having their own table) or "legacy" (using common exp_channel_data table)?
Unfortunately searching through 185 fields is not going to be fast :( Since this is EE2 migration, the DB tables are probably using MyISAM? I wonder if switching to InnoDB...
Right, you could just set the value to 0 and that will do it.