The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Problem with username registration plugin
PHP Code:
Though simple, i get errors ( i am very much a newbie). errors: Warning: preg_match(): Compilation failed: PCRE does not support \L, \l, \N, \U, or \u at offset 3 in /includes/class_dm_user.php on line 399 Parse error: syntax error, unexpected '=' in /home/..../includes/class_dm_user.php(1556) : eval()'d code on line 1 I'd appreciate some help. Actually i believe the Warning: preg_match(): Compilation failed: PCRE does not support \L, \l, \N, \U, or \u error came from trying to restrict to unicode letter characters on the Admin CP Username regex |
#2
|
|||
|
|||
Any ideas as to where the error is coming from?
Parse error: syntax error, unexpected '=' in /home/..../includes/class_dm_user.php(1556) : eval()'d code on line 1 I change my code to PHP Code:
That is using the userdata_presave hook |
#3
|
|||
|
|||
Man, is this driving me insane ...
Since the plugin was not working, i though i would try changing class_dm_user.php file instead. So i replaced: PHP Code:
PHP Code:
And still no results!! Can anyone shed some light on this? ?I am begging you! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|