BomAle 434 Posted July 3, 2015 Share Posted July 3, 2015 ----ATTENZIONE----controllare in seguito ad un aggiornamento ipb3 a ips4 del sito la patch scelta per l'uploads e modificare eventualmente tale riga:SELECT *FROM `core_file_storage` cercare di fare il login all'AdminCP,http://tuosito.it/admin/ aggiungere dopo l'ultimo & questa parte:app=core&module=support&controller=support&_step=self_servicecliccate eventualmente su "qualcosa non funziona correttamente" (2° opzione) vi permette di raggiungere rapidamente il modulo, eseguendo una serie di funzioni tra cui: $possibleSolutions = array( '_requirementsChecker', '_databaseChecker', '_clearCaches', '_connectionChecker', '_whitespaceChecker', '_upgradeCheck', '_defaultTheme', '_disableThirdParty', '_knowledgebase' ); /** * Step 2: Self Service - Clear Caches * * @param int $id The current ID * @return string|NULL */ public function _clearCaches( $id ) { /* Clear JS Maps first */ \IPS\Output::clearJsFiles(); \IPS\Data\Store::i()->clearAll(); \IPS\Data\Cache::i()->clearAll(); return \IPS\Theme::i()->getTemplate( 'support' )->tryNow( ++$id, 'support_caches_cleared' ); } 1 Link to post Share on other sites
fil17 26 Posted July 15, 2015 Share Posted July 15, 2015 Ciao! Ho impiegato un paio di ore prima di capire che nella nuova sezione supporto dell'APC basta scrivere cache ed il sistema esegue il comando in automatico :D Capisco ottimizzare il menu, ma un pulsantino rapido per la cache potevano lasciarlo :P Ciao! 1 Link to post Share on other sites
BomAle 434 Posted July 15, 2015 Author Share Posted July 15, 2015 il link nel primo post mi è servito perchè non partivano bene i file css dando pagine senza stili... dopo aver eseguito il link sono riuscito almeno a fare un recache e risolvere.è davvero comodo sapere poi che nel modulo di supporto si possa pure fare un recache tramite parole chiavi come dice fil17.chissa quanto ancora c'è da scoprire Link to post Share on other sites
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