Patrik

Forum Replies Created

Viewing 15 posts - 856 through 870 (of 1,063 total)
  • Author
    Posts
  • in reply to: ERROR: Session path doesn't exist: #3094

    Patrik
    Moderator
    Post count: 1971

    Hi,

    I have checked session on your site are working fine but due to session_path not showing in php.ini it means our function will get blank value and was causing an issue. I have made changes in the core file of social login add-on and removed checking the session path and it should work now. Can you please check from your side and let me know if it works fine for you or not?

    Also, if you have not configured your facebook app on facebook developer site then you have to do that first. For more info you can go to UsersWP->Solcial Login->Facebook tab where you can find the short description below settings.

    Regards,
    Patrik

    in reply to: ERROR: Session path doesn't exist: #3091

    Patrik
    Moderator
    Post count: 1971

    Hi,

    We can’t do anything in this case. The hosting providers can only fix this. Just explain the case to them and let me know if anything from plugin side needs to be changed.

    Regards,
    Patrik

    in reply to: ERROR: Session path doesn't exist: #3089

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    in reply to: ERROR: Session path doesn't exist: #3086

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    in reply to: ERROR: Session path doesn't exist: #3084

    Patrik
    Moderator
    Post count: 1971

    Hi,

    I don’t see tmp folder on the root of the site. Let me know the full path of the temp folder. There will be a change in php.ini also required to point the session path to this folder. Can you please ask your hosting provider about how to do that? Will custom php.ini on the WordPress root work for the site or not?

    Regards,
    Patrik

    in reply to: ERROR: Session path doesn't exist: #3081

    Patrik
    Moderator
    Post count: 1971

    Hi,

    I can’t connect to the SFTP. It shows authentication fail error. Can you recheck?

    Also, clear the cache from your hosting if there is any and from the caching plugin if any used. If possible ask your hosting provider the same issue and they can help set up session directory.

    Regards,
    Patrik

    in reply to: ERROR: Session path doesn't exist: #3077

    Patrik
    Moderator
    Post count: 1971

    Actually, there is no specific folder for storing sessions. It depends on the hosting. So you just ask that create session folder if not exists or make it writable if exists.

    Regards,
    Patrik

    in reply to: ERROR: Session path doesn't exist: #3075

    Patrik
    Moderator
    Post count: 1971

    Hi Bjorn,

    This can be fixed by your hosting provider as this error displays when the session directory is not available or writable on your hosting. Only they can fix this. Let me know once done.

    Regards,
    Patrik

    in reply to: ERROR: Session path doesn't exist: #3073

    Patrik
    Moderator
    Post count: 1971

    Hi Bjorn,

    Please post your site URL, Admin and FTP details here in private reply so that we can look into the issue.

    Regards,
    Patrik

    in reply to: Social Login error #3070

    Patrik
    Moderator
    Post count: 1971

    Hi Bjorn,

    I would suggest you create a new topic and provide your admin and FTP details in private reply so that we can help you to fix the issue.

    Regards,
    Patrik


    Patrik
    Moderator
    Post count: 1971

    Hi Andrew,

    You had social login plugin disabled. That is why it was not showing social login buttons. I have enabled the plugin and it works fine. Please review it and let me know your inputs.

    Regards,
    Patrik


    Patrik
    Moderator
    Post count: 1971

    Hi,

    I have made the changes in plugin files so you don’t need to worry about removing the code from the functions.php file later once plugin updated in future. Let me know how it works for you.

    Regards,
    Patrik


    Patrik
    Moderator
    Post count: 1971

    Hi Andrew,

    We have removed login functionality from V1 in V2. We are using the default WP login form so we will be adding the social login in the login form for V2 in the next update of the social login plugin. If you want to do it then let me know the FTP details in private reply and I can do it for you. You can use the following code for now in your functions.php file of current theme and once you update the social login add-on you can remove it.

    
    
    add_filter( 'login_form_middle', 'uwp_social_login_form_botton' );
    function uwp_social_login_form_botton($val){
        if(function_exists('uwp_social_login_buttons_display')) {
            return $val.uwp_social_login_buttons_display();
        }
    
        return $val;
    }

    Let me know if you have any queries.

    Regards,
    Patrik

    in reply to: Reorder custom profile tabs #3043

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    in reply to: Show Bio First #3038

    Patrik
    Moderator
    Post count: 1971

    Hi,

    It was due to JS problem and we have fixed it and will be available in the next update. I have made the same changes on your server for now. Please check and let me know if it works or not. You may rearrange the tabs by removing all and adding tabs in the order you want in UsersWP->Profile settings page. Custom fields are added at last in tabs and are not available in this settings.

    Regards,
    Patrik

Viewing 15 posts - 856 through 870 (of 1,063 total)