DNN Forum Module ? 'My Posts' Error

If you are receiving an error when attempting to use the 'My Posts' within the DNN forum module, this article will explain how to correct this problem. 

You will need to be able to remotely connect to your database using a 3rd party SQL client such as "SQL Management Studio Express" which is free to download from Microsoft. 

Connect to your database using your 3rd party SQL client. Then browse to the Programmability folder, then Stored Procedures, and finally find the Forum_SearchGetResults; right click and select modify.  

Edit the @Filter + ... line (for me it was on line 45).  It should read: 
@Filter + ' GROUP BY P.ThreadID , P.CreatedDate ORDER BY P.CreatedDate DESC ' 
and you should re-write it to read:
 
@Filter + ' GROUP BY P.ThreadID , P.CreatedDate ORDER BY P.ThreadID ' 

You can then save it to a .sql file but to commit the changes you must press the Execute button. Please note that this bug and fix were originally found for DNN version 4.5.3. We are not sure if this has been fixed in later DNN versions.

  • 13 Els usuaris han Trobat Això Útil
Ha estat útil la resposta?

Articles Relacionats

Rectify error "Cannot insert the value null into column 'default language'" in DNN 5.1.2 installations.

There is a known issue with DNN 5.1.2 installations which will cause the error "Cannot insert the...

DNN Upgrade Failed - "Value Cannot Be Null" Error

If you have performed an upgrade to your DNN installation and received the following error after...

DNN login link redirects to home page

The tab id for your portal in your site's database got set to the home page tab id.  There...

URL redirection on dnn site

If you want to enable url redirection for your entire dnn site or pages within your dnn site you...

Lost DNN host account password

If you have forgotten your host account password you can promote another DNN user to have the...

Powered by WHMCompleteSolution