Group: Forum Members
Last Active: Tue 31 May 2016
Posts: 10,
Visits: 42
|
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
|
Group: Forum Members
Last Active: Wed 22 Jul 2020
Posts: 153,
Visits: 874
|
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)
Wed 4 May 2016 by
Supermac
|
Group: Forum Members
Last Active: Tue 31 May 2016
Posts: 10,
Visits: 42
|
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
|
Group: Administrators
Last Active: Tue 10 Sep 2024
Posts: 807,
Visits: 2,748
|
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).
-- If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.
If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
|
Group: Forum Members
Last Active: Tue 31 May 2016
Posts: 10,
Visits: 42
|
thanks, a new installation solved my problem.
|