4.1 -> 4.2 Seeing "500" errors on datatables grid pages

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
We're seeing this after upgrading a site from 4.1 to 4.2.

/Admin/Log/List
/Admin/Order/OrderList

These pages throw a 500 "Internal Server Error".

Any ideas on how to track this down?
4 years ago
Try clearing your browser cache and see if that works.

If you have the source we would suggest you debug the code. Start at

src\Presentation\Nop.Web\Areas\Admin\Controllers

\LogController.cs > List()
\OrderController.cs > OrderList(OrderSearchModel searchModel)


This could also be caused by a plugin you may have installed.
4 years ago
Hi,

You can write logs to see exactly where the error is, then find the cause to fix. Open file web.config Set stdoutLogEnabled="true"


<aspNetCore requestTimeout="23:00:00" processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" forwardWindowsAuthToken="false" stdoutLogEnabled="true" stdoutLogFile=".\logs\stdout" startupTimeLimit="3600" />
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.