Dh42 Posted February 24, 2016 Share Posted February 24, 2016 We wrote a tutorial telling you how to install PrestaShop 1.7 since the install process for what is done so far is pretty complicated. The tutorial takes you from building a test instance on Digital Ocean, installing all of the required software, to configuring the server, and installing 1.7. From what we understand the future versions will be easier and have a better installation package. But is you are wanting to test it out how it is now, you can use our tutorial to install it. You can view the tutorial here, Installing PrestaShop 1.7 3 Link to comment Share on other sites More sharing options...
Xavier Borderie Posted February 25, 2016 Share Posted February 25, 2016 Thank you for this! Please note that the install process has been recently simplified: https://github.com/PrestaShop/PrestaShop/pull/5027 Link to comment Share on other sites More sharing options...
Dh42 Posted February 25, 2016 Author Share Posted February 25, 2016 From what I see all you took out was the installation of NPN and node, right? So that is just 2 lines. Link to comment Share on other sites More sharing options...
kulli Posted March 26, 2016 Share Posted March 26, 2016 Composer is not disposal on my server (shared hosting) Do i really need a own server with composer installed or is there another option to install and testing 1.7 on a shared hosting ? Link to comment Share on other sites More sharing options...
Dh42 Posted March 26, 2016 Author Share Posted March 26, 2016 For the time you really do. It loads all of the modules and all of the dependencies that are needed to install the 1.7 version. When they come out with build releases it will not be needed, but as far as I know there is not a build out. 1 Link to comment Share on other sites More sharing options...
thepan Posted March 26, 2016 Share Posted March 26, 2016 (edited) @kulli Here is a PrestaShop build you can install without composer. Based on the "develop" branch as of the 26.03.16. Before installing PrestaShop, make sure to edit the file. /app/config/parameters.yml Change the "database_*" parameters to fit your database setup. # This file is auto-generated during the composer install parameters: database_host: 127.0.0.1 database_port: null database_name: prestashop database_user: root database_password: null database_prefix: ps_ mailer_transport: smtp mailer_host: 127.0.0.1 mailer_user: null mailer_password: null secret: ThisTokenIsNotSoSecretChangeIt Now you should be able to run the PrestaShop 1.7 installation like 1.6. Edited March 26, 2016 by thepan (see edit history) Link to comment Share on other sites More sharing options...
kulli Posted March 26, 2016 Share Posted March 26, 2016 kryptical file-link, sorry, thats not like safe enough in my eyes ... Link to comment Share on other sites More sharing options...
thepan Posted March 26, 2016 Share Posted March 26, 2016 (edited) Well its mega uploads link encryption. You got another file hoster you prefer? File is to large for the PrestaShop forum. Edited March 26, 2016 by thepan (see edit history) Link to comment Share on other sites More sharing options...
KenFranklin Posted March 30, 2016 Share Posted March 30, 2016 Explain please hot to install 1.7 on localhost Link to comment Share on other sites More sharing options...
kivarr Posted March 31, 2016 Share Posted March 31, 2016 (edited) @kulli Here is a PrestaShop build you can install without composer. Based on the "develop" branch as of the 26.03.16. Before installing PrestaShop, make sure to edit the file. /app/config/parameters.yml Change the "database_*" parameters to fit your database setup. # This file is auto-generated during the composer install parameters: database_host: 127.0.0.1 database_port: null database_name: prestashop database_user: root database_password: null database_prefix: ps_ mailer_transport: smtp mailer_host: 127.0.0.1 mailer_user: null mailer_password: null secret: ThisTokenIsNotSoSecretChangeIt Now you should be able to run the PrestaShop 1.7 installation like 1.6. I'm trying to install using your zip but it keeps giving me this error: 1: SQL error command doctrine:schema:update, please check your app/config/parameters.yml file I've already edited the file. Can you help me? It's already solved. I've forced database_port on the parameters.yml file. Edited March 31, 2016 by kivarr (see edit history) Link to comment Share on other sites More sharing options...
Whiley Posted April 1, 2016 Share Posted April 1, 2016 Here is a PrestaShop build you can install without composer. Based on the "develop" branch as of the 26.03.16. @thepan, i've installed from your build directly to the root-folder of a domain (www.camelita.de). The fe looks ok, but if i want to login to the bo an error message appears: ErrorHandler->handleError('2', 'file_exists(): open_basedir restriction in effect. File(/opt/lampp/htdocs/PrestaShop/app/AppKernel.php) is not within the allowed path(s): (/var/www/vhosts/camelita.de/:/tmp/)', '/var/www/vhosts/camelita.de/httpdocs/vendor/symfony/symfony You can see the whole message here: http://camelita.de/admin-dev/ 1 Link to comment Share on other sites More sharing options...
kulli Posted April 1, 2016 Share Posted April 1, 2016 helping this: sudo chmod 777 for all ? Link to comment Share on other sites More sharing options...
thepan Posted April 1, 2016 Share Posted April 1, 2016 @Whiley this should be a "open_basedir" issue. I gonna be lazy and just post this here. 1 Link to comment Share on other sites More sharing options...
Nocebo Posted April 4, 2016 Share Posted April 4, 2016 Hello, I can not install PrestaShop 1.7. The error message is : Erreur SQL sur la requête Table '_ps17_access' already exists At the time of installation that table does not exist ! thank you in advance Link to comment Share on other sites More sharing options...
spm.presto Posted April 5, 2016 Share Posted April 5, 2016 I'm trying to install using your zip but it keeps giving me this error: 1: SQL error command doctrine:schema:update, please check your app/config/parameters.yml file I've already edited the file. Can you help me? It's already solved. I've forced database_port on the parameters.yml file. Hi I try set port 3306 in the file app/config/parameters.yml File: parameters: database_host: localhost database_port: 3306 database_name: prestashop1700 database_user: root database_password: database_prefix: ps_ mailer_transport: smtp mailer_host: 127.0.0.1 mailer_user: ~ mailer_password: ~ secret: gPguz9ImBhOIRCntIJPwbqbFJTZjqSHaq8AkTk2pdoHYw35rYRs9VHX0 but get error: SQL error command doctrine:schema:update, please check your app/config/parameters.yml file ps: Download latest version prestashop_1.7.0.0-alpha.3.0.zip Link to comment Share on other sites More sharing options...
spm.presto Posted April 5, 2016 Share Posted April 5, 2016 official Alpha: https://www.prestashop.com/en/developers-versions yes , download here: https://www.prestashop.com/en/developers-versions and error, when install prestashop: SQL error command doctrine:schema:update, please check your app/config/parameters.yml file Link to comment Share on other sites More sharing options...
kulli Posted April 5, 2016 Share Posted April 5, 2016 official Alpha: https://www.prestashop.com/en/developers-versions Link to comment Share on other sites More sharing options...
kulli Posted April 5, 2016 Share Posted April 5, 2016 make an issue at: http://forge.prestashop.com/browse/PSCSX-7901?jql= maybe an older version or a issue at your .yml file (space character at port) must be this one: https://github.com/PrestaShop/PrestaShop/commit/66561c629945966bf6d1c3b114db6e87bef4883b Link to comment Share on other sites More sharing options...
spm.presto Posted April 5, 2016 Share Posted April 5, 2016 maybe an older version or a issue at your .yml file (space character at port) must be this one: https://github.com/P...4db6e87bef4883b See screenshot Link to comment Share on other sites More sharing options...
spm.presto Posted April 5, 2016 Share Posted April 5, 2016 just comment code: /models/install.php - line 232 - 235 it seems that works Link to comment Share on other sites More sharing options...
Nocebo Posted April 5, 2016 Share Posted April 5, 2016 (edited) I still have that mistake, I can not install it. I do not know what to do ! Prestashop 1.7.0.0 Alpha 3 Edited April 5, 2016 by Nocebo (see edit history) Link to comment Share on other sites More sharing options...
adm666 Posted April 5, 2016 Share Posted April 5, 2016 He everyone! Il y a un "error 500" when trying to open back-office (front works ok). Debugger shows the following: Whoops, looks like something went wrong. 1/1RuntimeException in AnnotationFileLoader.php line 40:The Tokenizer extension is required for the routing annotation loaders.in AnnotationFileLoader.php line 40 at AnnotationFileLoader->__construct(object(FileLocator), object(AnnotatedRouteControllerLoader)) in appDevDebugProjectContainer.php line 2948 at appDevDebugProjectContainer->getRouting_LoaderService() in bootstrap.php.cache line 2204 at Container->get('routing.loader') in Router.php line 54 at Router->getRouteCollection() in Router.php line 377 at Router->getMatcherDumperInstance() in Router.php line 288 at Router->Symfony\Component\Routing\{closure}(object(ResourceCheckerConfigCache)) at call_user_func(object(Closure), object(ResourceCheckerConfigCache)) in ResourceCheckerConfigCacheFactory.php line 46 at ResourceCheckerConfigCacheFactory->cache('/home/ziajarus/domains/e-ziaja.ru/public_html/app/cache/dev/appDevUrlMatcher.php',object(Closure)) in Router.php line 302 at Router->getMatcher() in Router.php line 250 at Router->matchRequest(object(Request)) in RouterListener.php line 154 at RouterListener->onKernelRequest(object(GetResponseEvent), 'kernel.request', object(TraceableEventDispatcher)) at call_user_func(array(object(RouterListener), 'onKernelRequest'), object(GetResponseEvent), 'kernel.request', object(TraceableEventDispatcher)) in WrappedListener.php line 61 at WrappedListener->__invoke(object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher)) at call_user_func(object(WrappedListener), object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher)) inEventDispatcher.php line 181 at EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener),object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener),object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.request', object(GetResponseEvent)) in EventDispatcher.php line 46 at EventDispatcher->dispatch('kernel.request', object(GetResponseEvent)) in TraceableEventDispatcher.php line 132 at TraceableEventDispatcher->dispatch('kernel.request', object(GetResponseEvent)) in bootstrap.php.cache line 3199 at HttpKernel->handleRaw(object(Request), '1') in bootstrap.php.cache line 3172 at HttpKernel->handle(object(Request), '1', false) in bootstrap.php.cache line 3323 at ContainerAwareHttpKernel->handle(object(Request), '1', false) in bootstrap.php.cache line 2514 at Kernel->handle(object(Request), '1', false) in index.php line 88 Link to comment Share on other sites More sharing options...
adm666 Posted April 6, 2016 Share Posted April 6, 2016 On page reload... hmm... Whoops, looks like something went wrong. 1/1FatalErrorException in classes.php line 6078:Parse Error: syntax error, unexpected '{'in classes.php line 6078 Link to comment Share on other sites More sharing options...
adm666 Posted April 6, 2016 Share Posted April 6, 2016 (edited) Nocebo, I'd suggest U to install PS with a new clean DB. Sometimes if you have ps01_ tables, you are not allowed to create ps02_tables or ps011_tables. Edited April 6, 2016 by adm666 (see edit history) Link to comment Share on other sites More sharing options...
Nocebo Posted April 6, 2016 Share Posted April 6, 2016 Hello, I have several installations PrestaShop 1.6 and I've had no problems so far Link to comment Share on other sites More sharing options...
Nocebo Posted April 6, 2016 Share Posted April 6, 2016 If I let ps_ then I get this error SQL error command doctrine:schema:update, please check your app/config/parameters.yml file Link to comment Share on other sites More sharing options...
spm.presto Posted April 6, 2016 Share Posted April 6, 2016 If I let ps_ then I get this error SQL error command doctrine:schema:update, please check your app/config/parameters.yml file Try comment code: /models/install.php - line 232 - 235 1 Link to comment Share on other sites More sharing options...
Nocebo Posted April 6, 2016 Share Posted April 6, 2016 Try comment code: /models/install.php - line 232 - 235 THX it works Link to comment Share on other sites More sharing options...
Daniel - PrestaBR Posted April 7, 2016 Share Posted April 7, 2016 Not installing att all. Even commenting those lines other errors appear. Waiting for a less buggy installation. Link to comment Share on other sites More sharing options...
javier_direfentes Posted April 19, 2016 Share Posted April 19, 2016 (edited) I still have that mistake, I can not install it. I do not know what to do ! Prestashop 1.7.0.0 Alpha 3 Nocebo, how did you solve this error? I have the same problem Edited April 19, 2016 by javier_direfentes (see edit history) Link to comment Share on other sites More sharing options...
Szed Posted May 16, 2016 Share Posted May 16, 2016 Hello guys, trying to install the 1.7 Alpha 4 but getting the SQL error command doctrine:schema:update, please check your app/config/parameters.yml file I comment the lines 224-227 of /install/models/install.php and it worked (so far...). Link to comment Share on other sites More sharing options...
theunrealmccoy Posted June 10, 2016 Share Posted June 10, 2016 Newbie to PrestaShop and GitHub here, so forgive me if this is a stupid question. Short overview...I am transitioning from Miva Merchant (after we negotiated our price increase to a mere 400%), but I digress. After researching a lot of shopping cart options I have settled on PrestaShop as I am a proponent of anything open source. I installed PrestaShop 1.6 on my local linux machine and began working on overriding the code to meet the requirements of our store. During this I discovered the plans for PrestaShop1.7. I did not want any changes I needed to not work under 1.7, so I decided to help test the beta versions while transitioning our store over. Now to my question...I forked the development branch on GitHub and made a clone on my machine. Should we be able to install 1.7 beta from a clone? When I tried to do so I received an error of missing autoload.php missing in the "vendor" directory. There was no "vendor" directory in my clone, but there is a "vendor" directory in the 1.7 beta zip file. I copied the "vendor" directory from the zip file to my cloned area. Once I did that the install completed without a problem. When I tried to login to the admin area I then received an error of missing bootstrap.php.cache under the "app" directory. This file was also in the zip file. After coping it from the zip file I was able to login to the admin area. Perhaps I am doing it wrong and need to install 1.7 beta from the zip file in one directory on my machine and work on any coding changes in the cloned code area. 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