l043nz0 Posted September 3, 2015 Share Posted September 3, 2015 Salve, ho problema quando creo una nuova "combinazione" dei prodotti, ricevo il messaggio di errore riportato nel titolo. Ovviamente, per visualizzare tale errore ho dovuto mettere in modalità debug. La versione di prestashop è la 1.5.6.3 Cosa posso fare ? Grazie Link to comment Share on other sites More sharing options...
tuk66 Posted September 3, 2015 Share Posted September 3, 2015 Trovate queste righe nel file e tentare di rimuovere entrambi i "plus" caratteri: Find these rows in the file and try to remove both "plus" characters: + Array(), + Tools::getValue('available_date_attribute') 1 Link to comment Share on other sites More sharing options...
l043nz0 Posted September 4, 2015 Author Share Posted September 4, 2015 Trovate queste righe nel file e tentare di rimuovere entrambi i "plus" caratteri: Find these rows in the file and try to remove both "plus" characters: + Array(), + Tools::getValue('available_date_attribute') Ok, li avevo visti anche io nel codice della pagina, poi ho controllato su GitHub e li ho trovati anche li... quindi se ci sono perchè vanno cancallate? Ok , I had also I watched in the code of the page , then I Checked on GitHub and I have found also them ... so why I will cancel that "plus"? Link to comment Share on other sites More sharing options...
tuk66 Posted September 4, 2015 Share Posted September 4, 2015 Do you mean code at GitHub is flawless? Those plus signs are syntactically wrong in method arguments. Link to comment Share on other sites More sharing options...
l043nz0 Posted September 4, 2015 Author Share Posted September 4, 2015 Do you mean code at GitHub is flawless? Those plus signs are syntactically wrong in method arguments. Yes, I'm a developer, but I think that there are thing that I don't know ... like 2 "plus"... So, thank you so much. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now