| Author |
Post |
|
|
#1 Wed Nov 16, 2005 11:53 pm
|
|
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
|
|
|
#2 Thu Nov 17, 2005 3:02 am
|
|
Moderator
Registered: Oct 2005
Posts: 449
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.
|
|
|
#3 Thu Nov 17, 2005 4:39 pm
|
|
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
|
|
|
#4 Thu Nov 17, 2005 5:52 pm
|
|
Moderator
Registered: Oct 2005
Posts: 449
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?
|
|
|
#5 Thu Nov 17, 2005 6:36 pm
|
|
Member
Registered: Nov 2005
Posts: 9
|
Yes, default.
Regards, Eric Schneider
|
|
|
#6 Thu Nov 17, 2005 7:42 pm
|
|
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.
|
|
|
#7 Fri Nov 18, 2005 11:13 pm
|
|
Member
Registered: Nov 2005
Posts: 9
|
Fatal error: Call to undefined function: debug_backtrace() in /home/webs/usebb/sources/functions.php on line 258
|
|
|
#8 Sat Nov 19, 2005 10:15 am
|
|
Member
Registered: Apr 2004
Posts: 192
Location: Brussels Belgium
|
What version of UseBB are you using and could you also post you php version ? 
|
|
|
#9 Sat Nov 19, 2005 7:59 pm
|
|
Member
Registered: Nov 2005
Posts: 9
|
UseBB 0.7 apache 1.3.23 php 4.1.2 mysql 3.23.49 Redhat 7.3
|
|
|
#10 Sat Nov 19, 2005 11:18 pm
|
|
Member
Registered: Mar 2005
Posts: 196
Location: Hungary
|
Isn't MySQL a bit old? _______________ Long Live Rock n' Roll!
|
|
|
#11 Sun Nov 20, 2005 7:50 am
|
|
Member
Registered: Nov 2005
Posts: 9
|
...
|
|
|
#12 Sun Nov 20, 2005 7:54 am
|
|
Moderator
Registered: Oct 2005
Posts: 449
Location: canada
|
He means that the MySQL version you are running is out-dated. Maybe you should considering upgrading?
|
|
|
#13 Mon Nov 21, 2005 2:46 am
|
|
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. »
|
|
|
#14 Mon Nov 21, 2005 4:29 pm
|
|
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.
|
|
|
#15 Mon Nov 21, 2005 6:11 pm
|
|
Developer
Registered: Apr 2004
Posts: 2218
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.
|
|
|
#16 Tue Nov 22, 2005 6:20 pm
|
|
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?
|
|
|
#17 Wed Nov 23, 2005 11:36 pm
|
|
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!
|
|
|
#18 Fri Nov 25, 2005 5:05 pm
|
|
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
|
|
|
#19 Fri Nov 25, 2005 9:49 pm
|
|
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!
|
|
|
#20 Mon Nov 28, 2005 12:23 am
|
|
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?
|
|
|
#21 Mon Nov 28, 2005 12:42 am
|
|
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!
|
|
|
#22 Mon Nov 28, 2005 12:48 am
|
|
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?
|
|
|
#23 Mon Nov 28, 2005 1:18 am
|
|
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!
|
|
|
#24 Mon Nov 28, 2005 1:22 am
|
|
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
|
|
|
#25 Mon Nov 28, 2005 4:39 am
|
|
Member
Registered: Mar 2005
Posts: 196
Location: Hungary
|
Can any PHP script email anyone? _______________ Long Live Rock n' Roll!
|