I am trying to reuse a view name. I created a view on a page, but it was the incorrect page. So I deleted the view permanently. I then tried to create a new view on another page, with the same name as the deleted view. But I get a message that there is already a view with this name.
I have turned off all caching and force reloaded the page, but this message still occurs.
Hi Nigel. Yes, I can see the views still. I recently switched from using the Views plugin to using the blocks plugin so that I can move across (bit by bit) to the new format. In fact, this may be the issue. Let me switch back to the views plugin and see if I still have the same issue.
As Nigel mentioned you view may not actually be deleted.
If you go to Toolset -> Views and check the trash, does your view still exist here?
Also it should be noted that Toolset Views and Toolset Blocks are the same plugins so no need to deactivate/activate one or the other as they both have the same features.
However since you're using blocks then you will need to enable the classic editor.
If the classic view hasn't been enabled you can enable it by going to Toolset -> Settings and scrolling to Editing Experience. From there I recommend that you select " Show both the legacy and Blocks interface and let me choose which to use for each item I build".
This will allow you to have access to the classic editor as well as the block editor. From there refresh the page and go to Toolset -> Views.
From there please check if the trash still has your view in it.
Hi Shane. I don't think I was clear enough in my first post - when I said 'deleted permanently', I meant that I had already gone into the trash and deleted it from there.
I also already have the setting you mentioned set accordingly.
Seems like this view is stuck in the ether. It's happened with 2 views so far.
I managed to take a copy of your database and searched it for the view in question. I was able to find it in the database and you perhaps will need to delete it directly from the database.
You can log into your phpmyadmin and run the following query, however I would highly recommend performing a full backup of your website before doing this.
"DELETE FROM `wp_posts` WHERE `wp_posts`.`ID` = 12443"
I think this may be because I'm having major performance issues with the site, where it's giving me loads of 500/503 errors. Could've caused the view delete to not go through properly.