Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
fuss:dokuwiki [2017/02/22 18:30] – external edit 127.0.0.1fuss:dokuwiki [2018/04/05 20:15] office
Line 205: Line 205:
 <code> <code>
 $command = $this->_dvips_path." ".$this->_tmp_filename.".dvi"." -o ".$this->_tmp_filename.".ps"; $command = $this->_dvips_path." ".$this->_tmp_filename.".dvi"." -o ".$this->_tmp_filename.".ps";
 +</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> </code>
  
  

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.