Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not save data during metadata run #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

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.

3 participants