BambooInvoice Forums

install error

 
Total Posts: 8

Hey, your app looks great…

Tried installing for the first time today, and after upgrading to PHP5 and changing index.php to index.php? and trying to run install, I get the following error:

BambooInvoice does not appear to be installed.You can install it now.Error in my_thread_global_end(): 1 threads didn’t exit

Any ideas?


Thanks!

Total Posts: 2339

Could you reimplement the index until after its installed Justin?

Total Posts: 8

Derek, the only way I could get the install page to show up was by making the index page config change.

Is there another way?

Total Posts: 2339

I’m not following.  Is it installed now?  Is it working?

Total Posts: 8

Sorry, guess I’m not explaining it properly…

I uploaded the files, and couldn’t get the install page to show up without modifying $config[‘index_page’] = “index.php?”; - after that, I could see the install page, but it has the following message: BambooInvoice does not appear to be installed.You can install it now.Error in my_thread_global_end(): 1 threads didn’t exit. Clicking on the install link doesn’t do anything.

Total Posts: 2339

I see.  OK, let’s visit them manually then.  the install.php is really just a link to a file more in depth.  We can manually visit the install and upgrade pages.  Visit

http://www.yoursite.com/index.php?/install

and then after that runs, if you don’t get a success message telling you to delete the install files, then visit

http://www.yoursite.com/index.php?/update

Total Posts: 8

Hmm, I’ve tried both of those links, and they both just send me back to the page that says:

BambooInvoice does not appear to be installed.You can install it now. (without the extra error)

Clicking the link still does nothing here, and I don’t notice any tables being added to my database…

Total Posts: 2339

Do you have any htaccess files running?  That behaviour isn’t making sense, so it sounds like something else may be modifying things.

Total Posts: 8

Not that I know of, unless there is something set up automatically with my host

Total Posts: 2339

If you want to email me the url, I’ll take a look and see if I can see anything.  .(JavaScript must be enabled to view this email address)

Total Posts: 8

just sent it, thanks a lot

Total Posts: 2339

Hm.  OK, can you open up config/config.php and look for this line

$config['uri_protocol']    "AUTO"

Right above it 4 variations are suggested.  Could you try each of those and see if it gives us any better results?

Total Posts: 8

Got somewhere when I changed that setting to QUERY_STRING

The install page then told me i had to modify the install.php file to setup an admin user which I did. When I uploaded the new install.php file and tried to install again, it went right to the update page and gave me this error:

Fatal error: Call to a member function row() on a non-object in H:\hshome\justinhe\justinhebb.com\binvoice\bamboo_system_files\application\controllers\update.php on line 22

Total Posts: 2

Getting the same problem… really excited to use bamboo…

Total Posts: 2339

darn it.  OK, sorry.  I’ve getting lots of reports of errors.  There must be something in there I’m missing.  I’ll try to debug over the next few days.  Keep an eye on my blog for news.

Total Posts: 8

Thanks mate, looking forward to using it, looks like a great tool!