Hi,
I am currently developing a Magento site, and for whatever reason, I have a product that displays a white page only upon reaching 377 associated products. Disable 1, and it display again. No php errors (other than a weird one with Translate.php that doesn't seem to be related) and no Magento errors. Just a white page.
I thought this was a memory or server issue, I messed around with php.ini and upped everything up to crazy amounts, but no dice. Same issue.
Has anyone ever encountered this?
Thanks,
Sam
Open up your index.php file and uncomment (remove "#") the following line:-
#ini_set('display_errors', 1);
See if it throws up any error for you now.
Also take a look at your error_log file if you have one and see what's in there that may be causing this.
Nothing in the error logs. and No errors on the page from displaying errors
Here is an error when register_studown_function('fatal_handler'). But this doesn't seem to have anything to do with anything.
Array ( [type] => 2 [message] => vsprintf(): Too few arguments [file] => /home/stspear/public_html_dev/app/code/core/Mage/Core/Model/Translate.php [line] => 416 )