saucerfoot

Customer
Hey everyone

what does this error message mean on a vbulletin board

Registration Error 01, Please contact an Administrator
 
Not one I've seen myself, you might wanna post on the vB support forums or open a ticket with them :)
 
I suggest doing the following:
  • In your Admincp find Maintenance -> Diagnostics -> Suspect File Versions and hit submit.
If there are any files that don't match up, reupload them.

  • Next, create a new style by doing the following:
Styles & Templates -> Style Manager ->[Add New Style]
  • Now finally edit your /includes/config.php file
Find

Code:
<?php
Add below

Code:
define('DISABLE_HOOKS', true);

Now, once you have done those steps try doing it again, using the new style you made.

If you still get an error I suggest opening a ticket at vBulletin.com.


If it works, try removing the line you added to your config file, if you get the error it means its a modification causing the error, if you use another style, it means the style is the problem and so on.


Hope this helps
 
Top