<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    I'm getting the following error in my Apache error log:<br>
    <br>
    <tt>mod_fcgid: stderr: PHP Deprecated:  crypt(): Supplied salt is
      not valid for DES. Possible bug in provided salt format. in
      /home/www/vdgsa.org/wiki/pmwiki.php on line 519</tt><br>
    <br>
    There is a reference to this on the PMWiki website's
    "Troubleshooting" <a moz-do-not-send="true"
      href="https://www.pmwiki.org/wiki/PmWiki/Troubleshooting">page</a>,
    recommending that all occurrences of crypt() be replaced with
    pmcrypt(). Unfortunately, the above error message refers to a line
    in pmcrypt itself, so that's not going to work, surely.<br>
    <br>
    I'm running version 2.2.107 of pmwiki, and PHP 7.0.27.<br>
    <br>
    Any suggestions?<br>
    <br>
    --- Peter Payzant<br>
  </body>
</html>