ducatid Posted July 30, 2013 Share Posted July 30, 2013 Buonasera, vorrei iniziare ad utilizzare prestashop ho un dominio su register.it composto da hosting linunx con server mysql. Tramite FTP ho "uplodato" nella directory principale di questo account il contenuto della cartella prestashop (archivio scaricato dal sito web e scompattato) tramite phpadmin ho creato il database. La versione di prestashop che vorrei usare e' quella attuale: 1.5.xx Quando richiamo, dal web browser, la cartella install ho visualizzo questo: * @copyright 2007-2013 PrestaShop SA * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA */ require_once 'init.php'; try { require_once _PS_INSTALL_PATH_.'classes/controllerHttp.php'; InstallControllerHttp::execute(); } catch (PrestashopInstallerException $e) { $e->displayMessage(); } e non la pagina di installazione del software.... Cercando online ho trovato poco o nulla... chiedo aiuto, grazie mille Link to comment Share on other sites More sharing options...
Sito Lab Posted August 3, 2013 Share Posted August 3, 2013 come procedi con l'installazione ? 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