Hi,
I hope someone might experienced this issue before me. In y case i updated my client site 1.4.0 to magento enterprise 1.9 and everything was going smoothly except this main checkout process. And i was kept on asking magento support they are not able to reach at times.
From my system.log file i got to know this issue, after so many other fixes and tricks from their forum
2010-09-16T18:01:20+00:00 ERR (3): Warning: include(Mage/Members/Model/Carrier/Pickup.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /var/www/html/wc2/lib/Varien/Autoload.php on line 93
2010-09-16T18:01:20+00:00 ERR (3): Warning: include() [<a href='function.include'>function.include</a>]: Failed opening 'Mage/Members/Model/Carrier/Pickup.php' for inclusion (include_path='/var/www/html/wc2/app/code/local:/var/www/html/wc2/app/code/community:/var/www/html/wc2/app/code/core:/var/www/html/wc2/lib:.:/usr/share/pear:/usr/share/php') in /var/www/html/wc2/lib/Varien/Autoload.php on line 93
Really i dont know what to do with this Mage/Members/Model/Carrier/Pickup.php file becuase its not present in the community edition also but that one was working well and the same-thing when i am doing with EE i got into empty page.
Please someone tell me how to get out of this error,
For to make it clear it tries to load these two files
1. app/design/frontend/base/default/template/catalog/product/index_list.phtml from Template.php
2. Mage/Members/Model/Carrier/Pickup.php from Autoload.php
and when i tried to avoid these two files i am not even able to see any system.log file under log directory. Anyone can guess whats the problem with me.
Thanks