Database corrupted (wp_options)
-
Hi there,
it seems that the plugin stores bad characters in the database table wp_options. As a result I cannot edit the database with a search and replace tool.Use this sql query:
SELECT * FROMwp_options
where option_name=’fs_accounts’The option_value includes the bad characters:
…s:22:”?FS_Entity?_is_updated…When I edit the option_value like this:
…s:22:”XFS_EntityX_is_updated…Everything works perfect as long as I refresh the plugin page in the wordpress backend for example.
What can I do to solve this issue?
Best regards
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Database corrupted (wp_options)’ is closed to new replies.