As, I said, when FeedAPI imports some Feeds, it does write them in the MySQL node table, but it does not write them in the MySQL node_access table. This makes all the Feeds only readble by the admins. I think this is a pretty heavy bug

Comments

aron novak’s picture

Status: Active » Postponed (maintainer needs more info)
mysql> select count(*) from node;
+----------+
| count(*) |
+----------+
|        2 |
+----------+
1 row in set (0.00 sec)

mysql> select * from node_access;
+-----+-----+-------+------------+--------------+--------------+
| nid | gid | realm | grant_view | grant_update | grant_delete |
+-----+-----+-------+------------+--------------+--------------+
|   0 |   0 | all   |          1 |            0 |            0 |
+-----+-----+-------+------------+--------------+--------------+

This is a site without FeedAPI. Why FeedAPI should write anything into node_access?

aron novak’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

no feedback