Title: [Plugin: QuickPost] Deprecated: Function set_magic_quotes_runtime() is deprecated in settings.php
Last modified: August 19, 2016

---

# [Plugin: QuickPost] Deprecated: Function set_magic_quotes_runtime() is deprecated in settings.php

 *  [rwanito](https://wordpress.org/support/users/rwanito/)
 * (@rwanito)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/plugin-quickpost-deprecated-function-set_magic_quotes_runtime-is-deprecated-in-settingsphp/)
 * Hi,
 * I’m trying to make quick-post working with wp 2.9.1, and it works, but there 
   is an error message when I click on the bookmarklet :
 * Deprecated: Function set_magic_quotes_runtime() is deprecated in /opt/lampp/htdocs/
   gR-test/wp-settings.php on line 18
 * It seems to be a [php deprecated function](http://us2.php.net/manual/en/info.configuration.php#ini.magic-quotes-runtime),
   so I’ll try to replace (delete?) it. I’ll report here my experimentation, if 
   one of you have already found a solution, please share it !
 * Thank you

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [ranzeal](https://wordpress.org/support/users/ranzeal/)
 * (@ranzeal)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-quickpost-deprecated-function-set_magic_quotes_runtime-is-deprecated-in-settingsphp/#post-1358512)
 * Well,It happens when Server upgrades with PHP 5.3
    Problem is solved by adding
   this function and including a brace in the 18th line !!
 * **if(version_compare(PHP_VERSION, ‘5.3.0’, ‘<‘))
    { set_magic_quotes_runtime(
   0); //18th line }
 *  [danorton](https://wordpress.org/support/users/danorton/)
 * (@danorton)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-quickpost-deprecated-function-set_magic_quotes_runtime-is-deprecated-in-settingsphp/#post-1358547)
 * This is a WordPress bug* and it persists in 3.0.1.
 * See related:
    [[Plugin: QuickPost] WP 2.9.1 : Assigning the return value by reference is deprecated wp-settings.php](https://wordpress.org/support/topic/plugin-quickpost-wp-291-assigning-the-return-value-by-reference-is-deprecated-wp-settingsphp?output_format=md)
 * *I’m presuming that there is some quality standard that prohibits the use of 
   deprecated PHP syntax.
 *  [craigstruck](https://wordpress.org/support/users/craigstruck/)
 * (@craigstruck)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-quickpost-deprecated-function-set_magic_quotes_runtime-is-deprecated-in-settingsphp/#post-1358556)
 * Anyone know how to take the “quick press widget plug in” and make it available
   to anyone to use that visits the site? So people can make anonymous posts

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: QuickPost] Deprecated: Function set_magic_quotes_runtime() is
deprecated in settings.php’ is closed to new replies.

 * 3 replies
 * 4 participants
 * Last reply from: [craigstruck](https://wordpress.org/support/users/craigstruck/)
 * Last activity: [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-quickpost-deprecated-function-set_magic_quotes_runtime-is-deprecated-in-settingsphp/#post-1358556)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
