MyBB Community Forums

Full Version: I just tried to install MyBB 1.6
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Yeah dudes,
I just downloaded the new 1.6 pack and tried to install it.
I've uploaded all files 1:1 to my new server and made a new database (MySQL). I gave all files and paths the right CMOD and renamed "config.default.php" to "config.php".

But when I open "forum/install/", I got the following error:
Quote:Deprecated: Function set_magic_quotes_runtime() is deprecated in /users/def-clan2/www/forum/inc/class_core.php on line 165

URL to Forum:
http://def-clan2.bplaced.net/forum/

MySQL: 5.1.46
PHP: 5.3.2

What to do now? :o
Why do you changed config file name?
It's not good move!


(2010-08-03, 04:32 PM)Sahil_kr Wrote: [ -> ]Why do you changed config file name?
It's not good move!

Cause in the instructions stands:
"./inc/config.php (you must rename config.default.php to config.php first)"
Ask your host to disable magic_quotes then that deprecated error will go away Smile
(2010-08-03, 05:25 PM)Polarbear541 Wrote: [ -> ]Ask your host to disable magic_quotes then that deprecated error will go away Smile

Okay, thank you Smile

And the wollowig errors also dissapear then?
http://def-clan2.bplaced.net/forum/admin/
http://def-clan2.bplaced.net/forum/
Hmm actually try reuploading inc/class_core.php and inc/functions.php to see if that fixes it. You shouldn't be getting those.

Also what plugins are you running?
(2010-08-03, 05:32 PM)Polarbear541 Wrote: [ -> ]Hmm actually try reuploading inc/class_core.php and inc/functions.php to see if that fixes it. You shouldn't be getting those.

Also what plugins are you running?

Reuploaded. Same errors :|
I use no plugins. I just installed Mybb 1.6 fresh on this server ^^



Edit:

I got it now. I took inc/class_core.php and changed "set_magic_quotes_runtime" to "@set_magic_quotes_runtime". It works fine Big Grin

Thanks to "frostschutz" from German mybbord Toungue
Hi,

If you're getting that error then your still running an old version of inc/init.php.

Please go to your ACP -> Tools -> File Verification and run that process and let us know what it says.