Stormraven
Trusted Member
- Joined
- Oct 24, 2010
- Messages
- 1,836
I'm currently having major issues installing Xenforo on my localhost machine (Using MAMP)
basically this is what's happening. When installing, I kept on getting this error:
I opened a support ticket and this is what Mike said:
I did exactly that, and I'm still having issues, I can get to the section where you set up the main administrator and then after that it takes ages and goes to a blank page (because of the mod Mike asked me to do) if I refresh I get the same error again.
I've tried different browsers etc, but nothing has worked, I've done search after search and for the lift of me I just can't get to the bottom of it, and I'm just wondering if someone has got any more ideas.

This action is available via POST only. Please press the back button and try again.
I opened a support ticket and this is what Mike said:
Hi,
I'm taking a guess that this issue might be caused by PHP crashing when it tries to generate random data. This is done by calling to OpenSSL when possible. In library/XenForApplication.php, look for this line:
if (function_exists('openssl_random_pseudo_bytes') && substr(PHP_OS, 0, 3) != 'WIN')
change it to:
if (false)
I did exactly that, and I'm still having issues, I can get to the section where you set up the main administrator and then after that it takes ages and goes to a blank page (because of the mod Mike asked me to do) if I refresh I get the same error again.
I've tried different browsers etc, but nothing has worked, I've done search after search and for the lift of me I just can't get to the bottom of it, and I'm just wondering if someone has got any more ideas.