I have access to a client's machine that reproduces this. There are missing storage_extension and storage_profile_id fields for these message rows:
mysql> select id, storage_extension, storage_key, storage_profile_id FROM message order by id;
...
| 2650 | devblocks.storage.engine.database | 2650 | 0 |
| 2651 | | | 0 |
| 2652 | | | 0 |
| 2653 | | | 0 |
| 2654 | | | 0 |
| 2655 | | | 0 |
| 2656 | | | 0 |
| 2657 | | | 0 |
| 2658 | | | 0 |
...
Comment by
Joe Geck [14/Jun/10 11:27 AM]
I checked the status on those linked forum threads and live tickets and each reporter verified the issue was now resolved (in fact three of the four were from the same person). Closing out.