The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Registration issue
When someone goes through the registration process, after step 2 of 2 where you pick your user name etc and click "Complete Registration" i get the following message:
Database error The Forums database has encountered a problem. Please try the following: Load the page again by clicking the Refresh button in your web browser. Open the <site> home page, then try to open another page. Click the Back button to try another link. The <site> forum technical staff have been notified of the error, though you may contact them if the problem persists. We apologise for any inconvenience. ---------------------------------------------------------------- And the User ID's are actually created. The thing is with the message above, most people will think the process failed plus it looks unprofessional. Any idea how to fix this? I don't know if the anti-spammer measures posted here in this forum are behind the problem. |
#2
|
||||
|
||||
need to error in full.
|
#3
|
||||
|
||||
Yes the full error from your server error logs would help.
What version of vB4 are you running? What PHP version are you running? But we can see if this is from a mod, by doing the following. Open your includes/config.php file and below<?php add this line: PHP Code:
PHP Code:
|
#4
|
|||
|
|||
I haven't made the changes you mentioned ozzy as i thought i would post the error first. I'm a total newbie at this stuff and want to avoid creating more problems.
I went and set up the error reporting thing (told you i was a newbie!) and recreated the problem. This is what i was emailed. I removed my IP and site address, but everything else is everything i got sent to me: Database error in vBulletin 4.2.2: Invalid SQL: INSERT INTO userfield (field7, field8, userid) VALUES ('Yes', 'Yes', 50966); MySQL Error : Duplicate entry '50966' for key 'PRIMARY' Error Number : 1062 Request Date : Saturday, August 23rd 2014 @ 05:56:20 PM Error Date : Saturday, August 23rd 2014 @ 05:56:21 PM Script : http://<site>/forum/newsignup.php?do=addmember Referrer : http://<site>/forum/newsignup.php?do=checkdate IP Address : <IP address> Username : test4 Classname : vB_Database MySQL Version : |
#5
|
||||
|
||||
That error is most commonly caused by plugins or addons that incorrectly set auto increment fields within vBulletin.
I would suggest reading this, https://www.vbulletin.com/docs/html/...l_duplicatekey Specifically the query starting as: Code:
ALTER TABLE `user` CHANGE `userid` |
#6
|
|||
|
|||
I can't seem to run any queries. I adjusted the config file as follows:
// ****** USERS WITH QUERY RUNNING PERMISSIONS ****** // The users specified here will be allowed to run queries from the control panel. // See the above entries for more information on the format. // Please note that the ability to run queries is quite powerful. You may wish // to remove all user IDs from this list for security reasons. $config['SpecialUsers']['canrunqueries'] = '<myuserid>'; But every time i go to maintenance>Execute SQL Query i get this: You are not authorized to execute SQL queries |
#7
|
||||
|
||||
If your userid is 1, then that line would read as:
PHP Code:
|
#8
|
|||
|
|||
Thanks, that worked. I had the ID name there.
|
#9
|
|||
|
|||
Quote:
ALTER TABLE `user` CHANGE `userid` `userid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT; And when i ran it, i got the screen attached. |
#10
|
|||
|
|||
ok, i ran all of them and got the following message (screenshot attached).
Any idea how to fix the problem? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|