I just tried to install BreezingForms and when I clicked the Upload and Install button, I just got a white screen. What should I do?
The problem for this and many other installations encountering this error is due to a time-out in PHP. This can be confirmed by timing the attempted installation time. Typically this is set to 60 seconds, nd the script may take longer than this to install.
To correct it, change the php.ini file to have
max_execution_time = 120
max_input_time = 120
(Thanks to Andy500 for the great tip!)