Forum Replies Created

Viewing 1 replies (of 1 total)
  • If it is still fo any help to you guys

    Take these steps:

    in PHPmyadmin
    good db: (you might have a differently named options table)
    select * from wp_options WHERE option_name LIKE ‘%simple_fields%’
    select the 3 results and press export

    new db: just insert if it is a new database

    if it is a database that already has simplefields installed, first do:

    delete from wp_options WHERE option_name LIKE ‘%simple_fields%’

    Hope this will help someone.

Viewing 1 replies (of 1 total)