Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
fuss:dokuwiki [2017/02/22 18:30] – external edit 127.0.0.1fuss:dokuwiki [2018/11/28 17:15] – [Upgrade Plugins for PHP 7 Compatibility] office
Line 207: Line 207:
 </code> </code>
  
 +====== Upgrade Plugins for PHP 7 Compatibility ======
  
 +Change directory from the Dokuwiki root to ''lib/plugins/'' and execute the following commands: 
 +<code bash>
 +find . -type f -exec perl -p -i -e 's/&$handler/Doku_Handler $handler/g' '{}' \;
 +</code>
 +and:
 +<code bash>
 +find . -type f -exec perl -p -i -e 's/&$renderer/Doku_Renderer $renderer/g' '{}' \;
 +</code>
 +
 +====== Password Recovery ======
 +
 +In case of a lost password, add the following line to ''conf/users.auth.php'':
 +<code>
 +admin:$1$4fd0ad31$.cId7p1uxI4a.RcrH81On0:DokuWiki Administrator:mail@host.com:admin,user
 +</code>
 +
 +and then login using the username ''admin'' and the password ''admin''.

fuss/dokuwiki.txt · Last modified: 2022/04/19 08:28 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.