MyBB Community Forums

Full Version: problem !
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Inserting MyBB settings...done

Creating Administrator account...done

Setting up basic board settings...done

Building cache's...done

Installation has successfully been completed.

Please remove this directory before exploring your copy of MyBB.

I'm what commit ? Sad
You have to delete the folder "install" with all files inside.

Sad
What is the error ?

Warning: php_uname, ini_get, ini_alter, ini_restore, ini_set, getrusage, mysql_list_dbs, get_current_user, set_time_limit, getmyuid, getmypid, dl, leak, listen, chown, chmod, chgrp, realpath, tmpfile, link, mb_send_mail() has been disabled for security reasons in /data/members/free/tripod/uk/h/a/y/haylazlar/htdocs/mybb/inc/functions.php on line 634




Go to ./inc/functions.php, and line 634 and find
php_uname
or
uname
and put a @ before it. eg:

@php_uname
ımm.. thanks.. Wink