Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#196 2006-10-19 01:56:07
Re: mem_self_register
Has anybody gotten this to work with txp 4.0.4? I upgraded today and can’t get this plugin to work. It makes my whole site crash and gives the following error:
Fatal error: Cannot redeclare is_valid_email() (previously declared in /home/dundas/public_html/textpattern/lib/txplib_misc.php:824) in /home/dundas/public_html/textpattern/lib/txplib_misc.php(512) : eval()’d code on line 640
I’ve had to disable the plugin for now.
Offline
#197 2006-10-19 03:15:56
Re: mem_self_register
LeeUmm wrote:
Has anybody gotten this to work with txp 4.0.4? I upgraded today and can’t get this plugin to work. It makes my whole site crash and gives the following error:
Fatal error: Cannot redeclare is_valid_email() (previously declared in /home/dundas/public_html/textpattern/lib/txplib_misc.php:824) in /home/dundas/public_html/textpattern/lib/txplib_misc.php(512) : eval()’d code on line 640
I’ve had to disable the plugin for now.
I’m on it.
Offline
#198 2006-10-19 04:57:00
Re: mem_self_register
Redownload…this problem was already fixed in 0.8.1. Made some minor changes and bumped to 0.8.2
Offline
#199 2006-10-19 05:02:28
Re: mem_self_register
Great thanks. Seems to be working fine now.
Offline
#200 2006-10-19 14:59:53
Re: mem_self_register
lukepermsn wrote:
finally got around to trying out the above. added two new fields to database table ‘ign_user’ – ‘nationality’ and ‘age’ – both exactly the same format as other fields in that table – type varchar and null=yes. just want to say it worked perfectly as expected
I’ve added the extra fields in the txp_users table, but what I’m not sure about is how to link up these fields with the sign in form. Did you just hard-code the inputs, or is there a way via the tags?
Cheers,
Jon VC#9
Offline
#201 2006-10-19 20:20:47
Re: mem_self_register
Okay I’m having another problem.
Using txp 4.0.4 and plugin version 0.8.2
I have a page setup for members to edit their profiles called ‘profiles’. The password tag is causing problems and rendering the profiles page empty. No html is being displayed at all, just a blank page.
I’ve removed every tag on the page and the problem is for sure the password tag. Here is what I’m using
<txp:mem_change_password_form form="mem_edit_password" form_mail="mem_password_email" />
And the form mem_edit_password:
<p>You can change your password by typing in a new one in the field below. The details will be emailed to you. </p>
New Password: <txp:mem_mem_password_input />
<br />
<br />
<txp:mem_submit />
I’ve tried using the tag <txp:mem_password_input> as I believe that was the old version. The help file says to use mem_mem.
As soon as I take out <txp:mem_change_password_form form="mem_edit_password" form_mail="mem_password_email" /> from my page, it loads properly. I’ve also tried using just <txp:mem_change_password_form /> and it still throws back a blank page.
Offline
#202 2006-10-23 00:32:56
Re: mem_self_register
Can anybody confirm that this works with 4.0.4? I just installed a fresh txp to test and installed only 2 plugins, this and ign_password_protect and it still doesn’t work.
I used the basic txp tag <txp:mem_change_password_form /> and it still stops the page from redering in firefox and in IE it gives an error saying page cannot be displayed.
Offline
#203 2006-10-30 18:41:27
- saccade
- Plugin Author

- From: Neubeuern, Germany
- Registered: 2004-11-05
- Posts: 521
Re: mem_self_register
I also have problems using mem_self_register.
When trying to use <txp:mem_change_password_form /> my site (fresh 4.0.4 installation) doesn’t work entirely.
Offline
#204 2006-11-07 20:47:26
- bartekk
- Member
- Registered: 2004-11-09
- Posts: 57
Re: mem_self_register
I’m using this plugin on 4.0.3 and it works perfectly.
I added also more optional fields and it works perfectly too.
Now I want to show all the users data on a special site and i don’t know how to do it?
It is possible with this plugin or have I write an another function to show all data of the users?
Offline
#205 2006-11-07 21:02:25
Re: mem_self_register
hi bartekk… are you looking for something like rss_author_info or xkl_contacts ? otherwise maybe something in authors category in general..
textpattern.org :: find and share Textpattern resources
docs.textpattern.io :: Textpattern user documentation
Offline
#206 2006-11-07 22:07:28
- bartekk
- Member
- Registered: 2004-11-09
- Posts: 57
Re: mem_self_register
thx alicson.
I know this plugins, but this plugins doesn’t work together with the “mem_” plugins.
everything is set in the mem_self_register plugin I have to only to show them but I don’t know how.
Any other suggestions?
Offline
#207 2006-11-07 23:14:17
Re: mem_self_register
Ah, I see..
I haven’t explored all the features of mem_self_register (I probably should/will soon…) but it looks like you will need to expand the mem_profile tag that’s included with it, to accept your custom values.
Maybe make a plugin request? Sorry I can’t be more helpful on this one..
textpattern.org :: find and share Textpattern resources
docs.textpattern.io :: Textpattern user documentation
Offline
#208 2006-11-08 10:54:34
- Algaris
- Member
- From: England
- Registered: 2006-01-27
- Posts: 604
Re: mem_self_register
I’ve found a typo in the help information for mem_change_password_form. There are two many mem_’s for the password input tag.
<txp:mem_mem_password_input />
I’m also experiencing problems using mem_change_password_form. Whenever this tag is present it prevents the page from loading giving me a “64 – Host not available” error message in Firefox 2.
I’m using Textpattern 4.0.4
Last edited by Algaris (2006-11-08 11:53:02)
Offline
#209 2006-11-08 19:07:53
- bartekk
- Member
- Registered: 2004-11-09
- Posts: 57
Re: mem_self_register
Algris you have to use <txp:mem_password_input /> instead of <txp:mem_mem_password_input /> and <txp:mem_change_pass_form /> instead of <txp:mem_change_password_form />
It is a mistake in writing!
Anyway, I don’t think mem_self_register works fine with txp 4.0.4
Offline
#210 2006-11-08 22:46:47
- Algaris
- Member
- From: England
- Registered: 2006-01-27
- Posts: 604
Re: mem_self_register
Ah ha! Thank you bartekk. Using <txp:mem_change_pass_form /> worked like a charm.
I figured out the double mem_ part but thought I’d mention just in case.
Offline