Good Afternoon all,
I am making a configurable product that has numerous options. I am receiving an error and wondered how I could remedy this situation. I am currently running on a testing server with the following properties. I have also attached the php.ini file for your review.
WAMPSERVER 2.0
PHP v5.2.5
MYSQL v5.0.51a
APACHE v2.2.8
This is the error that I am getting once the product page actually loads;
Product.Config(
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 3145728 bytes) in C:\SERVER\www\magento\lib\Varien\Simplexml\Element.php on line 155
Also, no options have loaded in the product configuration drop downs.
Any help or explanation of why this is happening would be greatly appreciated. Thank you.
Lior,
Thanks for the quick response. I have since tried to change the memory size to 150m and it managed to go through but it took forever. I think I may be trying to configure too many options. There are currently 5 drop downs and the total number of associated products is 26. Is anyone else having this issue? Thanks.
I Changed the memory in.htaccess file and in the php.ini and I still get :
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home7/motorsp8/public_html/stores_admin/lib/Varien/Image/Adapter/Gd2.php on line 332