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

Advanced Password Hash could not be activated because core files could not be modified. Please check the documentation CHMOD permissions and try again. #2

Open
xSynthx opened this issue Apr 7, 2017 · 1 comment

Comments

@xSynthx
Copy link

xSynthx commented Apr 7, 2017

I tried installing this plugin, and I got this error :/
And these are my chmod settings, they are all correct
https://gyazo.com/7267d9dc3467fa9af0eb215c354f3d82

@JordanMussi
Copy link

JordanMussi commented Apr 12, 2017

inc/functions_user.php must be writable for the core edits to be successful.

You can perform them manually as well:
Find the line starting with:

function validate_password_from_uid

Replace the whole line with:

require_once MYBB_ROOT.'inc/plugins/psswrdhsh/functions_user.php';
function old_validate_password_from_uid($uid, $password, $user = array())

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

2 participants