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

Fatal Error in PHP.ErrorHandler(); #49

Closed
ctrl opened this issue Jul 8, 2009 · 3 comments
Closed

Fatal Error in PHP.ErrorHandler(); #49

ctrl opened this issue Jul 8, 2009 · 3 comments

Comments

@ctrl
Copy link

ctrl commented Jul 8, 2009

I get this when trying to install Vanilla. Everything is right with the database host, name, password, and my credentials. I don't know what else could be wrong. :(

Declaration of Gdn_RoleModel::Save() should be compatible with that of Model::Save()
The error occurred on or near: /homepages/27/d259285679/htdocs/www/convoe/applications/garden/models/class.rolemodel.php

254:

255: // Remove the role

256: $this->SQL->Delete('Role', array('RoleID' => $RoleID));

257: }

258: }

@saladyears
Copy link
Contributor

You can fix this locally by changing line 285 in library/core/functions.error.php to:

set_error_handler('ErrorHandler', E_ALL);

@ctrl
Copy link
Author

ctrl commented Jul 8, 2009

Thank you, this worked.

@tburry
Copy link
Contributor

tburry commented Jul 15, 2009

This is fixed in 605053b.

This issue was closed.
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

3 participants