Registrarse | Entrar
jueves, 09 de febrero de 2012
  Buscar
 Foros de discusión en Locopon's Minimizar
 
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatorUrgent Help: Website crashed!Urgent Help: Website crashed!
Anterior Anterior
 
Siguiente Siguiente
New Post
 01/01/2010 11:08 a.m.
 

I have used the module on my website and today I uninstalled it. This caused the website to crash completely, including all portals. This is the error:

DotNetNuke.Services.Exceptions.PageLoadException: The stored procedure 'dbo.Delisoft_TabLocalization_Replacements_List' doesn't exist. ---> System.InvalidOperationException: The stored procedure 'dbo.Delisoft_TabLocalization_Replacements_List' doesn't exist. at System.Data.SqlClient.SqlCommand.DeriveParameters() at System.Data.SqlClient.SqlCommandBuilder.DeriveParameters(SqlCommand command) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.DiscoverSpParameterSet(SqlConnection connection, String spName, Boolean includeReturnValueParameter, Object[] parameterValues) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSetInternal(SqlConnection connection, String spName, Boolean includeReturnValueParameter) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName, Boolean includeReturnValueParameter) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) at Delisoft.DNN.Modules.DSLocalizator.Data.SqlDataProvider.ListTabLocalization_Replacements(Int32 portalId, String TabId, String LocaleKey, Object disabled) at Delisoft.DNN.Modules.DSLocalizator.Business.TabLocalization_ReplacementsController.List(Int32 portalID, String TabId, String LocaleKey, Object disabled) at Delisoft.DNN.PageBases.MyLocale.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---

Please help!!

Thank you

New Post
 01/01/2010 02:21 p.m.
 

I figured out what to do to get the website running again.
If you have FTP access to your site then in the root dir. you find a copy of the default.aspx.vb file. Replace the default.aspx.vb file with this copy( which was the original file before installing the module). The site should then work again.
NB It seems that just 'uninstalling' the module is causing the site to crash. Probably a few other steps need to be done before doing this?
 

New Post
 05/01/2010 10:47 p.m.
 

Seem that the uninstall failed.

As a primary rule, you must unsinatall all hacks inside the module before uninstalling. otherwize the sytem will keep trying to use the module.

New Post
 05/01/2010 10:51 p.m.
 

The module hack modifies the file default.aspx.vb, but it creates a backup of the original file and appends the date to it....just replace the file manually again.

New Post
 05/01/2010 10:58 p.m.
 

You always need to unistall all the hacks before unistalling the module. If hac is not removed, the system will keep trying to call the module no matter is was removed.

To manually remove the hacks:

The hack modifies the following files:

/default.aspx.vb

/admin/skins/nav.ascx

/admin/skins/solpartmenu.ascx

and before modifying each file, it creates a backup file named: filename.dsbackup.currentdate.resources in the same folder as the file

Restore those files and all the hacks are removed.

Anterior Anterior
 
Siguiente Siguiente
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatorUrgent Help: Website crashed!Urgent Help: Website crashed!