cancel
Showing results for 
Search instead for 
Did you mean: 

Admin -> Content -> Pages displays an error

Admin -> Content -> Pages displays an error

I login to admin and go to Content on left bar and go to under Elements / Pages. Will not load. If I go to Elements / Widgets, it will load. Elements / Blocks used to load until I put the asterisk in the search bar and hit enter. Now it does the exact same thing as the Pages page.

How do I clear the asterisk from the search? Once the page is loading I cannot click on anything.

https://prnt.sc/ko4012

 

 

3 REPLIES 3

Re: Admin -> Content -> Pages displays an error

@lindsay_doyle

 

You have to delete an entry from the ui_bookmark table.

 

In a ui_bookmark table, delete the row where you want to reset the filter.

 

For example, if you want to reset the filters from Admin > Content > CMS > Pages

 

delete the row which has a namespace as 'cms_page_listing'.

 

 

If you find my answer useful, Please click Kudos & Accept as Solution.

Re: Admin -> Content -> Pages displays an error

Thank you for your reply however I am using Magento 2.0 so I do not have that on my admin menu. Is it possible to accomplish this in rev 2.2.3 Thank you

Re: Admin -> Content -> Pages displays an error

Hello @lindsay_doyle,

 

Please follow below steps to resolve the issue.

  1. Login phpmyadmin and select magento database
  2. Find ui_bookmark table and Truncate/Empty the table, Check here https://www.screencast.com/t/7qXQMzhQkm
  3. Clear cache
  4. Reload error page 

If you still got an issue then please let us know.

 

--
If my answer is useful, please Accept as Solution & give Kudos