Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: NopCommerce throwing error:  (Read 3178 times)

0 Members and 1 Guest are viewing this topic.

Chetan Singh

  • Full Member
  • ***
  • Posts: 123
  • Karma: +2/-0
  • Bienvenido a las Tecnologías de la Admin-Ahead.
    • Admin-Ahead Server Technologies.
NopCommerce throwing error:
« on: December 28, 2013, 05:20:00 pm »
Hello,

If you are getting this error while/after NopCommerce installation, please follow these steps to fix this issue.

I copied the files to my servers root address.  Created an MS SQL Server 2008 database. Then accessed the site expecting to get the installation page. Instead I got the following error message:

============================
We're sorry, an internal error occurred.

Our supporting staff has been notified of this error and will address the issue shortly.

We apologize for the inconvenience.

Please try clicking your browsers 'back' button or try reloading the home page. 

If you continue to receive this message, please try again in a little while.

Thank you for your patience.
============================

Fixed:

To find out what went wrong you need to turn off the custom errors mode.
1. Open web.config file
2. Find out the following line <customErrors defaultRedirect="errorpage.htm" mode="RemoteOnly">
3. Replace it with <customErrors defaultRedirect="errorpage.htm" mode="Off">
============================

Note: Please take the backup of original Web.config file before making any changes.

Thank you,
Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!