已安装Reactor Server ...验证电子邮件时出错。 [英] Reactor Server installed... error verifying emails.

查看:82
本文介绍了已安装Reactor Server ...验证电子邮件时出错。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

首先......我对这一切都很陌生,并且除了如何窥探之外什么都不知道。并试着看看可能导致问题的是什么。我不知道如何编程。这里的所有内容都不是逐字或冗长的格式。我觉得我做得不错,考虑到我甚至不知道如何解释这些事情。所有规格都在这篇文章的末尾。



好​​的......问题

我已经正确设置smtp用于传出假 ;我收到一封带有激活链接的电子邮件...点击链接后......它将我带回我的bbs并给我这条消息:


" New用户激活错误

数据库中没有用户提供此信息。

您可以从此处注册新用户。


如果我尝试重新注册...它告诉我该电子邮件已经注册并且我无法使用它。此时,我关闭了反应堆服务器并进入Reactor \ Core.h.mysql \ data \ nnuke并清除nuke_users_temp.MYD文件中的新条目,以便我可以使用相同的电子邮件地址再次尝试。我确定我做错了各种各样的事情。哈哈。


我进入了phpmyadmin并点击了''运行时信息''并看到了一些红色的东西:


一个是select_full_join ;它的值为6,因为我一直想让这个东西工作一下。它还说如果值不是0,我需要仔细检查表格的索引


其他可能有用的红色内容是:


Innodb_buffer_pool_reads 12

Handler_read_rnd 39

Handler_read_rnd_next 32 k

Created_tmp_disk_tables 80

Opened_tables 2 k


如果以上内容无法确定问题,那么也许您可以告诉我他们的意思以及如何满足野兽。



规格:

phpMyAdmin 2.7.0-pl2

MySQL 5.0 .18

托管在Apache服务器上...我找不到版本...不知道在哪里看。


在Windows上运行XP sp2

东芝Equium 7350

PIII 863 mhz处理器

512 MB pc-100

如果有任何重要的细节,我没有包括....让我知道,我会在这里为你发布。



提前感谢您的帮助。

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\mysql\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_join" 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_pool_reads 12
Handler_read_rnd 39
Handler_read_rnd_next 32 k
Created_tmp_disk_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.

推荐答案

没有人?请....这似乎是阻止我启动和运行论坛的唯一因素。我知道有人在这里知道,它必须是如此简单。我只是不太了解这些东西..



提前谢谢。
No one? Please.... this seems to be the only thing keeping me from getting my forum up and running. I know someone here knows and it has to be something so simple. I just don''t know much about this stuff..


Thanks in advance.


好吧,当你开始搞乱使用MySQL内部数据文件,你会遇到很多问题!


首先,注册用户和构建激活邮件的代码是什么?


其次,单击电子邮件中的激活链接时调用的脚本是什么?


从该信息中,您可以查看可能具有的内容出错了。但是,当你不知道自己在做什么时,它永远不会改变MySQL的内部数据(它不仅涉及数据,还涉及索引,数据类型信息,表格统计等)。


请记住:当您显示代码时,请在代码或php标签内执行此操作!


Ronald:很酷:
Well, when you start messing around with the MySQL internal data files, you can expect a lot of problems!

Firstly, what is the code for registering the user and constructing the activation email?

Secondly, what is the script that is invoked when the activation link in the email is clicked?

From that info, you could have a look what possibly could have gone wrong. But NEVER change MySQL''s internal data when you don''t exactly know what you are doing (it does not only involve the data, but also indexes, data type info, table statistics, etc.).

And remember: when you show code, do it within code or php tags!

Ronald :cool:



好​​吧,当你开始搞乱MySQL内部数据文件时,你可能会遇到很多问题!


首先,什么是注册用户和构建激活邮件的代码?


其次,单击电子邮件中的激活链接时调用的脚本是什么?

从这些信息中,你可以看看可能出错的地方。但是,当你不知道自己在做什么时,它永远不会改变MySQL的内部数据(它不仅涉及数据,还涉及索引,数据类型信息,表格统计等)。


请记住:当您显示代码时,请在代码或php标签内执行此操作!


Ronald:很酷:
Well, when you start messing around with the MySQL internal data files, you can expect a lot of problems!

Firstly, what is the code for registering the user and constructing the activation email?

Secondly, what is the script that is invoked when the activation link in the email is clicked?

From that info, you could have a look what possibly could have gone wrong. But NEVER change MySQL''s internal data when you don''t exactly know what you are doing (it does not only involve the data, but also indexes, data type info, table statistics, etc.).

And remember: when you show code, do it within code or php tags!

Ronald :cool:



嗯..我从来没有弄乱任何mysql脚本或任何东西......我所做的只是配置我的isp'的smtp和pop的假发送。我通过reactor服务器中的用户界面做了所有事情......从未触及过脚本。我已经重新安装了反应堆大约3次并再次下载了一份新的副本,以为我最初下载它时可能会出现问题。无论如何....


我设置它,以便网站的名称是我的IP地址....它发送激活链接...我点击它,它带给我回来并说有一个错误,并且没有注册该信息的用户....


我不知道如何找到你想要的信息......我非常感谢任何帮助!我非常感激,因为我必须让它正常运行。


请告诉我如何找到你想要的信息。


再次感谢你...非常感谢你!

Well.. I never messed with any mysql scripts or anything... All I did was configure fake send with my isp''s smtp and pop. I did everything through user interfaces in reactor server... never touched a script. I''ve reinstalled reactor about 3 times and downloaded a fresh copy again thinking something could have gotten mudded up when I initially downloaded it. Anyway....

I set it so that the website''s name is my IP address.... it sends activation link ... I click it and it brings me back and says there is an error and that no user with that info was registered....

I''m not sure how to find the information that you want... I REALLY appreciate ANY help! I absolutely am grateful as it is essential that I get this up and running.

Please tell me how to find the info you want.


Thank you again... thank you very much!


这篇关于已安装Reactor Server ...验证电子邮件时出错。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆