Ahmed Diaa
Forum Replies Created
-
Hi @wfjoshc
no it’s on ubuntu
i think the database is working fine it’s access able and running on Mysqli
Hello @wfpeter i have an update that might be useful
i have disabled “Enable WooCommerce integration”
and it seems to be fine now I’ll keep it disabled -unless you recommend not to- till we find the solution for this behavior
Regards
Hi @wfpeter I have done what you suggested Disabled all Plugins and keep WF only but still the same
I have sent the Diagnostics Email and waiting for your feedbackRegards
Forum: Plugins
In reply to: [WooCommerce] Integration With Fawry PayThank you it was Cloudflare blocking their requests
Forum: Plugins
In reply to: [WooCommerce] Fatal Error while login using any connected social mediaDears @laszloszalvak @voltronik ,
Thank you for your support the issue seems to be solved by disabling the custom code it should redirect user after registration
/*Start Redirect after Register*/
function auto_login_new_user( $user_id ) {
wp_set_current_user($user_id);
wp_set_auth_cookie($user_id);
$user = get_user_by( ‘id’, $user_id );
do_action( ‘wp_login’, $user->user_login );//`[Codex Ref.][1]
wp_redirect( home_url() ); // You can change home_url() to the specific URL,such as “wp_redirect( ‘http://www.wpcoke.com’ )”;
exit;
}
add_action( ‘user_register’, ‘auto_login_new_user’ );
/*End Redirect after Register*/fixed thank you
right now on NP dashboard i see the below
No results available. Either NitroPack.io is not fully installed on your site, or our service was not able to optimize your home page in a reasonable time frame.Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Error uploading to FTPfixed by unchecked
Use FTP Passive Mode.Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Error uploading to FTP@duongcuong96
before 12 jun everything was fine on this website now i got this error but on another website it works fineForum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Error uploading to FTPi am using the same plugin and same ftp host for other website that running with no errors