I don't really get an error message, or an error in the error log, I just See this screen of step 3 that looks fine:
Then, as I hit install I get the normal install page with the bars filling up:
And then out of nowhere I get a new overlaying bar like that:
And then taken back to the step 3 page.
I've tried making some of the mysql limits a bit higher like connect_timeout from 10 to 1000 and wait_timeout from 20 to 2000 but to no avail. I turned those back again of course.
In my php configuration I have the following options:
asp_tags Off
enable_dl Off
file_uploads On
include_path .:/usr/lib/php:/usr/local/lib/php
max_execution_time 120
max_input_time 120
max_input_vars 1000
memory_limit 196M
session.save_path /tmp
upload_max_filesize 100M
Could you help me out with that issue? Thank you.