Sorry, I don't see how to check as [SOLVED]
Hello, Thanks to your example. I have done the same, with terminating by : include "./editor-4.6.3.php"; /var/log/apache2/errors.log give a : PHP Warning: Declaration of AdminerPlugin::dumpTable($table, $style, $is_view = 0) should be compatible with Adminer::dumpTable() in /mnt/nas/plugins/plugin.php on line 0 but it works ! many thanks
august 2018 : plugin login-sqlite.php doesn't exist any more. I can't repruduce this example. Is there a new solution ?
Adminer 4-6-3 + Sqlite work well with this adminer.php file : <?php function adminer_object() { include_once "./plugins/plugin.php"; include_once "./plugins/login-password-less.php"; return new AdminerPlugin(array( // TODO: inline the result of password_hash() so that the password is not visible in source codes new AdminerLoginPasswordLess(password_hash("toto", PASSWORD_DEFAULT)), )); } // include original Adminer or Adminer Editor include "./adminer-4.6.3.php"; it's work well But, I can't do work...
Adminer 4-6-3 + Sqlite work well with this adminer.php file : <?php function adminer_object() { include_once "./plugins/plugin.php"; include_once "./plugins/login-password-less.php"; return new AdminerPlugin(array( // TODO: inline the result of password_hash() so that the password is not visible in source codes new AdminerLoginPasswordLess(password_hash("toto", PASSWORD_DEFAULT)), )); } // include original Adminer or Adminer Editor include "./adminer-4.6.3.php"; it's work well But, I can't do work...
Adminer 4-6-3 + Sqlite work well with this adminer.php file : <?php function adminer_object() { include_once "./plugins/plugin.php"; include_once "./plugins/login-password-less.php"; return new AdminerPlugin(array( // TODO: inline the result of password_hash() so that the password is not visible in source codes new AdminerLoginPasswordLess(password_hash("toto", PASSWORD_DEFAULT)), )); } // include original Adminer or Adminer Editor include "./adminer-4.6.3.php"; it's work well But, I can't do work...
Adminer 4-6-3 + Sqlite work well with this adminer.php file : // include original Adminer or Adminer Editor include "./adminer-4.6.3.php"; it's work well But, I can't do work adminer editor 4-6-3 + Sqlite I tried this file editor.php (similar with adminer.php ) <?php function adminer_object() { include_once "./plugins/plugin.php"; include_once "./plugins/login-password-less.php"; return new AdminerPlugin(array( // TODO: inline the result of password_hash() so that the password is not visible in source...