PDA

View Full Version : Registration Errors


smooth-c
12-02-2009, 12:52 PM
I was just testing something out and registering a new account via the "member" way and I noticed that when you get the message "Thank you for registering, test1. Your account has been submitted for.." the top of the page is filled with this;

Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 38: parser error : Opening and ending tag mismatch: link line 10 and head in [path]/register.php(1068) : eval()'d code on line 39

Warning: simplexml_load_string() [function.simplexml-load-string]: </head> in [path]/register.php(1068) : eval()'d code on line 39

Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in [path]/register.php(1068) : eval()'d code on line 39

Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 71: parser error : Opening and ending tag mismatch: link line 9 and html in [path]/register.php(1068) : eval()'d code on line 39

Warning: simplexml_load_string() [function.simplexml-load-string]: </html> in [path]/register.php(1068) : eval()'d code on line 39

Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in [path]/register.php(1068) : eval()'d code on line 39

Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 72: parser error : Premature end of data in tag link line 8 in [path]/register.php(1068) : eval()'d code on line 39

Warning: simplexml_load_string() [function.simplexml-load-string]: in [path]/register.php(1068) : eval()'d code on line 39

Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in [path]/register.php(1068) : eval()'d code on line 39

Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 72: parser error : Premature end of data in tag meta line 7 in [path]/register.php(1068) : eval()'d code on line 39

Warning: simplexml_load_string() [function.simplexml-load-string]: in [path]/register.php(1068) : eval()'d code on line 39

Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in [path]/register.php(1068) : eval()'d code on line 39

Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 72: parser error : Premature end of data in tag link line 6 in [path]/register.php(1068) : eval()'d code on line 39

Warning: simplexml_load_string() [function.simplexml-load-string]: in [path]/register.php(1068) : eval()'d code on line 39

Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in [path]/register.php(1068) : eval()'d code on line 39

Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 72: parser error : Premature end of data in tag link line 5 in [path]/register.php(1068) : eval()'d code on line 39

Warning: simplexml_load_string() [function.simplexml-load-string]: in [path]/register.php(1068) : eval()'d code on line 39

Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in [path]/register.php(1068) : eval()'d code on line 39

Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 72: parser error : Premature end of data in tag head line 3 in [path]/register.php(1068) : eval()'d code on line 39

Warning: simplexml_load_string() [function.simplexml-load-string]: in [path]/register.php(1068) : eval()'d code on line 39

Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in [path]/register.php(1068) : eval()'d code on line 39

Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 72: parser error : Premature end of data in tag html line 2 in [path]/register.php(1068) : eval()'d code on line 39

Warning: simplexml_load_string() [function.simplexml-load-string]: in [path]/register.php(1068) : eval()'d code on line 39

Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in [path]/register.php(1068) : eval()'d code on line 39I don't know how long it's been like this, how embarassing.

Any ideas?

Thank you!

BBR-APBT
12-02-2009, 06:39 PM
Do you have any mods installed to do anything on the registration page.

I tried with Moderate New Members on and off
I cant seem to reproduce this error on my set up.

Also See: https://vborg.vbsupport.ru/showthread.php?t=228035

Lynne
12-02-2009, 06:41 PM
That is from a modification. Disable it and the errors will go away.

smooth-c
12-02-2009, 07:02 PM
Is there any way of eliminating which modification?

I had vbstopforumspam disabled, i've uninstalled it anyway as I no longer need it. I'll check

--------------- Added 1259787940 at 1259787940 ---------------

It wasn't that. I really can't see what else it would be.

I haven't tried registering an account the member way for.. god, months, if not atleast a year so have no idea what it could be.

--------------- Added 1259788033 at 1259788033 ---------------

I've just noticed, this isn't vb4, it's vb3.8 - I could of sworn I posted this in "vB3 General Discussions" and not the vb4 forum.

BBR-APBT
12-02-2009, 07:10 PM
Open your config.php which can be found in your forumroot/includes directory.

Put this at the top:
define('DISABLE_HOOKS', true);
above <?php

Save and try to re-register.

Should be no errors now.

Be advised this will disable all plugins. Once you know for sure its a plugin you can start turning them all off one by one till you find the culprit.

Remove the line I just said to add before you start turning off the products to find the problem.

smooth-c
12-02-2009, 07:24 PM
Doing that shut down my entire board, saying "content coding error".. wierd.

BBR-APBT
12-02-2009, 07:27 PM
I don't understand why it did that.

My next suggestion would be to start turning off all products/plugins one by one in order.
Every time you turn one off try to register and see if the error is there.
Once the error is gone the last product/plugin you turned off would be the problem.

smooth-c
12-02-2009, 07:30 PM
Such a pain in the ass huh! I'm about to compare my registration file with one direct from the customer area (fresh download) see if there's any bits that shouldn't be there.

Then do what you said :)

--------------- Added 1259789815 at 1259789815 ---------------

Nope, no change so it's got to be a plugin/product >.< great! lol.

--------------- Added 1259792517 at 1259792517 ---------------

I just elimiated the problem! *is soo proud of self*

I was thinking over and over, plugins/products.. hmm. I was using Interspire Email Marketer a few months ago and then moved servers and hadn't used it/installed it since - yet, I had a custom written plugin that pulls the username etc. when someone registers each time.

I disabled the plugin and voila, no errors :D

Thanks anyway dude/dudette :)