By Kevin Houle on Tuesday, 19 July 2016
Posted in General Issues
Likes 0
Views 427
Votes 0
I'm trying to use the Easy Social Quick Registration on a site I have built...
http://janetwoodsreikiangelintuitive.com/index.php/chat-room

Saturday it was just taking me to a 404 error page.

Trying it again today I'm getting a
Notice
You must provide at least one recipient email address.

Along with it sends out an email that says a new user has registered but it is blank.

It seems pretty basic to set up. Am I missing maybe a plug in that is not published that allows a popup to open or something?
Hi there,

Sorry for the delay of this reply.

It seem that you have enable 'display mini registration' as shown http://prntscr.com/bumy5r. If you enable this option, you have to go to configure which custom field you would like to display on your login page, for example : Go to backend > Easysocial > profile type > select your profile type > custom field tab > edit username field > display tab > set `display on mini registration` to YES.

Required custom field :
1. Username/email address
2. password

You can refer my screenshot.

p/s:We found out that this issue was from our end. We have issued this at http://tracker.stackideas.com/. We will see if we can fix this issue in next release version. For consideration, you can change "registration mode into --> "full" " or disable "Display Mini Registration" at Backend>Component>EasySocial>Settings>Registration. Please give it a try and see how it goes.
·
Tuesday, 19 July 2016 11:40
·
0 Likes
·
0 Votes
·
0 Comments
·
So I made all the changes and now the link is working but taking you to the full registration page.

Maybe I am not getting it. But the problem we are having is clients are not wanting to sign up because of the long sign up procedure they need to go through...(I get it and it's not that long, but they just want to created a user name, password and email. I kind of thought this is what the quick registration was all about.

After changing the registration type in the module from quick to full I seem to have the same problem as before.
·
Tuesday, 19 July 2016 12:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

If you enable 'Display Mini Registration', you have to also have to enable 'display on mini registration' at backend > Easysocial > profile type > select your profile type > custom field tab > edit username field > display tab > set `display on mini registration` to YES as shown http://prntscr.com/bunnou. It will allow you do quick registration as shown at my uploaded photos at the previous reply. I've tried to enable this option for you, but i hitting this problems http://prntscr.com/buno1x. You have to increase your "Maximum file size" at php.ini.
·
Tuesday, 19 July 2016 13:17
·
0 Likes
·
0 Votes
·
0 Comments
·
I understand but getting this issue now when I try...
See attachment.
·
Tuesday, 19 July 2016 13:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

The 'upload_max_filesize' information can be viewed under System>System Information>PHP Information
To change its value, you would have to contact your web host provider and request them to configure it.
·
Tuesday, 19 July 2016 13:38
·
0 Likes
·
0 Votes
·
0 Comments
·
I will contact godaddy tomorrow and let you know how I make out. Thank you.
·
Tuesday, 19 July 2016 13:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Don't hesitate to Inform us once the issues is solved. Thanks
·
Tuesday, 19 July 2016 13:47
·
0 Likes
·
0 Votes
·
0 Comments
·
I spoke with godaddy. My current "upload_max_filesize" is set to 1 gigabyte. So we are doubting that that is the issue. Any other suggestions?
·
Wednesday, 20 July 2016 01:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You can't simply set "upload_max_filesize" to 1G because php.ini will only read "INT" only. It will return back to 1mb. You have to set like shown --> http://prntscr.com/bv2a0z. You have to make sure that your "upload_max_filesize" appeared as shown http://prntscr.com/bv29ub and "Maximum file size" will shown like this http://prntscr.com/bv2bbp. You have to contact your web hosting provider to change the value from "1G" to "10000M" then restart your server again. Thanks for understanding
·
Wednesday, 20 July 2016 10:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Fixed It. I had to create a .user.ini file
with this written in it...
file_uploads = On
post_max_size = 1000000M
upload_max_filesize = 1000000M

And the php reset itself with my type of hosting plan.

Thank you!
·
Wednesday, 20 July 2016 22:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Wednesday, 20 July 2016 23:20
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post