Bug #3655
openctf parameters not showing up with > 95000 particles
0%
makeStarForStack.py
Description
We are having a problem where when we click the 'list per-particle CTF info' button on the myamiweb stack viewer, it returns a blank page for stacks over ~95,000 particles. My suspicion is that this is some sort of PHP configuration problem because the mysql query ran successfully (I checked that separately). I made a python work around for making a star file for a stack. It is committed to svn: [[http://emg.nysbc.org/projects/appion/repository/revisions/19225/entry/trunk/appion/bin/makeStarForStack.py]] . I have been wanting a simple tool like this for awhile. It is painfully slow for the previously discussed problems with sinedon doing per-particle queries, but it works.
Updated by Sargis Dallakyan almost 9 years ago
From Appion Manual » Complete Installation » Web Server Installation - http://emg.nysbc.org/projects/appion/wiki/Configure_phpini
I recommend increasing max_input_time and memory_limit in php.ini to see if that work.