We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I use last version of Dokuwiki 2013-12-08 "Binky" and last version of MantisBT 1.2.17. I have used yours plugin and i do have a problem:
Fatal error: Call to undefined function auth_prepare_username() in /path/mantis/wiki/lib/plugins/authmantis/auth.php on line 47
Can you help me pleas? Thanks
The text was updated successfully, but these errors were encountered:
Can you solve it ? Thanks
Sorry, something went wrong.
I have just faced the same issue.
Make sure you have the following in local.php:
define( 'MANTIS_ROOT', 'c:/path/www/mantis/' ); define( 'MANTIS_URL', 'http://server/mantis/' ); require_once( MANTIS_ROOT . 'core.php' );
This is now properly documented in the plugin's installation instructions.
Also, please see #4.
No branches or pull requests
Hello,
I use last version of Dokuwiki 2013-12-08 "Binky" and last version of MantisBT 1.2.17.
I have used yours plugin and i do have a problem:
Fatal error: Call to undefined function auth_prepare_username() in /path/mantis/wiki/lib/plugins/authmantis/auth.php on line 47
Can you help me pleas?
Thanks
The text was updated successfully, but these errors were encountered: