-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 3.1.0-dev
-
Fix Version/s: 3.1.0-a1
-
Component/s: None
-
Labels:None
-
GitHub Pull Request URL:
I get the following error when viewing ucp_register module:
Strict Standards: Non-static method phpbb_captcha_factory::get_instance() should not be called statically, assuming $this from incompatible context in (...)\includes\ucp\ucp_register.php on line 164
Strict Standards: call_user_func() expects parameter 1 to be a valid callback, non-static method phpbb_captcha_gd::get_instance() should not be called statically in (...)\includes\captcha\captcha_factory.php on line 38
Both functions referenced should be made static.
- is related to
-
PHPBB3-10763 Audit code for non-static functions called statically
-
- Unverified Fix
-