Sebastian Mendel wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Garvin Hicking schrieb:
Hi!
is the config.inc.php write protected?
No, I even tried it with 0777.
But it must be write protected! [Security]
hehe, that's a responsible guy talking.
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?
did you try to 'hardly' start a new session?
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.
can you check into the config class? especially Config::__wakeup() what is responsible for checking this file and load it if it has changed.
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?
this call is in common.inc.php on line #2874
} elseif (version_compare(phpversion(), '5', 'lt')) { $_SESSION['PMA_Config']->__wakeup(); }
Sebastian Mendel
www.sebastianmendel.de -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (MingW32)
iD8DBQFEjWRHX/0lClpZDr4RAgJ6AKC0lZVAYkogFrv4R39GMe53eaXeQQCfQnCE 8W98WopuP6PpWOx2QzHKbK8= =Bp2a -----END PGP SIGNATURE-----
Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel