selfthinker / dokuwiki_plugin_wrap

Wrap Plugin for DokuWiki: Universal plugin which combines functionalities of many other plugins. Wrap wiki text inside containers (divs or spans) and give them a class (choose from a variety of preset classes), a width and/or a language with its associated text direction.
http://www.dokuwiki.org/plugin:wrap
GNU General Public License v2.0
42 stars 33 forks source link

Unable to save metadata file (only in combination with wrap plugin) #232

Closed ArtMel1998 closed 2 years ago

ArtMel1998 commented 2 years ago

Hi there,

I have DokuWiKi installed in a Docker container on a Synology NAS (1819+). On a couple of pages I have used the wrap plugin with colums

<WRAP group>
<WRAP half column>

<WRAP left round box 90%>
  Information
</WRAP>

<WRAP half column>

<WRAP left round box 90%>
  Information
</WRAP>

</WRAP>
</WRAP>

Now when saving this page it generates an error on top unable to save metadata file. Hint: Disk Full (checked that, plenty of space), File permissions (I am the administrator of this NAS with full control), safe_mode setting (I am not in safe mode), The funny thing is: The page gets saved, it only seems to have issues with saving the metadata.

This error only appears on the pages whit the wrap plugin, on other pages I don't see this.

Some detailed information: Docker version: 20.10.2-1239 DoKuWiki version: 2020-07-29 Template: Bootstrap v2021-03-11 Wrap plugin verion 2018-04-22 (did a reinstall which did not update the version to a newer one) User: administrator with admin rights (also on the folders that contain the DokuWiki installation)

ArtMel1998 commented 2 years ago

Today I analyzed a bit further and was able to get rid of the warnings. Don't know why though. Here's what I did:

The result now is that I have the pages without the error and with the template information. The next I did is to copy the old information back to the new pages and save the pages. At that time DokuWiki tells me a newer version exists and ask me if I'm sure that I want to overwrite the page. When I click yes I have the original page back without errors.

So for me it is solved, only now I have no idea waht causes the warnings all together for it seam not to be wrapper plugin related.

Klap-in commented 2 years ago

I do not see places where this plugin specific sets info to the metadata. Maybe indirectly. Because I have no clues and no other reports, I will close the issue.