MyBB Community Forums

Full Version: Register form isn't working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear MyBB-Community,

I installed the Cloudflare Manager for MyBB 1.8.x version and I also installed my Cloudflare SSL Certificate. The registration worked well. I was able to activate the new users. Now it isn't working anymore. I really don't know why.
I also moved my host and I switched the domain. I setted up all things as they were described in this documentation:
https://docs.mybb.com/1.8/faq/moving-to-a-new-web-host/

I also checked all my php files for any issue. I also checked my old Database and I also replaced the false domain by the new domain in my database (sqlite). That means e.g. the mail logs:

OLD:
INSERT INTO mybb_maillogs (mid,subject,message,dateline,fromuid,fromemail,touid,toemail,tid,ipaddress,type) VALUES ('1','Contact: to xyz','E-mail: [email protected]\nForum profile: xyz - http://gollgoll.xyz/member.php?action=pr...uid=20\nIP Address: 0.0.0.0\nMessage:\nxyz help me','777777777','20','[email protected]','0','[email protected]','0','mCU×','3');

NEW: (the change is the url https://gollgoll.com)
INSERT INTO mybb_maillogs (mid,subject,message,dateline,fromuid,fromemail,touid,toemail,tid,ipaddress,type) VALUES ('1','Contact: to xyz','E-mail: [email protected]\nForum profile: xyz - https://gollgoll.com/member.php?action=p...uid=20\nIP Address: 0.0.0.0\nMessage:\nxyz help me','777777777','20','[email protected]','0','[email protected]','0','mCU×','3');


I had the register problem before. Also the "check" button or "refresh" button for another capture code/security question isn't working.

Here's my website link, maybe you can help me or even find the mistake quicker than me because you're just better than me related to MyBB (I'm really a newbie in MyBB):
https://aow-samp.com/Forums/



Sincerely Sauron.
Go to ACP --> Tools & Maintenance --> File Verification and run the tool. What comes back as changed? Ignore any reported images or any files you may receive from the install folder.
Hi,

I was able to register without problems, I could refresh the security question, and all OK.

Your jquery.tipsy.js file it's not in the right URL:

<script type="text/javascript" src="images/igame/jquery.tipsy.js"></script>


And your 404 page has the OLD forums URLS, but all of this doesn't affect the problem you told.