I’m having an issue adding new attribute sets to Magento.
On the “Add New Attribute Set” page, after entering a name and choosing to base the new set on Default, I click “Save Attribute Set”. The page then loads for about 10-15 seconds and displays a white page with this error:
Fatal error: Maximum execution time of 30 seconds exceeded in D:\\httpdocs\lib\Zend\Cache\Backend\File.php on line 653
If I return to the “Manage Attribute Sets” page, the new set is included in the list! However, when I edit it, the “Groups” panel is blank and all attributes are in the “Unassigned Attributes” panel. This is strange as the Default set has correct groups so it doesn’t look like it has copied the set.
Thanks a lot for any help you can offer
I would recommend that you increase the max_execution_time that is usually stored in php.ini, be sure to restart Apache once you do this. This can also be done via a .htaccess, if you look at the one provided by Magento, I believe there is a line that increases it to 18000 seconds.