Error shows up on bookmarking and profile editing
Hello again my beloved community 
I have another weird error 
Everytime I want to bookmark a discussion this little errormessage-box appears at the bottom on the left.
If I want to save changes on my profile anything is fine but if I want to change from unverified to verified for example the "View not found" shows up again.
I don't know how to fix this, because I can't find the right place to kill this nasty little error...
Vanilla version: 2.1b2
Thanks again for your help 
edit: and if I want to vote on a comment it shows up too... And the changes (thumbs up + small profile pic from who liked it) don't show up before i reload the page 
Best Answers
-
hgtonight
MVP
Sorry for the slow response time, do you have a file at
/applications/dashboard/views/utility/blank.php?If not, please create an empty file names blank.php and put it in that folder.
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
5 -
hgtonight
MVP
It doesn't need a blank page per se it needs a view named 'blank' for the utility controller in the dashboard application.
That view just happens to be blank

Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
6
Answers
Sorry for the slow response time, do you have a file at
/applications/dashboard/views/utility/blank.php?If not, please create an empty file names blank.php and put it in that folder.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Hey @hgtonight,
sorry for my late response... i was on vacation
It seems like this was the core of the problem. Thank you!
But one more question: why does it need a blank page? oO
It doesn't need a blank page per se it needs a view named 'blank' for the utility controller in the dashboard application.
That view just happens to be blank
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.