Hey guys! I ran my UCP, and on one of the pages it gives me this error:
This is line 138 in usrfuncs.class.php:
Code:
Strict Standards: Non-static method utils::startsWith() should not be called statically in /home/fcrolepl/public_html/fortcarson-rp.com/ucp/resources/usrfuncs.class.php
Code:
if (utils::startsWith($data['gender'], "m")) {
$gender = "Male";
} else {
$gender = "Female";
}