Joel Williams
Joel Williams
Not knowing much about modern PHP, I found a way to fix this by removing the type hint entirely: wp2static/src/Crawler.php:234 ``` - 'rejected' => function ( RequestException $reason, $index )...
I just ran across this issue as well. The wice_grid_custom_filter_params method returns the following: ``` { "#{options[:grid_name]}[f][#{attr_name}][]" => options[:value] } ``` The final [] is hard-coded. This works fine for...
A workaround is documented here: https://imapsync.lamiral.info/FAQ.d/FAQ.Passwords_on_Unix.txt You can specify passwords with both single and double quotes e.g. `--password1 '"pass)word"'`
I'm a happy user of whmcs_autoauth for several years, but after upgrading to the latest WHMCS recently I realised that it was no longer working! I've create a PR #17...
This constant was added in version 0.3.0 of pygeoip. Make sure you have at least this version installed.
I noticed something similar. Checking the console, the following error is visible: ``` reloading plugin SublimeHighlight.SublimeHighlight Traceback (most recent call last): File "/opt/sublime_text_3/sublime_plugin.py", line 109, in reload_plugin m = importlib.import_module(modulename)...
Weird! Which version of WHMCS are you using? I’ll do some more testing tomorrow. I’m using 8.7.2.
Would you mind helping with some debugging? The WHMCS API doesn't seem to have an 'exact match' fetch for client by email address, so instead it does a GetClients call,...
Thanks a lot! Odd.. the only other thing I can think of is trying to pass your WHMCS admin username to CreateSsoToken, e.g. ``` $results = localAPI('CreateSsoToken', array('client_id' => $userid,...