Add below code in wp-config.php
define(‘FS_METHOD’, ‘direct’);
User registration is done properly.
I have check this when i register it will automatically logged in and my account page will display, have you added functinality for autologin user after registration.
Remove closing tag ?> from function.php, extra space after closing the php ?>
They can be caused by custom code you add to functions.php your WordPress custom code snippet fails to correctly handle one of these functions, then above pluggable.php error occurs.
e.g
function custom_contact_form_redirct() {
$thankYouUrl = site_url(‘/thank-you’);
?>
<?php
}
-
This reply was modified 6 years, 11 months ago by snehaposcp.