twilio / OpenVBX

OpenVBX is a web-based open source phone system for business.
http://openvbx.org
Other
702 stars 341 forks source link

An application error occurred. Please try again. #250

Open jamieludlow opened 11 years ago

jamieludlow commented 11 years ago

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!!

kernworks commented 10 years ago

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