giwrgos Posted June 17, 2014 Share Posted June 17, 2014 Hello everyone few day before I have upgraded my website from 1.5.x to the latest version of prestashop. When i'm trying to add a new product to my website from the back office i'm getting this error Property Product->link_rewrite is empty . How i can fix it? Thank you Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted June 17, 2014 Share Posted June 17, 2014 Hi, do you sure that this field is not empty? This field complete by js after you enter name of product, maybe you have any JS-errors at the console? Regards Link to comment Share on other sites More sharing options...
giwrgos Posted June 17, 2014 Author Share Posted June 17, 2014 Hi, do you sure that this field is not empty? This field complete by js after you enter name of product, maybe you have any JS-errors at the console? Regards yes, i have the website two years now and the way i tried to add a new product had the same process like ones that i've done before the update. on the error_log doesn't have any error Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted June 18, 2014 Share Posted June 18, 2014 Hi again, so I think you need hire some freelancer/agency for review your code and resolve this issue Regards Link to comment Share on other sites More sharing options...
giwrgos Posted June 18, 2014 Author Share Posted June 18, 2014 Hi again, so I think you need hire some freelancer/agency for review your code and resolve this issue Regards As a i said i'm using the back end product page that is coming with the prestashop, i'm not trying to add a product from xml Link to comment Share on other sites More sharing options...
giwrgos Posted June 18, 2014 Author Share Posted June 18, 2014 Here is my solution I found the solution, basically i had this error T_PAAMAYIM_NEKUDOTAYIM on admin controller and i Changed line 3101: $fields = $class::$definition['fields']; to $fields = $class->$definition['fields']; Then this modification cause me the problem of this error link_rewrite, where later i want back and change the $class->$definition to $class::$definition. Again i had the error T_PAAMAYIM_NEKUDOTAYIM but this is was because i had php version 5.2 on my server, then i changed it to 5.3 and it worked 1 Link to comment Share on other sites More sharing options...
SoLiCe Posted November 17, 2014 Share Posted November 17, 2014 Here is my solution I found the solution, basically i had this error T_PAAMAYIM_NEKUDOTAYIM on admin controller and i Changed line 3101: $fields = $class::$definition['fields']; to $fields = $class->$definition['fields']; Then this modification cause me the problem of this error link_rewrite, where later i want back and change the $class->$definition to $class::$definition. Again i had the error T_PAAMAYIM_NEKUDOTAYIM but this is was because i had php version 5.2 on my server, then i changed it to 5.3 and it worked Hi, where do you change the line 3101 ?? i had the same problem. Ty Link to comment Share on other sites More sharing options...
Tvcrosario Posted December 14, 2014 Share Posted December 14, 2014 Hola: Cuando añado un producto nuevo o edito alguno me aparece la leyenda Property Product->link_rewrite is empty 1 Link to comment Share on other sites More sharing options...
PrestaShot Posted January 19, 2015 Share Posted January 19, 2015 Can you please let me know which file you need to work on to get this "Property Product->link_rewrite is empty" error sorted? As far as I understood it is under /controllers/admin folder. Please elaborate on which file and what needs to be changed. Appreciate your help! Link to comment Share on other sites More sharing options...
Xavier du Tertre Posted January 21, 2015 Share Posted January 21, 2015 Please see corresponding bug report on the Forge and its resolution: http://forge.prestashop.com/browse/PSCSX-1257 1 Link to comment Share on other sites More sharing options...
PrestaShot Posted January 21, 2015 Share Posted January 21, 2015 I appreciate your time Xavier du Tertre. But there is no description to solve the problem. If you direct me to the website where solution will be described I will largely appreciate it. Thanks Link to comment Share on other sites More sharing options...
Xavier du Tertre Posted January 23, 2015 Share Posted January 23, 2015 If you can't use the solution that's given on the forge, then I suggest you update your shop to the latest version of PrestaShop (1.6.0.11) Link to comment Share on other sites More sharing options...
Recommended Posts