• Resolved subair.tc

    (@subairtc)


    Hi all,

    I am having issues with Facebook registration using Miniorange plugin. It returns an error when any user tries to register. Does anybody else face the same issue?

    I am getting an error as “No user is returned.” always.

    We need to fix this issue ASAP any one please help.

    Thanks,
    Subair

    • This topic was modified 6 years, 6 months ago by subair.tc.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author miniOrange

    (@cyberlord92)

    Hi Subair,

    This problem was recently introduced as Facebook had updated their profile URL which is saved when the user tries to register. The profile URL’s length is more than 100 characters now and WordPress doesn’t allow profile URL to be more than 100 characters.

    You can fix this issue by increasing the user_url length. Please fire the query given below in your WordPress database to solve this problem.

    ALTER TABLE wp_users MODIFY COLUMN user_url varchar(500);

    Note:- wp_user is the table name please change the “wp_” prefix if you have set a different prefix.

    Thanks,
    miniOrange Team

    Thread Starter subair.tc

    (@subairtc)

    miniOrange Team,

    Thank you for the fix.

    Thank you,
    Subair

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Registration not working’ is closed to new replies.