Impasto Posted January 11, 2018 Share Posted January 11, 2018 I've recently come across a problem with a live store of a client of ours, view-able here: khulisanetwork.co.za When I try and add a new address to an existing customer, I can fill in all the necessary fields, but when I click on save it reloads the Addresses page. On the reloaded page the info shows, but the id of the new address is 0. When I click on edit on said address the fields to edit are empty. The exact same process happens in the front-end when I try to do it from the customer's side. I also cannot add an address when I create a new customer (back-end or front-end yields the same result). The customer is created, but the address is blank with an id of 0. I checked phpAdmin in the address table and all the info is dumped there and available, but again the row id for the new address is 0. I checked the permissions of all the php files in the classes folder (which I assume is where the magic is supposed to happen) and it's all set to 600. Folders are at 755. I'm using Prestashop version 1.6.1.4 Server Info (Which I am not in any position to modify): PHP Version: 5.5.33 I seriously need help asap as this can become a major issue really quickly. Link to comment Share on other sites More sharing options...
Vince Posted January 12, 2018 Share Posted January 12, 2018 I've made some testing on your client site. It is not easy to find out the reason with testing only. It should take time to debug deeply in the code. So if you are interested. Please pm. Link to comment Share on other sites More sharing options...
mrcy Posted December 4, 2020 Share Posted December 4, 2020 I am having a similar problem https://github.com/PrestaShop/PrestaShop/issues/22155 Link to comment Share on other sites More sharing options...
El Patron Posted December 5, 2020 Share Posted December 5, 2020 enable ps debug mode and reproduce. this will tell you hopefully what error you are having, then post that when reporting issue....make sure to disable ps debug mode when done Link to comment Share on other sites More sharing options...
mrcy Posted December 5, 2020 Share Posted December 5, 2020 (edited) there are no console errors when enabling debug mode however I do seem some translation errors and a doctrine errors in the symphony profiler below is the entity mappign error (under the doctrine header) Edited December 5, 2020 by mrcy (see edit history) Link to comment Share on other sites More sharing options...
El Patron Posted December 6, 2020 Share Posted December 6, 2020 Open new forum post with your issue, never post I have similar issue. Post details so others can reproduce. 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