You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Since updating to 2.9 the plugin stopped working. It showed an error of depracted function so I replaced
// $textlib = textlib_get_instance();
with
$textlib = core_text::convert();
However it still does't seem to sync - I commented out the cli line and ran it over the url - it stopped after printing the name of first cohort - no other error messages. No error msg. via sh script at all.
any ideas? thanks!
Sebastian
The text was updated successfully, but these errors were encountered:
Hello! Since updating to 2.9 the plugin stopped working. It showed an error of depracted function so I replaced
// $textlib = textlib_get_instance();
with
$textlib = core_text::convert();
However it still does't seem to sync - I commented out the cli line and ran it over the url - it stopped after printing the name of first cohort - no other error messages. No error msg. via sh script at all.
any ideas? thanks!
Sebastian
The text was updated successfully, but these errors were encountered: