WordPress fatal error register_new_user function

Solution:

You are redeclaring a function named “register_new_user” twice in your code. It’s a WordPress native function;

http://codex.wordpress.org/Function_Reference/register_new_user

So you possible should modify the name of the function at wp-content/themes/kola-maska2/library/includes/registration.php to another name.