Recently I upgraded from Dnn 9.1.1 to Dnn 9.3.0 . Due to some error I had to rollback to backup taken of website and database earlier. Everything seemed fine except the message "Could not find stored procedure Personabar_Getusers" showing on clicking Users in persona bar.
Asked
Active
Viewed 66 times
0

Ejaz Hasnain
- 11
- 3
-
1This does not seem possible. Try the rollback again, making sure to restore the old database, and clear out the website directory before restoring files. 9.1.1 doesn't use the Personabar_Getusers stored procedure. Presumably there is a call to that from some code, indicating that you have 9.3.0 code in your directory.. Are you sure that is the stored procedure reported, not a GetUserBy
– Joe Craig Nov 25 '20 at 04:46 -
1One possible note to this situation is that you are using a version of EVOQ - you should NOT follow the standard upgrade process for Evoq without consulting the mapping of Evoq versions to that of DNN Platform as it can cause all kinds of crazy results. – Mitchel Sellers Nov 25 '20 at 16:06