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

Deprecated: Non-static method should not be called statically for Html class #340

Closed
t4k opened this issue Jan 5, 2018 · 0 comments
Closed
Assignees
Labels

Comments

@t4k
Copy link
Contributor

t4k commented Jan 5, 2018

I managed to find a bunch of deprecated messages for calls to methods of the Html class on the Resources index page.

PHP Deprecated: Non-static method Html::text_search_field_tag() should not be called statically in …/resources/index.php on line 413
PHP Deprecated: Non-static method Html::text_field_tag() should not be called statically in …/resources/admin/classes/common/Html.php on line 82
PHP Deprecated: Non-static method Html::nameToID() should not be called statically in …/resources/admin/classes/common/Html.php on line 68
PHP Deprecated: Non-static method Html::text_search_field_tag() should not be called statically in …/resources/index.php on line 424
PHP Deprecated: Non-static method Html::text_search_field_tag() should not be called statically in …/resources/index.php on line 430

@t4k t4k added the refactor label Jan 5, 2018
@t4k t4k self-assigned this Jan 5, 2018
t4k added a commit to caltechlibrary/coral that referenced this issue Jan 5, 2018
veggiematts added a commit that referenced this issue Jan 23, 2018
Issue #340: fix statically called non-static methods in Html class.
@t4k t4k closed this as completed Jan 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant