OpenVBX icon indicating copy to clipboard operation
OpenVBX copied to clipboard

An application error occurred. Please try again.

Open jamieludlow opened this issue 12 years ago • 1 comments

I am trying to install OpenVBX on my server that is hosted with 1and1 web hosting. I was having issues so had to add the following code to the config.php file:

$config['uri_protocol'] = 'REQUEST_URI'; $config['index_page'] = '';

When I added this code to the config file the installation screen then shows and it lets me go through the installation steps. I then get to the final stage of installation, hit the install button and I get this...

05-08-2013 16-36-26

I click login and I get this...

05-08-2013 16-39-48

I simply created a directory in pucblic_html called twilio and dragged all of the files across made the amendment to the config.php file and followed the installation steps correctly, but got this error and have no idea how to fix it and get it working.

Please can someone help me with this?

Many thanks!!

jamieludlow avatar Aug 05 '13 15:08 jamieludlow

$config['index_page'] = ''; should be set to $config['index_page'] = 'index.php';

kernworks avatar Oct 18 '14 01:10 kernworks