User Self-Registration Plugin

Found a bug? Tell us!!
ltomlin
Regular
Posts: 10
Joined: Tue Mar 13, 2007 1:43 pm

User Self-Registration Plugin

Post by ltomlin »

Hi chaps,

My Blog site includes the User Self-Registration Plugin, I am getting an error when I tried to register myself as an author (basically is just says "error")

This is text that describes the plugging.
  • Allows blog visitors to create their own author account. Together with the Event-plugin (index.php?serendipity[subpage]=adduser) you can choose whether only registered users may post comments.


Can someone that has some experience in using this plugin please shed some light on this issues.

Basiclly what I have done so far is as follows
  • I have download, unzip, and copy the the User Self-Registration Plugin in the "Plugins" directory
  • Installed this compontent via the adminsitration page "serendipity_admin.php"
  • I tried to register myself as an author (basically is just says "error")
Cheers
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: User Self-Registration Plugin

Post by garvinhicking »

Hi!

Your URL would help us to see the error. I've not yet seen a page which just says "Error" as a result, and the plugin works for me here...

Where exactly do you get the error, that we need to see.

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
ltomlin
Regular
Posts: 10
Joined: Tue Mar 13, 2007 1:43 pm

Post by ltomlin »

Thanks for your response to my post.

The URL is http://blog.kisdatabase.com/

In response to your comment "I've not yet seen a page which just says "Error" as a result, and the plugin works for me here... ", for clarification, it is the User Self-Registration Plugin that says "Error" (the plugin display's nothing, it simple says "Error")

Many Thanks
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!
In response to your comment "I've not yet seen a page which just says "Error" as a result, and the plugin works for me here... ", for clarification, it is the User Self-Registration Plugin that says "Error" (the plugin display's nothing, it simple says "Error")
Ah, that's good help. This means that serendipity cannot find the plugin files.

Maybe you downloaded the plugin wrong or did not unzip the files properly, or deleted them afterwards, or the read permissions do not allow the webserver to install the plugin.

But s9y cannot include the file in serendipity/plugins/serendipity_plugin_adduser/serendipity_plugin_adduser.php.

How does your file structure look like in that directory?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
ltomlin
Regular
Posts: 10
Joined: Tue Mar 13, 2007 1:43 pm

Post by ltomlin »

Thanks for your response,

Regarding "file structures and directory" I think I may have spoted a potential problem.

What is the best way to migrate serendipity from environment to another (ie. from development -> live)

Can I move the code and database from one environment to another

Or should I alway start with a fresh install

Thanks
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Moving s9y is described here: http://www.s9y.org/11.html#A21

So you can do that, yes :)

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
ltomlin
Regular
Posts: 10
Joined: Tue Mar 13, 2007 1:43 pm

Post by ltomlin »

Hi Garvin, Thanks for replying. I am still having the same problem, can you please have a look at this link http://blog2.kisdatabase.com/ , which has browse access, so you will be to see files and directories.

Please let me know if you have spoted anything that is obviously wrong.


Cheers
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

When I go to your URL and view the HTML source of index.php I can see this CSS URL:

http://blog2.kisdatabase.com\/index.php?/serendipity.css

That's wrong, it needs to read:

http://blog2.kisdatabase.com/index.php?/serendipity.css

Without the backslash. So check the admin suite if you mistakenly set other paths with a backslash as well?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
ltomlin
Regular
Posts: 10
Joined: Tue Mar 13, 2007 1:43 pm

Post by ltomlin »

Hi Garvin, thanks for your response. Can you please click on this link http://blog2.kisdatabase.com/serendipity_admin.php (), Please feel free to change (delete, update or remove) whatever you like.

Please let me know if there is anything that needs to be completed differently.

Cheers (Thanks for all your help) :)
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

After you fixed it, your blog: http://blog2.kisdatabase.com/index.php seems to work now properly, right?

I also added a comment here: http://blog2.kisdatabase.com/index.php? ... ntry..html

so that works as well.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
ltomlin
Regular
Posts: 10
Joined: Tue Mar 13, 2007 1:43 pm

Post by ltomlin »

Hi Garvin,

Can you also have a look User Self-Registration Plugin for me,
try to register your self as an author (and you will see what I am talking about), the plugin will just disply "error".

Please let me know if you have any ideas


Cheers
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

This happens because your server does not seem to have mail() PHP command support.

If you're running a Windows server, you must setup a SMTP server and enter its configuration in php.ini for PHP to be able to send mails (which the plugin requires to notify authors of their accounts).

HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
ltomlin
Regular
Posts: 10
Joined: Tue Mar 13, 2007 1:43 pm

Post by ltomlin »

Garvin,

After I updated the php.ini, the User Self Registration Plugin Worked, so you are definately the man 8). Clearly a "Top Gun".

All the best.

Cheers
wan86
Regular
Posts: 20
Joined: Fri Feb 19, 2010 2:46 am

Re: User Self-Registration Plugin

Post by wan86 »

Hi garvin...

I've the same problem but i received the email from the local MTA..

when i click the link inside the email, it work perfectly..
meaning it appear successfully when i click the link inside the email that i received.

So, are the solution for this problem are the same?

hope garvin can help solve this..
losttexan
Posts: 1
Joined: Mon Jun 24, 2013 6:44 pm

Re: User Self-Registration Plugin

Post by losttexan »

hi
new on the site
I can not get user self-registration to work i download the zip file unzip it and uploaded it to my plugin directory but not showing up on the plug in list ..
any help ?
Post Reply