MyBB Community Forums

Full Version: Some errors with "Deprecation."
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
MyBB 1.6.4, upgraded from 1.6.3 via file changes.

It seems to produce errors with cookies, as would be indicated by the messages, which include:

Quote:Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/thiso/public_html/forums/inc/class_core.php on line 165
The following warnings occurred:
Warning [2] Cannot modify header information - headers already sent by (output started at /home/thiso/public_html/forums/inc/class_core.php:165) - Line: 1622 - File: inc/functions.php PHP 5.3.8 (Linux)
File Line Function
[PHP] errorHandler->error
/inc/functions.php 1622 header
/inc/class_session.php 106 my_setcookie
/global.php 55 session->init
/index.php 18 require_once

And some others, mostly also saying cookie or something of that sort.

&lastpost links don't work; however, bypassing the &lastpost convenience makes a difference, allowing the topic to load, and sometimes post.
Contact your web host and ask them to disable magic quotes. They were deprecated in PHP 5.3.
Ah, alright. Thanks.