By Valerio - Wed 4 May 2016
|
Hi, after upgrading from 2.8004 to 2.9003 if i click on an image product, kartris redirect to home page and log an error:
Product.Page_Load ----------------------------------------------------------------------------- >> System.Threading.ThreadAbortException >> Version:2,9003 >> CUSTOM MESSAGE: Di errore: Errore sconosciuto. Si prega di controllare i log degli errori per qualsiasi info. >> MESSAGE: Thread interrotto. >> STACK: in Product.Page_Load(Object sender, EventArgs e) ================================================== can anyone suggest some resolution? thanks again
|
By Supermac - Wed 4 May 2016
|
Hai provato a guardare nel backend lo stack dell'errore? menu rapporti/Log di errore (report/error log)
EDIT ah scusa quello E' il log dell'errore (credevo il messaggio nel browser)
|
By Valerio - Wed 4 May 2016
|
Ciao, purtroppo si ed è quello che ho postato: Product.Page_Load ----------------------------------------------------------------------------- >> System.Threading.ThreadAbortException >> Version:2,9003 >> CUSTOM MESSAGE: Di errore: Errore sconosciuto. Si prega di controllare i log degli errori per qualsiasi info. >> MESSAGE: Thread interrotto. >> STACK: in Product.Page_Load(Object sender, EventArgs e) ================================================== non è molto di aiuto!
aggiungo che il tutto funziona se nella configurazione del linktype delle immagini uso una nuova pagina invece dell'ajax popup
|
By Paul - Wed 4 May 2016
|
If you install a clean 2.9003, do you get the same issue?
If not, if you then connect this 2.9003 clean version to an upgraded database, do you get an error?
The image functionality is typically separate from the database, so it suggests you have a mixture of files (old and new code).
|
By Valerio - Wed 4 May 2016
|
thanks, a new installation solved my problem.
|