MasterVitronic / fusionpbx

Automatically exported from code.google.com/p/fusionpbx
0 stars 0 forks source link

easy fusion PBX script fails on Debian 7.1 #441

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run script as per usual
2. Choose either Apache or Nginx
3. Choose either Sqlite or Postgres
4. Go to the web configuration page and follow the instructions up to the 
database creation

What is the expected output? What do you see instead?
Expect to create database, instead, get the following output:

Warning: fopen(/var/www/fusionpbx/includes/config.php): failed to open stream: 
No such file or directory in /var/www/fusionpbx/resources/install.php on line 
462

Warning: fwrite() expects parameter 1 to be resource, boolean given in 
/var/www/fusionpbx/resources/install.php on line 463

Warning: fclose() expects parameter 1 to be resource, boolean given in 
/var/www/fusionpbx/resources/install.php on line 465

Warning: require(/var/www/fusionpbx/includes/config.php): failed to open 
stream: No such file or directory in /var/www/fusionpbx/resources/install.php 
on line 468

Fatal error: require(): Failed opening required 
'/var/www/fusionpbx/includes/config.php' 
(include_path='.:/usr/share/php:/usr/share/pear:/var/www/fusionpbx') in 
/var/www/fusionpbx/resources/install.php on line 468

What version of the product are you using? On what operating system?
Latest SVN

Please provide any additional information below.
This was working on Debian Wheezy last year when it was still in testing.

Original issue reported on code.google.com by spmb...@gmail.com on 8 Jul 2013 at 12:32

Attachments:

GoogleCodeExporter commented 9 years ago
I moved the files from includes to the resources directory. I've update the 
files that were missed it should be working now. Thanks for reporting the 
problem.

Original comment by markjcrane@gmail.com on 12 Jul 2013 at 6:42