UseBB Community

The official board for UseBB help and discussion

UseBB Community » Help & Support » Can't log in 1st user!

Can't log in 1st user!

Moderators: Gaia.

Page: 1 2 >

Author Post
Member
Registered: Nov 2005
Posts: 9
Hello,

I can't log in with the first user account created. I copy/paste the link in the e-mail and it directs me to the login page. When I log in using the user name and password I get this message:

Your account EricS has not been activated yet. Please check your mail box you've registered with on this forum for instructions on how to activate your account.

Any ideas what's wrong?

Regards,
Eric Schneider
Moderator
Registered: Oct 2005
Posts: 447
Location: canada
hmm make sure you copyed the correct url?

If it still doesn't work, run this query from phpMyAdmin or another mySQL management area.


UPDATE `usebb_members` SET `active` = '1',
`active_key` = '' WHERE `id` =1 LIMIT 1 ;


I think that should work, havent tested it or anything.
Member
Registered: Nov 2005
Posts: 9
Thanks.

It's pretty hard to screw up copy/pase a URL. I'm *pretty sure* I did it right.

I ran the query and now get this error from UseBB:

UseBB General Error
An error was encoutered. We apologize for any inconvenience.

In file functions.php on line 1813:

E_NOTICE - Undefined property: updated_forums

Enable debug mode level 2 to see a backtrace.
This error should probably not have occured, so please report it to the webmaster. Thank you for your help.

If you are the webmaster of this board and you believe this is a bug, please send a bug report.

Regards,
Eric Schneider
Moderator
Registered: Oct 2005
Posts: 447
Location: canada
Hmm i don't see how that query could of caused that error.

I was assuming that your database prefix was usebb_ , is it?
Member
Registered: Nov 2005
Posts: 9
Yes, default.

Regards,
Eric Schneider
Member
Registered: Apr 2004
Posts: 192
Location: Brussels Belgium
I have no idea what could have caused this :s, try changing $conf['debug'] to 2 in your config file and post the output here.
_______________
Member
Registered: Nov 2005
Posts: 9
Fatal error: Call to undefined function: debug_backtrace() in /home/webs/usebb/sources/functions.php on line 258
Member
Registered: Apr 2004
Posts: 192
Location: Brussels Belgium
What version of UseBB are you using and could you also post you php version ? :)
_______________
Member
Registered: Nov 2005
Posts: 9
UseBB 0.7
apache 1.3.23
php 4.1.2
mysql 3.23.49
Redhat 7.3
Member
Registered: Mar 2005
Posts: 196
Location: Hungary
Isn't MySQL a bit old?
_______________
Long Live Rock n' Roll!
Member
Registered: Nov 2005
Posts: 9
...
Moderator
Registered: Oct 2005
Posts: 447
Location: canada
He means that the MySQL version you are running is out-dated. Maybe you should considering upgrading?
Member
Registered: Nov 2005
Posts: 9
Yeah, I know what was meant but it should work though: UseBB minimum requirements. I don't really want to upgrade because it part of a whole other interdependant system I'm not technically ready to mess with.

Regards,
Eric Schneider
« Last edit by EricS on Mon Nov 21, 2005 2:50 am. »
Member
Registered: Apr 2004
Posts: 192
Location: Brussels Belgium
I'm pretty sure that the UseBB minimum requirements arent enought to run the board, you could try to upgrade your php (isnt that hard), this should fix the problem.
_______________
Developer
Registered: Apr 2004
Posts: 2216
Location: Belgium
EricS wrote
Hello,

I can't log in with the first user account created. I copy/paste the link in the e-mail and it directs me to the login page. When I log in using the user name and password I get this message:

Your account EricS has not been activated yet. Please check your mail box you've registered with on this forum for instructions on how to activate your account.

Any ideas what's wrong?

Regards,
Eric Schneider

When you should activate, you get an email with an activation link. I don't see how you wouldn't get this e-mail.

Normally, UseBB should work with the requirements, but was not tested with that particular MySQL version.

You could activate manually:

UPDATE usebb_members SET active = 1 AND active_key = ''


Backtrace will be deleted from source because it is useless and doesn't work on the minimum requirements.
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Member
Registered: Nov 2005
Posts: 9
I know this is off topic but can you walk me through it or do you know of any *good* tutorials? Every time I search for a tutorial on upgrading php I get info about upgrade.php. I'd like to upgrade php, mysql and other things, I'm just not confident enough to do it without an rpm package though. Also, do you know how to make rpm packages so I can distribute packages to others with these same systems?
Member
Registered: Mar 2005
Posts: 196
Location: Hungary
I forgot the name of the RPM version of apt, but there is one, you can update using it.
_______________
Long Live Rock n' Roll!
Member
Registered: Nov 2005
Posts: 9
Does apt compile source code and handle weird flags or does it just download a bunch of rpm packages?

Regards,
Eric Schneider
Member
Registered: Mar 2005
Posts: 196
Location: Hungary
Apt downloads deb packages, it is for debian and its derivatives. RPM was developed by Red Hat.

My advice is to google around, I found this as one method.
_______________
Long Live Rock n' Roll!
Member
Registered: Nov 2005
Posts: 22
Location: Riyadh
Dietrich wrote
You could activate manually:

UPDATE usebb_members SET active = 1 AND active_key = ''


Backtrace will be deleted from source because it is useless and doesn't work on the minimum requirements.


PLZ ! ! ! How to do that?
Member
Registered: Mar 2005
Posts: 196
Location: Hungary
AboAyoob wrote
Dietrich wrote
You could activate manually:

UPDATE usebb_members SET active = 1 AND active_key = ''


Backtrace will be deleted from source because it is useless and doesn't work on the minimum requirements.


PLZ ! ! ! How to do that?


OK. How to do what?
_______________
Long Live Rock n' Roll!
Member
Registered: Nov 2005
Posts: 22
Location: Riyadh
well, i install my board, and now I'm not able to login as admin or as member
each time says you should confirme by email? but i don't recive any email?

Where is the problem?
Member
Registered: Mar 2005
Posts: 196
Location: Hungary
AboAyoob wrote
well, i install my board, and now I'm not able to login as admin or as member
each time says you should confirme by email? but i don't recive any email?

Where is the problem?


You did not get the mail, eh?

Your mail() could not send it. What is your Os on the server, etc.?
_______________
Long Live Rock n' Roll!
Member
Registered: Nov 2005
Posts: 22
Location: Riyadh
UseBB 0.7
apache 1.3.23
php 4.1.2
phpMyAdmin 2.6.4-pl2
mysql 3.23.49
Redhat 7.3
Member
Registered: Mar 2005
Posts: 196
Location: Hungary
Can any PHP script email anyone?
_______________
Long Live Rock n' Roll!

Page: 1 2 >

UseBB Community » Help & Support » Can't log in 1st user!

UseBB Community is powered by UseBB 1 Forum Software