Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

undefined alert in magento ecommerce

I have setup my Magento Ecommerce site in production environment and everything is cool until one week ago i receive "undefined" alert box at the end of the checkout process, this alert just came up in sudden and i ask my self what have i done? and i answer nothing!

So i surf and ask around and i have so many responses and after few days doing this and that i found this is really simple to solve "undefined" alert box problem.
This problem caused by my magento ecommerce application need more resource than the maximum resources of my web server setting, by double up the value of maximum memory and time out setting in your php.ini will solve the "undefined" alert problem in magento ecommerce.

This is what i did :

1. Open the cpanel of my hosting.
2. Go to php config.
3. Choose the php5(single php.ini) option instead of php5(default) option.
4. Open php.ini files.
5. Double up this value
- max_execution_time =
- max_input_time =
- memory_limit =
6. Save changes.

And problem solved.
Don't forget to backup your php.ini file if you already have one before doing this procedure, step number 3 create a master php.ini file in root directory for use by all php application in your site. Hope this help anyone who have same problem with me.



This post first appeared on Nubie The Newbie, please read the originial post: here

Share the post

undefined alert in magento ecommerce

×

Subscribe to Nubie The Newbie

Get updates delivered right to your inbox!

Thank you for your subscription

×