BETEPAH Posted September 27, 2016 Share Posted September 27, 2016 (edited) Hello! Installed Prestashop 1.6.1.7 When you add the goods do not appear to save a button - spinning Corrected code files, buttons worked, but with the addition of many other goods error with preservation Problem found in the following: At the entrance to the administrative part of prestashop, a large load on the server.Using more than 1024 MB of memory and CPU over 100% What a load on the server can be a problem? Why heavy load on the server? Exceeding the limit of resources - a problem in Site All server settings comply with the requirements Your site is subject to restrictions in the past 24 hours virtual memory resources are limited for your site I / O usage resources were limited for your site Your site achieves limitations on the use of resources Using your processor reached 93% out of 100% [:error] [pid 93712:tid 140161203558144] (12)Cannot allocate memory Edited September 27, 2016 by BETEPAH (see edit history) Link to comment Share on other sites More sharing options...
Abe Castro Posted October 2, 2016 Share Posted October 2, 2016 How many Categories / Products do you have? Prestashop 1.4.9 handled perfectly my 2K Categories / 30k products store with only 2Gb of memory Prestashop 1.6 is a different story.. I had to increase memory to 5 Gb and reserve 15 Gb of hard disk for virtual memory to stop getting http 500 errors randomly and every time I tried to make a simple search with the same number of categories and products of my old store. Prestashop 1.6 is a great product but you need to be prepared to allocate a lot of resources y you have many products and categories. Link to comment Share on other sites More sharing options...
lyonsbarry Posted October 27, 2016 Share Posted October 27, 2016 When I fill all the content of ''add product" then I go down and see all both ''save'' and ''save and stay' both are spinning. please give me a solution for that problem. Link to comment Share on other sites More sharing options...
BETEPAH Posted October 27, 2016 Author Share Posted October 27, 2016 The files in the folder - admin/themes/default/template/controllers/products Correct code: <button type="submit" name="submitAddproduct" class="btn btn-default pull-right" disabled="disabled"><i class="process-icon-loading"></i> {l s='Save and stay'}</button> <button type="submit" name="submitAddproductAndStay" class="btn btn-default pull-right" disabled="disabled"><i class="process-icon-loading"></i> {l s='Save and stay'}</button> Replaced by: <button type="submit" name="submitAddproduct" class="btn btn-default pull-right"><i class="process-icon-save"></i> {l s='Save'}</button> <button type="submit" name="submitAddproductAndStay" class="btn btn-default pull-right"><i class="process-icon-save"></i> {l s='Save and stay'}</button> That is, you need to remove the (disabled = "disabled") and change the (class = "process-icon-loading") on (class = "process-icon-save") Buttons will always work! 1 Link to comment Share on other sites More sharing options...
lyonsbarry Posted October 27, 2016 Share Posted October 27, 2016 Sir, I did as you told I have corrected all files as per your instruction. but still under prices tab >"specific price" and "priority management" (Save, Save & stay) is still spinning. Moreover, "Attachments" tab is continuously loading but not reflecting any thing. Link to comment Share on other sites More sharing options...
BETEPAH Posted October 27, 2016 Author Share Posted October 27, 2016 (edited) Look where there is still the code - look at any files referenced by the button. I just do not remember, because I do not use Presta shop, hosting can not cope Perhaps your web hosting is also not suitable for the new Presta Shop. Change hosting, or CMS Edited October 27, 2016 by BETEPAH (see edit history) 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