betal Posted March 13, 2015 Share Posted March 13, 2015 Hi, Following the migration of a shop from 1.3.4 to 1.6.0.11 that is was successful, i discoverd that i can not modify my product page ! Every attemp to change i get : Property Product -> name is empty. And it change the 'name' of the product leaving only the first letter... I checked in the table 'product_lang' the name column, but all seems ok, i can't find incorrect symbol for ex. In debbug mode, i have only a warning on the page admincontroller at line 1377. Big thank for your help ! Olivier Link to comment Share on other sites More sharing options...
NemoPS Posted March 14, 2015 Share Posted March 14, 2015 Sounds like you have a single field which is being treated like an array. Try grabbing a clean .11 package, and replace the whole admin folder, it might just be a template issue 1 Link to comment Share on other sites More sharing options...
betal Posted March 16, 2015 Author Share Posted March 16, 2015 Thank you fot that answer, i test and come back. Link to comment Share on other sites More sharing options...
[email protected] Posted February 19, 2016 Share Posted February 19, 2016 I have the same issue, the problem is half a year ago I did not have it and entered products, now when I want to add new products I get this message: Product Property -> name is empty. BUT as you see below the (correct) name was not empty as it is mentioned (Rainha - Brazilie) as is the correct ID I did as Nemo suggested and replaced the admin folder, refreshed cache, but no results. Anybody???? 3 errors Rainha - Brazilie (Nummer: 512) kan niet opgeslagen worden Property Product->name is empty Pamwamba – Malawi (Nummer: 521) kan niet opgeslagen worden Er zijn 2 warningsHerschreven link voor (Nummer: 512) is herschreven als friendly-url-autogeneration-failed. Herschreven link voor (Nummer: 521) is herschreven als friendly-url-autogeneration-failed. Link to comment Share on other sites More sharing options...
NemoPS Posted February 20, 2016 Share Posted February 20, 2016 are you using any override? Link to comment Share on other sites More sharing options...
[email protected] Posted February 20, 2016 Share Posted February 20, 2016 Hi Nemo, I don't think I'm using any override. I just put a fresh copy of PS on my mamp. Downloaded the product example csv and imported that into the mamp, succes. (looking back I don't know why?) Then I tried my own csv, (deleting all products while importing my own, same message property name is empty. Then I tried to upload the original sample file again and then this one too will not go in anymore. OK I found what is killing me here: I changed the php version. When I first was succesful I was using php version 5.6.10. As we were putting it on a live server we used a php 7.0 Looks like all works fine, but not the csv-import Changing it on my mamp solved this but. Looks like Prestashop is very sensitive to php versions? The live server has 7.0 is there any way I can change something in the code, that will make my current shop work with php 7.0 as well? Link to comment Share on other sites More sharing options...
[email protected] Posted February 20, 2016 Share Posted February 20, 2016 ok I posted the last question in the forum that goes about php and ps 1.6 called: Prestashop 1.6 With Php 7.0 - Experience, Problems, Solutions I would never think that that was the problem as it looked like everything was working well. But your question Nemo put me in the right direction by letting go of the csv and thinking i did something wrong there. Link to comment Share on other sites More sharing options...
NemoPS Posted February 22, 2016 Share Posted February 22, 2016 It might be using some deprecated function in the importcontroller. You can turn on dev mode and see if you get any warning/fatal error Link to comment Share on other sites More sharing options...
mattiak78 Posted February 20, 2017 Share Posted February 20, 2017 I had the same problem. finally after several attempts I solved the problem by recreating the product. bye Link to comment Share on other sites More sharing options...
Alex Grigorescu Posted September 15, 2018 Share Posted September 15, 2018 I believe you have some empty lines at the end of the CSV file. To check that out you can open the CSV with notepad or something similar. I had the same issue and deleting the commas at the end solved it for me. Link to comment Share on other sites More sharing options...
tech2js Posted September 18, 2018 Share Posted September 18, 2018 I have same issue now.. I am developing a module and I am stuck in the admin product trying to submit form having this error.. Link to comment Share on other sites More sharing options...
NemoPS Posted September 19, 2018 Share Posted September 19, 2018 can you take a screenshot of the full error, with debug mode enabled? Link to comment Share on other sites More sharing options...
tech2js Posted September 19, 2018 Share Posted September 19, 2018 I have same issue now.. I am developing a module and I am stuck in the admin product trying to submit form having this error.. here is the screenshot with the dev mode enabled.. Link to comment Share on other sites More sharing options...
tech2js Posted September 19, 2018 Share Posted September 19, 2018 the issue is resolved.. it was indeed a php version issue... i downgraded it to below PHP version: 7 Link to comment Share on other sites More sharing options...
Anders Pettersson Posted July 29, 2020 Share Posted July 29, 2020 Hi, can you please help me Test Pro (ID: No ID) cannot be saved Property Product->name is empty these errors are annoying me Link to comment Share on other sites More sharing options...
Guillaume_KS Posted May 31 Share Posted May 31 check your database to ensure that the product name is entered according to id_lang or id_shop 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