I’m trying to revive a site that worked in 2015. The theme is custom, and contains custom post types, pages, and a bunch of standard posts.
When I use WordPress 4.4 (the version that this last worked on), the PHP in WordPress core is too old to work (get_magic_quotes_gpc()
has been deprecated, amongst other things, I’m sure). When I install the current version of WordPress, it ignores my tables, and installs the familiar WordPress empty tables alongside them, but with wpn3_
prefixes, instead of wp_
, and the site behaves as a fresh install.
How do I remedy this? Can I just rename my tables to the new prefix? Or is there some sort of conversion process to get the old pages/metas in to the new?