Closed (works as designed)
Project:
Read only mode
Version:
6.x-1.0
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2010 at 18:32 UTC
Updated:
15 Jan 2013 at 11:14 UTC
I import feeds into my sites via FeedAPI and the core aggregator module. Does Read Only Mode stop these nodes from being created? Thanks.
Comments
Comment #1
BarisW commentedI'm not sure, can you check and let us know?
Comment #2
BarisW commentedComment #3
damontgomery commentedThis is an interesting scenario.
Here is a use case I can think of (I can't think of another).
You auto pull content in with a feed that periodically checks for new content.
1. Activate read only mode
2. Pull the DB into Dev / Make a backup
3. Feed is attempted to be pulled (it either succeeds or fails)
4. Live site is overwritten by DB from Dev / Backup
5. Disable Read Only Mode
6. Feed is attempted and succeeds (since Read Only Mode is off)
In this case it doesn't really matter if it pulls content or not while Read Only Mode is activated. The content will be re-added during the next automated process. In one scenario the content is updated while the lock is in place and in another the content is not. Since this module is intended to block unsafe edits (that could be lost), feeds won't be an issue since they are a type of content that can always be restored through their own process.
I think it would be an interesting use case, but unless someone has more information and it's a common issue, I'm not sure it's worth expanding / investigating.
Comment #4
BarisW commentedThanks for the insight, I believe you are right.
I agree with you, there is probably nothing wrong with nodes being created with importers, as they are re-created after the maintenance mode.
If not (kirk), please re-open.