Henry Indra Kristanto Posted June 27, 2011 Share Posted June 27, 2011 Hi,Every time I add new product or category, this error notice is always shows "Manufacturer ajax error: parsererror" please help me Link to comment Share on other sites More sharing options...
edyy Posted August 16, 2011 Share Posted August 16, 2011 I have the same problem as you and I didn't find a solution. Link to comment Share on other sites More sharing options...
Cruck Posted August 17, 2011 Share Posted August 17, 2011 I have the same problem as you and I didn't find a solution. Me to, the same that Edyy, any solution? Thanks, Link to comment Share on other sites More sharing options...
akzidenz Posted August 25, 2011 Share Posted August 25, 2011 Hey guys I got this error too, but it was because I removed all the suppliers and manufacturers. Just add one back in for each and it shouldn't happen. Cheers Link to comment Share on other sites More sharing options...
Cruck Posted August 25, 2011 Share Posted August 25, 2011 Thank you for your answer akzidens, But i have several Manufactures ans suplliers created and the problem continue the same. Thanks. Link to comment Share on other sites More sharing options...
Cruck Posted August 25, 2011 Share Posted August 25, 2011 I'd solved this problem. If anybody need help, i modified the file admin/ajax.php On file admin/ajax.php, there is a line: $jsonArray[] = '{"optionValue": "'.$manufacturer['id_manufacturer'].'", "optionDisplay": "'.htmlspecialchars($manufacturer['name']).'"}'; Could you replace it by: $jsonArray[] = '{"optionValue": "'.$manufacturer['id_manufacturer'].'", "optionDisplay": "'.htmlspecialchars(trim($manufacturer['name'])).'"}'; Special thanks to Maxence DE FLOTTE for his helping that he says to me the solution. GRACIAS. 2 Link to comment Share on other sites More sharing options...
edyy Posted August 26, 2011 Share Posted August 26, 2011 Yes it works, thanks for the help and for posting here the solution. Link to comment Share on other sites More sharing options...
RCProShops Posted August 31, 2011 Share Posted August 31, 2011 I have a fresh install of 1.4.4.1 and am receiving this error. I have made the above changes and still receiving the error. Am I missing something? $jsonArray[] = '{"optionValue": "'.$manufacturer['id_manufacturer'].'", "optionDisplay": "'.htmlspecialchars(trim($manufacturer['name'])).'"}'; $jsonArray[] = '{"optionValue": "'.$supplier['id_supplier'].'", "optionDisplay": "'.htmlspecialchars(trim($supplier['name'])).'"}'; Sometimes it happens in the manufacturer and sometimes in the supplier. Any more suggestions? Link to comment Share on other sites More sharing options...
prashanth Posted September 5, 2011 Share Posted September 5, 2011 Hi, i have all the manufacturers list in admin pannel as well as in the database,but not able to display those. i see that " if (Configuration::get('PS_DISPLAY_SUPPLIERS')) " is displaying " 0 " in MANUFACTURERCONTROLLER.PHP file. And i also find that it got the link with function "get" in " configuration.php", and with the function " elseif (key_exists($key, self::$_CONF)) ". can you please find it and tell me the solution.plz Link to comment Share on other sites More sharing options...
mrpizzy Posted September 17, 2011 Share Posted September 17, 2011 Dear I've the same problem. My Pshop version is 1.4.4.0. I've solved the issue replacing the file ajax.php with the original file downloaded from Pshop website. It seems that, at to date, everithing is working. The error happend on Manufacturer and on Supplier. Regards Marco Link to comment Share on other sites More sharing options...
Never_give_up Posted March 15, 2012 Share Posted March 15, 2012 Hey guys I got this error too, but it was because I removed all the suppliers and manufacturers. Just add one back in for each and it shouldn't happen. Cheers Yes that was the problem. I deleted all suppliers and manufacturers in Admin and then received the ajax error: parsererror error in the products section. I put back at least one manufacture and supplier and the error went away. Thank goodness it was a simple fix. Thank you! Link to comment Share on other sites More sharing options...
Multitecno Online Posted September 10, 2012 Share Posted September 10, 2012 Temporal Solution... It's work for me... Go to Admin/tabs/Adminproducts Delete the Line: 2158 alert(\'Manufacturer ajax error: \'+textStatus); Delete the Line: 2176 alert(\'Supplier ajax error: \'+textStatus); 1 Link to comment Share on other sites More sharing options...
rhap Posted November 11, 2015 Share Posted November 11, 2015 hi, i have the same problem but for my revolution Slider when i change the diplayhook the error show "ajax error!!! parsererror the solutions here if the same for my problem? pls help me. i need to fix this problem. thank you Link to comment Share on other sites More sharing options...
Recommended Posts