Upgrade 1.2 to 1.30 on Go Daddy

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 years ago
Do a search on this forum using upgrade, update or GoDaddy
14 years ago
This did not work.. It shut my site down!!
14 years ago
This is what it says on my site

We're sorry, an internal error occurred that prevents the request to complete.
Our supporting staff has been notified with this error and will address this issue shortly. We profusely apologize for the inconvenience and for any damage this may cause. You might want to try the same action at later time.
14 years ago
You need to change the web.config to this:

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Then you can see the real error message.
14 years ago
This is what I'm getting

Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'Nop.HttpModules.BlacklistModule' or one of its dependencies. The system cannot find the file specified.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  

Assembly Load Trace: The following information can be helpful to determine why the assembly 'Nop.HttpModules.BlacklistModule' could not be loaded.


WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
14 years ago
Ensure that you have "Nop.HttpModules.BlacklistModule.dll" file in your \Bin directory
14 years ago
Worked for me. Thanks
14 years ago
I am interested in knowing if I can do the same trick to upgrade to 1.4. Thanks!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.