Skip to content
New issue

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

auth_prepare_username() #1

Open
ptrj opened this issue Mar 16, 2014 · 3 comments
Open

auth_prepare_username() #1

ptrj opened this issue Mar 16, 2014 · 3 comments

Comments

@ptrj
Copy link

ptrj commented Mar 16, 2014

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

@dtavieres
Copy link

Can you solve it ?
Thanks

@EdouardM
Copy link

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' );

@dregad
Copy link

dregad commented Jun 14, 2020

This is now properly documented in the plugin's installation instructions.

Also, please see #4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants