Opened 3 months ago
Last modified 3 months ago
#52074 new defect (bug)
RSS Importer: Fatal error, call to undefined function `set_magic_quotes_runtime()`
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | WordPress.org | Priority: | normal |
Severity: | blocker | Version: | |
Component: | Import | Keywords: | |
Focuses: | Cc: |
Description
set_magic_quotes_runtime()
was removed in PHP7. A quick search only turns up a handful of mentions], even though PHP7 has been the majority of installs for awhile, so usage of this importer may be very low.
Fatal error: Uncaught Error: Call to undefined function set_magic_quotes_runtime() in plugins/rss-importer/rss-importer.php:72 Stack trace: #0 plugins/rss-importer/rss-importer.php(178): RSS_Import->get_posts() #1 plugins/rss-importer/rss-importer.php(204): RSS_Import->import() #2 wp-admin/admin.php(353): RSS_Import->dispatch() #3 {main} thrown in plugins/rss-importer/rss-importer.php on line 72
There's a report in #2626-plugins, but IIRC that's been shut down, and this has always been the correct place for reports.
Change History (1)
Note: See
TracTickets for help on using
tickets.