Greetings, I have a problem with the editing of many products.
Many of the old products I have in my backend can't be modified [the new ones I create work just fine]. If I try and change anything [a letter in the description, quantity in storage, etc.] and click "Save", it doesn't save it and brings me back to the Dashboard instead of bringing me in the product list.
This happens only when "Choose Store View:" is set to "Default values"; if I try to modify a product with another store view [italian version, english version, etc.] it presents no issues.
Edit: nevermind, it's there with every view.
What could the problem be?
Solved! Go to Solution.
Hello @simone_romeo ,
After turn on error reporting, you will get error while saving product. To enable report, Please perform below thing
Go to the Magento root developer directory
Open the index.php file
In the index.php file, uncomment the following lines:
error_reporting(E_ALL | E_STRICT); ini_set('display_errors', 1);
Enable or set the Developer Mode in Magento. This can be done in two ways:
– Add the following command at the beginning of the index.php file:
$_SERVER['MAGE_IS_DEVELOPER_MODE'] = true;
– Add the following line to the .htaccess file
SetEnv MAGE_IS_DEVELOPER_MODE "true"
--
If my answer is useful, please Accept as Solution & give Kudos
Hello @simone_romeo ,
After turn on error reporting, you will get error while saving product. To enable report, Please perform below thing
Go to the Magento root developer directory
Open the index.php file
In the index.php file, uncomment the following lines:
error_reporting(E_ALL | E_STRICT); ini_set('display_errors', 1);
Enable or set the Developer Mode in Magento. This can be done in two ways:
– Add the following command at the beginning of the index.php file:
$_SERVER['MAGE_IS_DEVELOPER_MODE'] = true;
– Add the following line to the .htaccess file
SetEnv MAGE_IS_DEVELOPER_MODE "true"
--
If my answer is useful, please Accept as Solution & give Kudos
Thank you @gelanivishal
There was a weird line of code about Microsoft Office in the description field.