First of all... I'm very new to all of this and really do not know anything more than how to "snoop" and try to see what things might be causing problems. I do not know how to program. Everything here is not in a verbatim or verbose format. I think I did well enough though, considering I don't even know how to explain these things. All specs are at end of this post.
Ok... the issue
I have smtp set up properly for outgoing "fake" and I DO recieve an email with an activation link in it... upon clicking the link... it refers me back to my bbs and gives me this message:
"New User Activation Error
There is no user in the database with this information.
You can register a new user from here."
If I try to re-register... it tells me that the email has already been registered and that I can not use it. At this point, I shut down the reactor server and go into Reactor\Core\my sql\data\nuke and clear the new entry in the nuke_users_temp .MYD file so that I may try it again with the same email address. I'm sure I'm doing all sorts of things wrong. Haha.
I went into phpmyadmin and clicked on 'runtime information' and saw a few things in red:
One was "select_full_jo in" and it has a value of 6, as I've been trying to get this thing to work for a bit now. It also says that if the value is anything other than 0 that I need to "carefully check the indexes of your tables"
Other things in red that may help are:
Innodb_buffer_p ool_reads 12
Handler_read_rn d 39
Handler_read_rn d_next 32 k
Created_tmp_dis k_tables 80
Opened_tables 2 k
If the above does not help determine the issue then perhaps maybe you could tell me what they mean and how to "satisfy" the beast.
The specs:
phpMyAdmin 2.7.0-pl2
MySQL 5.0.18
hosted on Apache server... I could not find version... not sure where to look.
Running on Windows XP sp2
Toshiba Equium 7350
PIII 863 mhz Processor
512 MB pc-100
If there are any crucial details that I did not include.... let me know and I will post them here for you.
Thank you in advance for the help.
Ok... the issue
I have smtp set up properly for outgoing "fake" and I DO recieve an email with an activation link in it... upon clicking the link... it refers me back to my bbs and gives me this message:
"New User Activation Error
There is no user in the database with this information.
You can register a new user from here."
If I try to re-register... it tells me that the email has already been registered and that I can not use it. At this point, I shut down the reactor server and go into Reactor\Core\my sql\data\nuke and clear the new entry in the nuke_users_temp .MYD file so that I may try it again with the same email address. I'm sure I'm doing all sorts of things wrong. Haha.
I went into phpmyadmin and clicked on 'runtime information' and saw a few things in red:
One was "select_full_jo in" and it has a value of 6, as I've been trying to get this thing to work for a bit now. It also says that if the value is anything other than 0 that I need to "carefully check the indexes of your tables"
Other things in red that may help are:
Innodb_buffer_p ool_reads 12
Handler_read_rn d 39
Handler_read_rn d_next 32 k
Created_tmp_dis k_tables 80
Opened_tables 2 k
If the above does not help determine the issue then perhaps maybe you could tell me what they mean and how to "satisfy" the beast.
The specs:
phpMyAdmin 2.7.0-pl2
MySQL 5.0.18
hosted on Apache server... I could not find version... not sure where to look.
Running on Windows XP sp2
Toshiba Equium 7350
PIII 863 mhz Processor
512 MB pc-100
If there are any crucial details that I did not include.... let me know and I will post them here for you.
Thank you in advance for the help.
Comment