aldeiadogranel Posted November 13, 2019 Share Posted November 13, 2019 Hi, My shop went live, but its not finished in terms of contents and a little design details. Can I leave it live and continue to work on it through the admin panel, or it may trigger more easily unstable and unpredictible shop behavior? Am I more bound to lose totally or partially my shop If If continue to work in thr admin and don't turn the maintenancce mode on? Thanks Link to comment Share on other sites More sharing options...
musicmaster Posted November 13, 2019 Share Posted November 13, 2019 Adding products won't harm. Making changes in the backoffice neither. However, it is recommended to have a separate development shop so that you can try things out. Link to comment Share on other sites More sharing options...
aldeiadogranel Posted November 13, 2019 Author Share Posted November 13, 2019 Thanks a lot musicmaster. How do I build a separate development shop easy ? I have little programming skills. I was just changing some existing product features and other options in the backoffice and with the shop online and the backoffice acess disappeared. Also other people I know stopped seing the front office of the shop and instead are seing the maintenance mode page. That's the second time it happens. Error 500 appears. The only thing i know how to do is to go to the Webhosting (OVH.pt) and restore a D-1 backup. Link to comment Share on other sites More sharing options...
musicmaster Posted November 14, 2019 Share Posted November 14, 2019 8 hours ago, aldeiadogranel said: How do I build a separate development shop easy ? My preferred way is to install Xampp on my local computer. If it runs you can type "localhost" in the address bar of your browser and your computer will be your own host. The software that runs on localhost is (on WIndows) by default in the c:\xampp\htdocs directory. You can copy Prestashop there and run its installation routine. There is one thing that you need to do up front: create a database. You can do that in localhost/phpmyadmin Link to comment Share on other sites More sharing options...
aldeiadogranel Posted November 14, 2019 Author Share Posted November 14, 2019 10 hours ago, musicmaster said: My preferred way is to install Xampp on my local computer. If it runs you can type "localhost" in the address bar of your browser and your computer will be your own host. The software that runs on localhost is (on WIndows) by default in the c:\xampp\htdocs directory. You can copy Prestashop there and run its installation routine. There is one thing that you need to do up front: create a database. You can do that in localhost/phpmyadmin My webhostinng php version is 7.1 but XAMPO latest version is for 7.3.11. Is it compatible? Link to comment Share on other sites More sharing options...
musicmaster Posted November 14, 2019 Share Posted November 14, 2019 I would recommend the version with php 7.2 Link to comment Share on other sites More sharing options...
aldeiadogranel Posted November 14, 2019 Author Share Posted November 14, 2019 3 hours ago, musicmaster said: I would recommend the version with php 7.2 Just changed my webhosting to php 7.2 and installed Xampp for php 7.2. I'll try it out.. Do I need or have any advantage by installing the Xampp plugin for Prestashop? Link to comment Share on other sites More sharing options...
musicmaster Posted November 15, 2019 Share Posted November 15, 2019 8 hours ago, aldeiadogranel said: Do I need or have any advantage by installing the Xampp plugin for Prestashop? It is just an Apache webserver. Working local is faster when you are developing: you don't have to upload the files each time. Link to comment Share on other sites More sharing options...
El Patron Posted November 19, 2019 Share Posted November 19, 2019 simply create development shop as subdomain and 'other' domain (buy a development domain name) There are plenty of tutorials on how to then copy your shop files, create a new db, import your prod data and configure your development shop to use the new db etc. This is a must for any serious business. as for maint mode; it is not necessary 'if' you: set robots.txt file to no-index all (search for how) remove/delete sitemaps from your root web file system (just for extra safety) 1 Link to comment Share on other sites More sharing options...
aldeiadogranel Posted December 8, 2019 Author Share Posted December 8, 2019 On 11/19/2019 at 2:54 PM, El Patron said: simply create development shop as subdomain and 'other' domain (buy a development domain name) There are plenty of tutorials on how to then copy your shop files, create a new db, import your prod data and configure your development shop to use the new db etc. This is a must for any serious business. as for maint mode; it is not necessary 'if' you: set robots.txt file to no-index all (search for how) remove/delete sitemaps from your root web file system (just for extra safety) I just created a sub domain, thnak you for all the tips and advice. I'll work from that| 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