<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Sebastian Mendel wrote:
<blockquote cite="mid448D6447.7090202@sebastianmendel.de" type="cite">
  <pre wrap="">-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Garvin Hicking schrieb:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi!

    </pre>
    <blockquote type="cite">
      <pre wrap="">is the config.inc.php write protected?
      </pre>
    </blockquote>
    <pre wrap="">No, I even tried it with 0777.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
But it must be write protected! [Security]
  </pre>
</blockquote>
hehe, that's a responsible guy talking.<br>
<br>
I had a problem with phpmyadmin for a brief moment when the config file
was placed in the wrong folder. Is that the issue here?<br>
<blockquote cite="mid448D6447.7090202@sebastianmendel.de" type="cite">
  <pre wrap="">

  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">did you try to 'hardly' start a new session?
      </pre>
    </blockquote>
    <pre wrap="">Nope, I didn't think of that. I just re-tried the configuration, and then it
does parse the proper configuration. So it seems it was previously not reloading
an updated configuration? I set the auth_type to "http", and with that it still
doesn't work. But with cookie/config type it does work now.

    </pre>
    <blockquote type="cite">
      <pre wrap="">can you check into the config class? especially Config::__wakeup() what is
responsible for checking this file and load it if it has changed.
      </pre>
    </blockquote>
    <pre wrap="">That server is running PHP4, so __wakup will not be called. Is this intentional
to depend on PHP4, or am I missing a PHP4 BC method call somewhere?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
this call is in common.inc.php on line #2874

} elseif (version_compare(phpversion(), '5', 'lt')) {
    $_SESSION['PMA_Config']->__wakeup();
}



- --
Sebastian Mendel

<a class="moz-txt-link-abbreviated" href="http://www.sebastianmendel.de">www.sebastianmendel.de</a>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (MingW32)

iD8DBQFEjWRHX/0lClpZDr4RAgJ6AKC0lZVAYkogFrv4R39GMe53eaXeQQCfQnCE
8W98WopuP6PpWOx2QzHKbK8=
=Bp2a
-----END PGP SIGNATURE-----


_______________________________________________
Phpmyadmin-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Phpmyadmin-devel@lists.sourceforge.net">Phpmyadmin-devel@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a>
  </pre>
</blockquote>
<br>
<br>
<div class="moz-signature">-- <br>
<h3 style="margin-bottom: 4px;">Arnór Heiðar</h3>
<table style="border: 1px solid rgb(221, 221, 221);" border="0"
 cellspacing="0" width="100%">
  <tbody>
    <tr>
      <td width="33%">Netvistun ehf.<br>
      <small>Tæknideild</small>
      </td>
      <td width="33%">
      <small><b style="color: red;">Beinn sími: 414-5512</b>
      </small></td>
      <td width="33%"><small>
      <a href="mailto:arnor@netvistun.is">arnor@netvistun.is</a>
      </small></td>
    </tr>
  </tbody>
</table>
</div>
</body>
</html>