Google Meet plugin for Moodle have a bug - plugins

Google Meetâ„¢ for Moodle didn't work correctly for me i did all the instructions that provided in the GitHub of the plugin but still not working when i click on generate url an error appeared in the console : Uncaught TypeError: Failed to construct 'FormData': parameter 1 is not of type 'HTMLFormElement'.
any opinions to solve it and make it work correctly

Related

Google Action SmartHome - Publishing a release returns unknown error

I created a SmartHome project with all information provided (all checks are OK in project overview).
When I go to Deploy > Release and click on Submit Production then Submit for review an error occured:
Conversation fulfillment ... has invalid API version '0'
Any idea whats's wrong ?
Problem fixed by Google internal team (direct contact to support).
From aog-support#google.com:
I received a response from our internal team that the issue has been fixed. Please re-submit your Action for review and let us know if the issue still occurs.

WordPress CLI error: Callable "Queue_Command" does not exist, and cannot be registered as `wp queue`

I have a server that hosts several WordPress sites. I use wpcli to update plugins in all of the sites, both manually and with a bash script.
One site has just started throwing an error:
Error: Callable "Queue_Command" does not exist, and cannot be registered as `wp queue`.
I have searched and found nothing at all that matches this error. Can anyone here explain what is causing it?
The site in question is running Wordpress 4.9.5 and WooCommerce 3.3.5, in case that is relevant.
RESOLVED - the new Mailchimp for Woocommerce version 2.1.7 has this issue fixed
So far it seems like the issue is caused by Mailchimp for Woocommerce plugin. https://wordpress.org/support/topic/cron-error-10/
Check if you have that plugin installed and see if removing/disabling it resolves the issue. After that we should check with the plugin developers if they can fix the actual cause of this.

Issue with DocuSign authentication within SugarCRM

We have SugarCRM Enterprise, Version 7.10.2.0 (On-Demand) and tried to install latest version (v1.5.62) of DocuSign plugin (https://sugarexchange.sugarcrm.com/apps/188/sugar-connector-to-docusign) on SugarCRM.
We followed the installation documentation (https://help.upcurvecloud.com/sugardocusign/Sugar_Connector_to_DocuSign.pdf)
Issue: Once we try to login then Error popups "DocuSign Error!" (Screenshot attached)
Any help will be highly appreciable.
Regards
In your Sugar instance go to Administration -> System Settings -> View Log and check the log for FATAL messages during the attempted login time.
E.g. a possible fatal message could be [FATAL] Platform name violation: unknown platform (<used platform name of connector goes here>).
Since Sugar 7.10 the platform parameter during authorization is limited to platforms known by your instance. Unknown platforms will be rejected and authorization will fail.
This could be the problem if the connector has yet to be updated for this new behavior.
If so either the provider of the connector or you should add the platform to the instance. E.g. by adding the file custom/Extension/application/Ext/Platforms/docusign_connector.php with contents:
<?php
$platforms[] = '<used platform name of connector goes here>';
However this is just a guess of what the problem could be as I have not seen your Sugar's log.
If your have any other fatal error messages, feel free to share.
Edit: Actually the platform enforcing seems to be a 7.11 thing rather than a 7.10 thing. So even if you do see an error as described above, it could only to be a warning (for future version compatibility reasons), rather than the actual source of the problem experienced by you.
So make sure to look for other errors as well.

Salesforce error "returnFieldData Types invalid at this location" using Eclipse

Hi I am new to Salesforce and Apex programming. I have installed eclipse with salesforce IDE. But it gives me following error (in image) when I try to create a new project using force.com
(click here to see error screen)
Error returned:
Unable to fetch organization details for 'username'
Element {urn:partner.soap.sforce.com}returnFieldData Types invalid at this location
FACTS:
I am signed up on a developer.salesforce.com free login
I have generated new Security token and am surely using the latest
I am adding correct credentials because when I deliberately enter wrong info it gives me username/password type of error
I have tried changing different environments when creating new project
Using Eclipse 4.5.1
Salesforce 16
Profile is "System Administrator"
Please help, thank you!
I checked my dev sandbox - it runs Winter '16, which is v.35. I assume, your version of Force.com plugin is v.36. Try to uninstall it and install v.35. It might be because of versions incapability.

Moodle Scorm API throws an error

I'm running Moodle 2.4.3. Seems like I have issues with my Scorm API. It throws an error at the end of last slide.
"Trying to set value but API not available."
What could be the reason?
BTW, I'm using Google Chrome 44.
The fact that this is happening at the end of the package suggests to me that the package is closing the connection and then trying to send more data.
Have you tried running the course on SCORM Cloud in debug mode to see what's going on?