I just updated YAF 1.9.6.1 to 2.1.2 on DNN 7.3.2 and could not get it to work.
1) Get error on admin_edituser - PageLoadException: Invalid object name 'dbo.yaf_prov_Profile'.
I have a separate database for YAF and DNN.
When I add the table 'dbo.yaf_prov_Profile' to the DNN database I get a new error - PageLoadException: Could not find stored procedure 'dbo.yaf_prov_profile_getprofiles'
It seems as if YAF is accessing the DNN database instead of the YAF database ?
2) In 1.9.6.1 posts are accessed with .aspx extensions but the are omitted in 2.1.2 causing 404 errors. If I manually add the .aspx extensions all pages work.
Please advise