MyBB Community Forums

Full Version: Mybb installation Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I try installing Mybb but the following happened ?

Check it out for your self www.theninjarealm.com

could someone install it for me ? PM me and ill give you my Cpanel pass info.
Your host should disable magic quotes, but to fix the error, in ./inc/class_core.php, line 165:

set_magic_quotes_runtime(0);

change to:

@set_magic_quotes_runtime(0);
(2011-01-16, 03:09 PM)Yaldaram Wrote: [ -> ]Your host should disable magic quotes, but to fix the error, in ./inc/class_core.php, line 165:

set_magic_quotes_runtime(0);

change to:

@set_magic_quotes_runtime(0);

I'm new to Mybb you mind if you do it for me ? Send me a PM and ill reply with my cpanel info OK.

[Solved]

I used my head and I was able to fix my problem thanks
Don't forget to hit the solve button Wink