forgot password?


   
2 of 3
2
Instalation Problems - Blank White Page
Posted: 21 April 2008 11:06 PM   [ Ignore ]   [ # 16 ]  
Newbie
Rank
Total Posts:  6
Joined  2008-04-21

After I get that last screen. It says I can log in using the username and password that I set up - but I never set one up.

The rest of the site appears normal. I’m able to login to the demo account, create clients/invoices, etc. I don’t seem to be able to update any company information. (But I don’t see that on the official bambooinvoice demo either)

I’ve been using Bamboo Invoice for a couple of weeks like this (using the demo account to create my invoices (after I changed the password of course)) and all seems ok. Just thought I’d chime in to see if I could help out a bit.

Profile
 
 
Posted: 21 April 2008 11:16 PM   [ Ignore ]   [ # 17 ]  
Administrator
RankRankRankRank
Total Posts:  1274
Joined  2007-09-16

LOL.  I have to admit Vanjax that you have me confused. 

If you want to change your password, the easiest way to do so is open application/controllers/login.php

Look for the “force_demo_password” function and uncomment it.  Now visit yoursite.com/index.php/login/foce_demo_password/PASSWORD, only replace “PASSWORD” with whatever you want your new password to be.

Profile
 
 
Posted: 22 April 2008 12:02 AM   [ Ignore ]   [ # 18 ]  
Newbie
Rank
Total Posts:  6
Joined  2008-04-21

Well - I did mention in the first post that I was able to get the site working, but felt I had to hack around a bit to get things to work.

One thing I haven’t been able to find is how to update the company info (change name from dark horse consulting, change logo for invoices, etc..)

The part that confused is me that the installation guide pdf states something along the lines of creating a new user/password DURING the installation process - this is the bit that I wasn’t able to produce. It never asked for any email/password. Just white screened followed by that last screenshot when I reloaded the page.

So it made me feel that a) there’s some issue causing it to white screen, and b) I feel that I’ve missed a critical step.

Everything else seems to work great!

Profile
 
 
Posted: 22 April 2008 07:04 AM   [ Ignore ]   [ # 19 ]  
Administrator
RankRankRankRank
Total Posts:  1274
Joined  2007-09-16

Ah gotcha.  Yeah, currently the installer doesn’t ask you for your username/password, it just assumes you’ll type it into the install.php file, which used to be fine, but as the Bamboo audience grows… not so much.  You should be able to change your company info under settings.  If they aren’t sticking… it could be that something is up.

Thanks!
Derek

Profile
 
 
Posted: 22 April 2008 08:23 AM   [ Ignore ]   [ # 20 ]  
Newbie
Rank
Total Posts:  6
Joined  2008-04-21

Ah - well your installation_guide.pdf is rather misleading then. As is the information returned by your install.php. They both ask you to “login using the account you created”. So I was expecting that.

But you’re right - I continue to read the installation guide and I do see where it instructs me to do the steps you mentioned above to change the password - a newbie mistake on my part not reading the entire installation guide. wink

Although I did get a blank page during the installation (Not sure why) and I believe that threw me for a loop a bit, everything seems to have worked just as it should. I was just confused about exactly what to expect during the install.

Everything appears to be working exactly as it should - sorry for the confusion, it was all on my part really.

A small shameless plug on my part, if you don’t mind: I’ve written a site called http://featurelist.org that is completely free/ad free site that allows you to submit your project and allow people to request new feature ideas and allow others to vote up/down those ideas. A decent site to keep track of what your users would love to see. Unless you have another method of allowing your users to voice their thoughts - I have a few suggestions I can give. wink Oh yeah, that site is written on CI as well.

Ok - no more of that - Thanks for a great product - really coming in handy so far.

Profile
 
 
Posted: 22 April 2008 08:25 AM   [ Ignore ]   [ # 21 ]  
Administrator
RankRankRankRank
Total Posts:  1274
Joined  2007-09-16

Hey no problem, and thanks for writing back.  Bamboo is going through growing pains here, and needs a better installer to be sure.  Thanks Vanjax.

Profile
 
 
Posted: 22 April 2008 09:52 AM   [ Ignore ]   [ # 22 ]  
Newbie
Rank
Total Posts:  17
Joined  2008-04-21

How do I set up Bambooinvoice to send emails using sendmail() ?

Profile
 
 
Posted: 22 April 2008 09:55 AM   [ Ignore ]   [ # 23 ]  
Administrator
RankRankRankRank
Total Posts:  1274
Joined  2007-09-16

open up config/email.php.  There are instructions in there.

Profile
 
 
Posted: 22 April 2008 11:12 AM   [ Ignore ]   [ # 24 ]  
Newbie
Rank
Total Posts:  17
Joined  2008-04-21

Also when looking at pdf, instead of logo there is a red x?
I’m able to see my logo everywhere else, print, online view but not when creating a pdf.

any advice?

Profile
 
 
Posted: 22 April 2008 11:14 AM   [ Ignore ]   [ # 25 ]  
Administrator
RankRankRankRank
Total Posts:  1274
Joined  2007-09-16

Search these forums, there are a few threads on that.

Profile
 
 
Posted: 22 April 2008 11:32 AM   [ Ignore ]   [ # 26 ]  
Newbie
Rank
Total Posts:  17
Joined  2008-04-21

Thanks, going back to sandmail() set up,
what parameters do I put for:
$config[’protocol’] = ‘’;
$config[’smtp_host’] = ‘’;
$config[’smtp_user’] = ‘’;
$config[’smtp_pass’] = ‘’;
$config[’smtp_port’] = ‘’;

Profile
 
 
Posted: 22 April 2008 11:35 AM   [ Ignore ]   [ # 27 ]  
Administrator
RankRankRankRank
Total Posts:  1274
Joined  2007-09-16

When most people say they want sendmail, its because someone told them they needed to.  Go back to whoever told you you needed to and ask them “why” and then ask them for these values.

Profile
 
 
Posted: 22 April 2008 11:42 AM   [ Ignore ]   [ # 28 ]  
Newbie
Rank
Total Posts:  17
Joined  2008-04-21

what do you mean?

Profile
 
 
Posted: 22 April 2008 11:46 AM   [ Ignore ]   [ # 29 ]  
Administrator
RankRankRankRank
Total Posts:  1274
Joined  2007-09-16

why do you want to change to sendmail instead of mail?

Profile
 
 
Posted: 22 April 2008 11:50 AM   [ Ignore ]   [ # 30 ]  
Newbie
Rank
Total Posts:  17
Joined  2008-04-21

i’m confused… i don’t have mail server… therefore I thought my only way to sent emails is with sendmail?

Profile
 
 
   
2 of 3
2