jaggyobin Posted April 14, 2011 Share Posted April 14, 2011 Salve a tutti. Ho fatto una ricerca sul forum italiano e non ho trovato nulla sull'argomento. Spero di postare nella giusta sessione. Ho installato la versione 1.4 di prestashop e quando vado a cliccare sul pulsante "Live Edit" per modificare la disposizione dei moduli, mi si apre una pagina con un'unica scritta "Fatal Error". Qualcun'altro ha questo problema, qualcuno lo ha già risolto ? Grazie Link to comment Share on other sites More sharing options...
Codencode Posted April 15, 2011 Share Posted April 15, 2011 Guarda qui:http://www.prestashop.com/forums/viewthread/101176/#423834 Link to comment Share on other sites More sharing options...
jaggyobin Posted April 15, 2011 Author Share Posted April 15, 2011 Avevo già letto quel post. Ho provato quella soluzione, ma non cambia nulla .. Sempre "fatal error". Grazie comunque Link to comment Share on other sites More sharing options...
Codencode Posted April 15, 2011 Share Posted April 15, 2011 Quindi anche sostituendo: if (is_dir($_SERVER['DOCUMENT_ROOT'].__PS_BASE_URI__.$ad)) con if (!is_dir(_PS_ROOT_DIR_.DIRECTORY_SEPARATOR.$ad)) continua a non funzionarti, strano a me ha funzionato. Link to comment Share on other sites More sharing options...
jaggyobin Posted April 16, 2011 Author Share Posted April 16, 2011 Si, ho sostituito quella stringa ma non è cambiato nulla. Dovrei controllare meglio qualche eventuale errore. Non sono esperto di php, non so se un eventuale a capo può essere fuori luogo. Forse sto dicendo stupidate ma, ripeto, non conosco tanto il php. Grazie per l'aiuto. Appena potrò fare un'altra prova inserirò un commnto. Ciao Link to comment Share on other sites More sharing options...
jaggyobin Posted April 18, 2011 Author Share Posted April 18, 2011 Ciao ancora,posto di seguito le stringhe da me modificate. Mi sembra siano corrette come i consigli che ho trovato sul forum e come indicato da codencode, ma continua a non funzionare. //live edit if (Tools::isSubmit('live_edit') AND $ad = Tools::getValue('ad') AND (Tools::getValue('liveToken') == sha1(Tools::getValue('ad')._COOKIE_KEY_))) if (!is_dir(_PS_ROOT_DIR_.DIRECTORY_SEPARATOR.$ad)) $cookie->live_edit = true; else die(Tools::displayError()); 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