siganos1x
Forum Replies Created
-
Forum: Plugins
In reply to: [BOX NOW Delivery] Σφ?λμα κατ? την δημιουργ?α του VoucherΑντιμετοπ?ζω το ?διο πρ?βλημα, π?? μπορο?με να το ξεπερ?σουμε;
Error: Error: Error: Unable to create vouchers.
Greeting and thank you for your reply.
The notifications for this thread was in my spam inbox so I only now managed to see them now.
I guess I used a workaround for this issue by commeting out in the directory_sync.php, the update_profile function like so:
function update_profile($ad, $jY = null) { error_log("\x55\160\144\x61\164\x65\40\x70\162\157\x66\151\x6c\x65\40\146\165\x6e\x63\x74\151\x6f\x6e\40\x63\141\x6c\x6c\145\x64\x20\x66\x72\x6f\155\40\162\x65\147\x69\163\164\145\x72\x65\x64\x20\x68\x6f\157\153\56"); // $user = get_userdata($ad); // $qs = new Mo_Directory_Sync_Config(); // $qs->modify_user_info_in_ldap($user); }
Best regards
- This reply was modified 3 years, 11 months ago by siganos1x.
Forum: Plugins
In reply to: [WP Fastest Cache] Azure CDN setup ( Other CDN providers )The cdn url is https://nlg-storage.azureedge.net and it seems it does not accept get requests.
Thanks for your fast response!
I installed again the new 4.8.3 version and it works now without having to deactivate any of my plugins.
Also thanks for you awsome plugin.
Best regards!
Forum: Plugins
In reply to: [WP Cassify] Integration with WooCommerceI sorted out this problem by changing in the wp_cassify_utils.php , function wp_cassify_auth_user_wordpress at line 255 :
do_action( 'wp_login', $user->user_login, $user );
previous was :
do_action( 'wp_login', $user->user_login );
So now the complete function is:
public static function wp_cassify_auth_user_wordpress( $cas_user_id ) { if ( username_exists( $cas_user_id ) ) { $user = get_user_by( 'login', $cas_user_id ); wp_set_current_user( $user->ID, $user->user_login ); wp_set_auth_cookie( $user->ID ); do_action( 'wp_login', $user->user_login, $user ); } else { die( 'User account does not exists in WordPress database !'); } }
Please check if this is a valid solution and if it is please include it in a future update, thanks!
Forum: Plugins
In reply to: [WP Support Plus Responsive Ticket System] Create Ticket in phpThanks!
Hello,
Sure here is the alphabet,
keep in mind that in every other field its working only in the custom field Greek are not working,ΑΒΓΔΕΖΗΤΘΙΚΛΜΞΟΠΡΣΤΥΦΧΨΩ
αβγδεζηθικλμνξοπρστυφχψωThanks in advance.