Difference between revisions of "Category:FAQ"

From Joomdle
Jump to: navigation, search
(3 intermediate revisions by the same user not shown)
Line 24: Line 24:
  
 
   
 
   
====Why do I get the Moodle login page when clicking on SSO links?====
+
====Why do I get the login page when clicking on SSO links?====
 
This can be related to PHP sessions.  Remember that www.site.com and site.com are different domains, so sessions are not preserved between them. You should always use the same domain, or redirect one to the other.    For example, you may have configured http://mydomain.com to redirect to http://www.mydomain.com using the .htaccess file found in your root directory.    An example of a redirection is below:
 
This can be related to PHP sessions.  Remember that www.site.com and site.com are different domains, so sessions are not preserved between them. You should always use the same domain, or redirect one to the other.    For example, you may have configured http://mydomain.com to redirect to http://www.mydomain.com using the .htaccess file found in your root directory.    An example of a redirection is below:
  
Line 56: Line 56:
 
* Joomdle shop integration plugin (joomdlevm2, joomdlehikashop, ...) is installed and enabled
 
* Joomdle shop integration plugin (joomdlevm2, joomdlehikashop, ...) is installed and enabled
 
* Order is being confirmed in shop
 
* Order is being confirmed in shop
 +
* "Buy courses for children" is not enabled if you are not using it
  
  
Line 76: Line 77:
 
If you want to show only the content, you need to use a theme that does that.
 
If you want to show only the content, you need to use a theme that does that.
  
We created a theme for our demo that does that, but we don't offer support for it. You can download it at: http://sourceforge.net/projects/moodle-joomla/files/joomdledemo.tgz/download
 
  
Also, a Joomdle user, Fernando Acedo, contributed this other theme: https://github.com/3-bits/joomdlebs (Thank you!)
+
A Joomdle user, Fernando Acedo, contributed this theme: https://moodle.org/plugins/pluginversions.php?plugin=theme_joomdlebs (Thank you!)
 +
 
 +
It hides some parts like the header, footer and login link.
 +
 
 +
It does not hide navigation blocks, but as it responsive they can appear below the content if there is no space in the wrapper.
  
 
===Why do I get XML-RPC Error (404): Unknown Error?===
 
===Why do I get XML-RPC Error (404): Unknown Error?===

Revision as of 15:11, 1 July 2015

I have a Red X under the System Health Tab in Joomdle

Joomdle has a System Health Tab which gives you insight into any problems you may have with your Joomdle installation and/or configuration. In order to use Joomdle properly, all items must have a Green Correct Check Mark.

If you have a Red X, refer to System health check for further details.


What does Joomdle's Single Sign On (SSO) do?

Joomdle's SSO provides the following functions in response to user actions:

  • When users are created in Joomla/Moodle, they are automatically created in the pther too.
  • When the user is looged in Joomla or Moodle, he is automatically logged into the other one too
  • When the user logs out of either Joomla or Moodle, he/she is automatically logged out of the other.
  • When a user updates his profile, it is update on the other side too


Why do I get the message "XML-RPC Error (7021): The transport method you are trying to use is not permitted"?

The transport method you are trying to use is not permitted is the error returned by Moodle to inform you that Moodle's XML-RPC is not recognising the configured IP address as a trusted host.

If you have configured Moodle's XML-RPC using 127.0.0.1, try using the actual servers IP address instead.


Why do I get a blank page when clicking on SSO links?

This usually happens when the Joomdle plugin is not installed/active in Joomla.


Why do I get the login page when clicking on SSO links?

This can be related to PHP sessions. Remember that www.site.com and site.com are different domains, so sessions are not preserved between them. You should always use the same domain, or redirect one to the other. For example, you may have configured http://mydomain.com to redirect to http://www.mydomain.com using the .htaccess file found in your root directory. An example of a redirection is below:

Rule for duplicate content removal : www.domain.com vs domain.com
RewriteCond %{HTTP_HOST} ^mydomain.com [NC]
RewriteRule (.*) http://www.mydomain.com/$1 [R=301,L,NC]
Check that the URL you entered in the Joomdle Configuration is the same as that in the RewriteRule.


Why enrol button does not show up in course details page?

Most likely, course is not enrollable by students. Check the enrolment dates and that self-enrolment method is enabled (in moodle 2.0)

Alsho it won't show up if you have set a cost for the course.


Why course page does not have links?

Course page will only show links to activities to users that are enroled in the course.

For non-enroled users, only text will be shown.

I don't get enroled after purchasing a course

This may be caused by many factors, some not even related to Joomdle.

Check that:

  • Course is in the right category as configured in Joomdle
  • Manual enrolment plugin is enabled in course
  • Joomdle shop integration plugin (joomdlevm2, joomdlehikashop, ...) is installed and enabled
  • Order is being confirmed in shop
  • "Buy courses for children" is not enabled if you are not using it


If it still does not work, maybe it is not related to Joomdle.

In VM2, there has been reports of enrolments not working due to VM2 crashing on the background, due to memory limit issues. You can check the webserver error log looking for those errors.

Why do I get "Profile types integration enabled, but no profiles selected to create in Moodle" message?

This happens when you:

  • Select a Profile Types extension in Joomdle configuration
  • Don't publish any profile types in Joomdle -> Profile Types

To solve it, either disable profile type integration, or set some profile type to be created in Moodle

Why I get the full Moodle in the wrapper instead of only the main content?

Joomdle just shows Moodle inside the wrapper, with the theme you have configured in Moodle.

If you want to show only the content, you need to use a theme that does that.


A Joomdle user, Fernando Acedo, contributed this theme: https://moodle.org/plugins/pluginversions.php?plugin=theme_joomdlebs (Thank you!)

It hides some parts like the header, footer and login link.

It does not hide navigation blocks, but as it responsive they can appear below the content if there is no space in the wrapper.

Why do I get XML-RPC Error (404): Unknown Error?

This is caused by some problem in Moodle configuration. You can enable debugging in Moodle to get more info about the problem, so you can fix it.

Why the wrapper does not show anything?

Check that you enabled "Allow frame embedding" in Moodle configuration.

Please note that wrapper auto-height won't work when Joomla and Moodle are not on the same domain, In this case, either re-structure your site or disable auto-height.

This category currently contains no pages or media.