Skip to content

Conversation

@micgro42
Copy link
Contributor

Saving data on the metadata run conflicts with the hidepages plugin (see https://www.dokuwiki.org/plugin:hidepages and https://github.com/lupo49/dokuwiki-plugin-hidepages). A loop
is created and within one sql-query another one is started. This creates
lots of 'database locked' error messages.

Saving data on the metadata run conflicts with the hidepages plugin. A loop
is created and within one sql-query another one is started. This creates
lots of 'database locked' error messages
@Klap-in
Copy link
Contributor

Klap-in commented Jun 18, 2015

There are more plugins saving data in the meta renderer.
e.g. the data plugin:
https://github.com/splitbrain/dokuwiki-plugin-data/blob/master/syntax/entry.php#L137
Is this plugin also affected by this?

How is the loop created, is it by the p_get_metadata call in the action.php of the hiddenpage plugin?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants