TND Posted August 4, 2015 Share Posted August 4, 2015 http://docs.whmcs.com/Custom_Transliteration this Custom Transliteration not working in WHMCS 6.x <?php function hook_transliterate($string) { $string = str_replace("ž","z",$string); $string = str_replace("é","e",$string); return $string; } add_hook("Transliteration",1,"hook_transliterate"); ?> and having problem with resellerclub Catchable fatal error: Object of class WHMCS\Domains\Domain could not be converted to string in ****\includes\hooks\test.php on line 4 0 Quote Link to comment Share on other sites More sharing options...
TND Posted August 9, 2015 Author Share Posted August 9, 2015 anybody know this issues ? 0 Quote Link to comment Share on other sites More sharing options...
TND Posted August 17, 2015 Author Share Posted August 17, 2015 Hello anyone 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted August 17, 2015 Share Posted August 17, 2015 have you opened a ticket with Support about this? it's very unlikely anyone from WHMCS will reply in the thread, so unless you're lucky enough for another user to have come across and resolved the same issue themselves, asking WHMCS directly might be your best bet. .... and if they give you a working solution, update the thread with it. 0 Quote Link to comment Share on other sites More sharing options...
TND Posted August 19, 2015 Author Share Posted August 19, 2015 what fix with whmcs 6.0.2 CORE-8757 - Prevent fatal error when attempting to use custom transliteration hook function 0 Quote Link to comment Share on other sites More sharing options...
drosendo Posted April 22, 2020 Share Posted April 22, 2020 Hi, Will this help prevent {address1=address1 contains invalid characters.} when trying to activate the purchase with reseller club? Cheers, 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.