BambooInvoice Forums

another install probelm

 
Total Posts: 8

Hi Derek,

The download link on http://bambooinvoice.org is still for 0.8.9 version, but I found a direct link for version 0.9 here http://forums.bambooinvoice.org/index.php/forums/viewthread/1069/ and will try it out tonight.

Keep up the good work

Sarwan

Total Posts: 2324

I hot-patched it. Its labeled the same, but the updated files. They both point to the same file.

Total Posts: 8

I have installed version 089 on my windows box by only unzipping the downloaded file, putting it in my webserver directory. After that I entered http://localhost/bambooinvoice/index.php/install without editing anything.
First I got the error that the database setting was not correct. My database password is not root, so I changed that accordingly to my password. Afterwards I got the message that the bambooinvoice database was not found, so I created the bambooinvoice database. And that’s it. It worked like a charm afterwards.

php version 5.2.1
mysql server 5.1
apache server 2.2.13

I am glad that it worked though, so now it’s clear that I can’t get it up and running on my CentOS box due to bad installation/configuration of the php engine.

Total Posts: 2324

Thrilled to hear it - welcome to Bamboo!

Total Posts: 8

Yes, Thank you for the incredible support you are giving.
But I’m not done yet. I have to get it installed on CentOS too.
I will post here again, if I succeed.

Greetz

Total Posts: 3

Hello guys,

I’m trying ti install BambooInvoice on a Windows XP box with IIS. I followed the instructions in the PDF file that comes with the zip file. My installation is at local host http://localhost/bambooinvoice/ I did the changes in to my config.php and the data for the data base was enter after I got the connection error (duh!). Now when I try to start BambooInvoice I get a HTTP 404 Page not found with the path:

http://localhost/bambooinvoice/index.php/install/not_installed

I also change the permissions for the directory C:\Inetpub\wwwroot\bambooinvoice

I feel that this is a problem with one of the settings in the configuration file. Could anyone please help me?

Thanks

Total Posts: 2324

What do you see if you add a question mark after index.php?

http://localhost/bambooinvoice/index.php?/install/not_installed

Total Posts: 3

It works! I shall tried that before posting. Sorry.

Now my concern is that the redirection is coded on front.php as “redirect(’/install/not_installed’, ‘refresh’);” why wasn’t the “?” added?
Is this going to affect the installation? Shall I change something else before proceed?

Thank you so much for your FAST response and the amazing job done in this forum!!

Total Posts: 2324

In the included PDF doc look under “404 error on the main page, or not able to load other pages?” - its there.

Total Posts: 3

Thank you, I oversaw that.

I insist: Fantastic job supporting us!!