Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Dokuwiki

15 Topics 101 Posts
  • Dokuwiki - Package Updates

    Pinned
    26
    0 Votes
    26 Posts
    3k Views
    Package UpdatesP
    [1.19.0] CLOUDRON_MAIL_FROM_DISPLAY_NAME implemented Add support for CLOUDRON_OIDC_PROVIDER_NAME
  • Not able to change the logo persistent!

    2
    1 Votes
    2 Posts
    99 Views
    A
    I am a little dumb... uploading logo.png to wiki:logo.png seems to fix it
  • bootstrap3 theme broken after recent update

    6
    0 Votes
    6 Posts
    869 Views
    D
    Hi @girish, sorry to resurrect an 18-month old thread but I thought it might be better than making a brand new thread. I'm experiencing the same issue with the latest version of Dokuwiki. I think it might be an issue with the bundled PHP version? Here's how the problem manifests using the Cloudron-packaged Dokuwiki: [image: 1735594508650-6b01f2d1-75df-4dac-8700-e243e549ba17-cleanshot-2024-12-30-at-14.33.43-2x-resized.png] That results in this error logs: Dec 30 14:33:18 [Mon Dec 30 21:33:18.755569 2024] [php:error] [pid 79] [client 172.18.0.1:32850] PHP Fatal error: Uncaught Error: Undefined constant "DOKU_INC" in /app/data/templates/bootstrap3/css.php:84\nStack trace:\n#0 {main}\n thrown in /app/data/templates/bootstrap3/css.php on line 84, referer: https://[REMOVED]/lib/exe/css.php?t=bootstrap3&tseed=a3c69f60143e699ab115489e1785128d However, when I install DokuWiki by hand using the LAMP stack app from Cloudron, the error doesn't present itself. The PHP versions seem to be off: 8.3.14 (LAMP, working) vs 8.1.2 (DokuWiki package, not working). The LAMP: [image: 1735594687089-8b5a0d6e-2044-4f80-931c-d0cc04b8350e-cleanshot-2024-12-30-at-14.37.43-2x-resized.png] The DokuWiki: [image: 1735594741065-93e86ab5-fc5c-471b-9666-db6eb96ab81c-cleanshot-2024-12-30-at-14.38.47-2x-resized.png] For testing purposes, would it help if I somehow manually updated the Cloudron-packaged Dokuwiki's PHP version to see if that changes things? I'd have to research doing that, but I'm happy to give it a try for learning's sake. Thanks for all you do!
  • OIDC token not refreshed

    Solved
    11
    0 Votes
    11 Posts
    494 Views
    K
    @nebulon Thank you very much!
  • Synchronize Cloudron groups

    Unsolved
    5
    0 Votes
    5 Posts
    278 Views
    K
    Alright, that sounds very promising! Thanks a lot.
  • WYSIWYG editor?

    3
    0 Votes
    3 Posts
    693 Views
    H
    Just try https://www.dokuwiki.org/plugin:prosemirror @ntnsndr It is in beta quality, but it works. Copy & Paste of images not directly visible, but switching from system to visual editor solves this issue. I use the theme sprintDoc.
  • dokuwiki\Exception\FatalException: Allowed memory size

    Solved
    4
    0 Votes
    4 Posts
    474 Views
    M
    Thanks!
  • How to Assign a User to a Group with no Access to UserManager

    Solved
    7
    1
    0 Votes
    7 Posts
    897 Views
    S
    @girish After testing out the VirtualGroup plugin, it looks like so far this could be an alternate solution to the issue we are having. For those that are running across the problem, try the searching for virtualgroup Plugin in your Extension Manager and see if that solves it.
  • Default pages appear again after app restart

    Solved
    3
    0 Votes
    3 Posts
    418 Views
    girishG
    Fixed in latest package.
  • Uploaded images not appearing

    Solved
    13
    0 Votes
    13 Posts
    3k Views
    girishG
    This is fixed in the latest package.
  • Searchindex Manager not working

    Unsolved
    8
    1
    0 Votes
    8 Posts
    788 Views
    girishG
    Just looked into this issue again with a fresh mind. I think it's not solvable without support in the platform to backup directories outside of /app/data (or alternately, we have to install dokuwiki in /app/data )
  • 0 Votes
    1 Posts
    285 Views
    No one has replied
  • 0 Votes
    8 Posts
    1k Views
    nebulonN
    @neki it seems for this particular template/theme the issue tracker is at https://github.com/giterlizzi/dokuwiki-template-bootstrap3/issues
  • Lost admin rights on DokuWiki

    2
    0 Votes
    2 Posts
    835 Views
    girishG
    @roru2k20 To persist changes, please add the config inside /app/data/conf/local.php instead. <?php $conf['superuser'] = ("girish");
  • Dokuwiki app 1.6.0

    Moved Solved
    2
    0 Votes
    2 Posts
    445 Views
    nebulonN
    Thanks for the heads up and the workaround! The last update explicitly removed the admin status propagation from Cloudron user accounts to the app. This is done to unify how user accounts get permissions assigned within all apps. The idea is, that the Cloudron admin status is not carried over to apps, since apps have too many different concepts what an admin is and is not. I guess there is no good way without requiring manual permission changes to move to this new understanding what admin means on Cloudron.