Weird Error after entering define('WP_ALLOW_REPAIR', true);
Hi I thought I was having issues with my database so I edited my wp-config file to include the line
define(‘WP_ALLOW_REPAIR’, true);
and ever since then I was getting the same line showing on my admin pages. So I deleted it from the config file and it was still on my admin pages. I tried define(‘WP_ALLOW_REPAIR’, false); but it still remained.
I tried uninstalling plugins but kept getting an error that reported this line as a reason to abort the delete command.
I tried everything to remove it and search where it was coming from.
In the end I started turning off plugins one by one and it turns out to be Admin Columns. The allow repair line has become embedded in the plugin or database entries for it?
Anyway I actually really need the plugin but don’t want to loose the columns I have already set up. I have used it to make a lot of custom post column tables. What is the best way to go about fixing it? Shall I save out my custom tables and the reinstall the plugin?
Many thanks for your help in advance, James
You must be logged in to reply to this topic.