Banshee
the secure PHP framework

Forum

Magic Quotes

René
29 november 2010, 01:03
Banshee version: 2.6
PHP version: 5.3
Webserver: Hiawatha V7.4

Function set_magic_quotes_runtime() is deprecated in /usr/local/www/banshee/libraries/configuration.php on line 118.

I've googled the error and it turns out that this function is deprecated as of PHP version 5.3.

The recommendation is to use ini_set('magic_quotes_runtime', 0) instead of set_magic_quotes_runtime(0)

Cheers
Hugo Leisink
29 november 2010, 06:29
Thanks for letting me know.
Message preview

The following BB-codes are available in a message:

  • [b]Bold text[/b]
  • [center]Center text or imagen[/center]
  • [color=color name or #RGB code]Colored text[/color]
  • [i]Italic text[/i]
  • [img]Link to image[/img]
  • [right]Align text or image right[/right]
  • [s]Strike-through text[/s]
  • [size=pixelsize]Big or small text[/size]
  • [u]Underlined text[/u]
  • [url]Link to website[/url]
  • [url=link to website]Link text[/url]