BambooInvoice Forums

Problems with install…

 
Total Posts: 6

on running http://localhost:8181/bambooinvoice_089/index.php?/install

I get blank page and this error in the apache log..

[Fri Jan 08 03:59:06 2010] [error] [client 127.0.0.1] PHP Warning:  require_once(C:/Program Files/PostgreSQL/EnterpriseDB-ApachePhp/apache/www/bambooinvoice_089/bamboo_system_files/codeigniter/CodeIgniter.php) [function.require-once]: failed to open stream: Permission denied in C:\\Program Files\\PostgreSQL\\EnterpriseDB-ApachePhp\\apache\\www\\bambooinvoice_089\\index.php on line 130
[Fri Jan 08 03:59:06 2010] [error] [client 127.0.0.1] PHP Fatal error:  require_once() [function.require]: Failed opening required ‘C:/Program Files/PostgreSQL/EnterpriseDB-ApachePhp/apache/www/bambooinvoice_089/bamboo_system_files/codeigniter/CodeIgniter.php’ (include_path=’.;c:\\\\pginstaller.auto-repo\\\\php.staging\\\\pear’) in C:\\Program Files\\PostgreSQL\\EnterpriseDB-ApachePhp\\apache\\www\\bambooinvoice_089\\index.php on line 130

I have alterd the configs as directed, the address is “http://localhost:8181/bambooinvoice_089/” Is it Ok to put the port in here as I have a few webservers running on this machine, i.e tomcat etc.. and not sure whereelse I can specify this…

FYI: Windows 7

thanks in advance….

Total Posts: 2324

Are you trying to run postgre?

Total Posts: 6

Yep..

Total Posts: 2324

I’m sorry, system hasn’t been tested much on postgre. It is known to work with MySQL, and I’ve done proof of concepts with SQLite, but not postgre. You’ll probably need to do some work here if you really want to use Postgre. There are drivers available to talk to the db, but the installation routine is geared towards MySQL.

Total Posts: 6

No probs,  I’ll give it a go on mysql.. Thanks for the help..

B.

Total Posts: 2324

You bet! I hope Bamboo works out for you sir.

Total Posts: 6

Installed mysql, changed driver etc in config and still throws the same error…

Total Posts: 2324

I see “Permission denied” up there. If you dropped a boring old “hello world” test script into your bamboo folder, does it run?

Total Posts: 6

It would appear to be a windows 7 bug.. Bit locker has randomly encrypted some files, And there is no dialogue to un-encrypt them as windows 7 Pro is not supposed to have bit locker enabled.. (nice one Microsoft!)...


Again thanks for your help tho…

Total Posts: 6

FYI:

Right, your zip that I downloaded appears to have encryption on some of the files…
I had to extract to a fat32 flashdrive (as fat32 does not support encryption). That removes it. Then copy it back on to my Win7 machine….
Working fine now… Well getting BD issues, but still trying to use postgres again…


thanks…