appwiki:dokuwiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revisionBoth sides next revision
appwiki:dokuwiki [2021/05/19 18:05] – [Bootrap3 template for Dokuwiki] yingappwiki:dokuwiki [2021/06/21 16:10] – [dokuwiki config can't be saved problem] ying
Line 435: Line 435:
     * ref: https://www.dokuwiki.org/config     * ref: https://www.dokuwiki.org/config
  
 +===== old dokuwiki php 7.4 above error =====
  
 +  * Problem: .\inc\init.php line 564 array error:
 +    * solution: "if($path{0} == '/'){" change to if($path[0] == '/'){
 +    * since new array will use [] instead {}
 +  * Problem: other plugin error
 +    * solution: backup page and media folder under data, and move to new fresh copy of dokuwiki. (like in backup guide)
  
  
  • appwiki/dokuwiki.txt
  • Last modified: 2021/06/21 16:11
  • by ying