Quantcast
Channel: DOCU - Foren
Viewing all 6541 articles
Browse latest View live

Administration - Installation - Core: how can create a chat server in ILIAS

$
0
0
How can i set up and configure a chat server in ilias

ILIAS Developers: how to get the current obj/refid in getElementHTML of ilPageComponentPluginGUI

$
0
0
hello together,

how can i get the current obj/refid in getElementHTML of ilPageComponentPluginGUI?
i want to check if user is able to edit the current ref. if he is allowed i want to show something else.

what is the correct way? $_GET['ref_id'] is not the right way i guess and i don´t know if it always set for each "ValidParentType"


function getElementHTML($a_mode, array $a_properties, $a_plugin_version)

{

    global $ilUser, $DIC;

      

    $access = $DIC->access();

    var_dump($access->checkAccess("write", "", $_GET['ref_id']));
}

Administration - Installation - Core: Re (2): »Lokale Sitemap« (Plugin?)

$
0
0
Nun, ich denke, das wäre aber keine Aufgabe für JavaScript, sondern man bräuchte eine PHP-Datenbankabfrage, also ein Plugin.

Administration - Installation - Core: Re: Re (2): Dozenten und Wochenzeiten in Kursliste anzeigen

$
0
0
Ich habe inzwischen die Demo von ILIAS 5.4 gesehen, und mir scheint, dass genau diese Funktionalität dort bereits integriert ist. Insofern kann dieses Thema als obsolet betrachtet werden.

Plugins and Add-ons: Local Sitemap plugin

$
0
0
We have a hierarchy for the courses grouped by semester, then by department etc.

I find it inconvenient for the students (also teachers) having to click through the whole tree to find out what's in there. But while there *is* the global magazine tree this is really clumsy to use.

I would like to see a kind of "local sitemap" plugin that one could place on a (category) page that displays the local subtree from the current page/item downwards. I haven't found anything like that so far, but I think it should be fairly straightforward to implement as a plugin. Unfortunately my job doesn't allow me to take the time to brush up my little PHP and go for plugin development, so I hope maybe someone can point me to *some* solution that I could use to improve the UI for our students.

Urs

Plugins and Add-ons: Master Certificate plugin

$
0
0
Hi,

i am trying to preview certificatred created dby this plugin>
https://github.com/studer-raimann/Certificate

i am getting this error when trying to generate them: 


[5i861] [2020-01-02 13:15:45.896488] cpconsultant_root.ERROR:


srCertificateDefinitionGUI::previewCertificate:155
srCertificateTemplyteTypeJasper::generate() Report file of certificate with ID 0 was not created by Jasper:


Exception in thread "main" java.lang.ClassCastException:
class jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to class java.net.URLClassLoader
(jdk.internal.loader.ClassLoaders$AppClassLoader and java.net.URLClassLoader are in module java.base of loader 'bootstrap'),
at de.cenote.tools.classpath.ApplicationClasspath.add(ApplicationClasspath.java:72),
at de.cenote.tools.classpath.ApplicationClasspath.add(ApplicationClasspath.java:62),
at de.cenote.tools.classpath.ApplicationClasspath.addJars(ApplicationClasspath.java:127),
at de.cenote.tools.classpath.ApplicationClasspath.addJarsRelative(ApplicationClasspath.java:142),
at de.cenote.jasperstarter.App.processReport(App.java:169),
at de.cenote.jasperstarter.App.main(App.java:102)

is this a permissions thing?

Thanks for any help,

Josh

ILIAS Developers: how to get the current obj/refid in getElementHTML of ilPageComponentPluginGUI

$
0
0

Pages are used in places where no ref id is given, e.g. on the login screen. So the page component plugin slot does not offer this ref id information through the interface. But all places in the repository must currently set $_GET['ref_id'], so relying on this is safe for repository objects.

Plugins and Add-ons: Compatibility with ILIAS 5.4?

$
0
0

Dear All,

we had tested the BBB-plugin with
ILIAS5.4 and php7.0, 7.1, 7.2, 7.3
and it works fine.

PHP 5.6 is not supported anymore.

Now, we complete some tests with the old maintainer and a few customers to check the BBB-plugin for improvements.

cheers,
Andre


Plugins and Add-ons: Master Certificate plugin

Administration - Installation - Core: Re: how can create a chat server in ILIAS

Administration - Installation - Core: ILIAS 5.4.8: instant/manual user certificate creation?

$
0
0

Hi,


after passing a time limited test successfully the user shall be able to directly download a certificate. So we activated learning progress (test must be passsed), set up the certificate in test settings and activated "instant" user certificate creation in general certificate settings. For most of our users that works fine. The certificate is available after completely passing and finishing the test within the test duration limit (15 minutes).


But for some users it don't. After some testing I was able to reproduce the issue:
- create a time limited test and setup certificate creation
- start the test (as a user who have never passed the test before, no related certificat available yet)
- answer all questions correctly to be able to pass the test
- after answering last question press button "Finish the test"
      -- now all given answers will be presented
      -- there is not an entry in database table il_cert_user_cert yet
- Please do not press button "Continue" imediatly. Just wait until max duration is reached (maybe check all given answers once again ;-).
- Now press button "Continue"
     -- a message appears "You have reached the maximum allowed time of the test!"
     -- switching to tab "Results" shows the test has been passed successfully but without creation of a certificate
     -- there still isn't an entry in database table il_cert_user_cert yet.


So it looks like: If duration times out in between pressing buttons "Finish the test" and "Continue", instant user certificate creation will not be triggered (but the testrun itself will be marked as "passed").
By the way: it seems to be the same issue when using option "cron job" for general setting "User Certificate Creation". No entry in database table "il_cert_cron_queue".


Here are my questions:
What do you think, is it more a bug than a misuse?
Is there any possibility to manual trigger user certificate creation afterwards? Or do all affected users have to repeat the test in order to create a certificate.?


Thanks in advance for your advice.
Best regards
Andreas

Plugins and Add-ons: Master Certificate plugin

$
0
0
Hi,

yep, that fixed it.  I can now generate certificates.

Thank you.

Plugins and Add-ons: Master Certificate plugin

$
0
0
Hi,

when i use my own template i am getting the following 2 errors:


[cdlna] [2020-01-07 21:10:02.067617] cpconsultant_root.INFO: srCertificateEventsCertificateHandler::sendNotifications:41 Failed to generate certificate with ID 6; Certificate data directory is not writable.
[cdlna] [2020-01-07 21:10:02.067921] cpconsultant_root.ERROR: srCertificateCronjob::generateCertificates:52 Failed to generate certificate with ID 6, message: disk_free_space(): No such file or directory

what are the nesscary file / folder permissions and do  need to increase the amount of disk space avaialbe?

Plugins and Add-ons: Master Certificate plugin

$
0
0
Hi,

I believe it is an issue with the Template file.  I have tried to add an image as per the instructions using the additional CERT_TEMPLATE_PATH paramater.

could you send me an example tmeplate with a background image and a logo so i can see how the XML is meant to look?

Thanks

Administration - Installation - Core: Re: ILIAS 5.4.8: instant/manual user certificate creation?

$
0
0
As I did not find any way to manually trigger the user certificate creation for timed out but successfully passed test runs I raised bug report https://mantis.ilias.de/view.php?id=27077
We've got some more user complaints and I can only ask them for repeating the test. It isn't really smart.

So if you have any ideas please let me know.

Regards
Andreas

Plugins and Add-ons: Grading and Number Formatting

$
0
0
Dear Fred,

thanks for implementing this great question type -- it is very helpful for training and evaluating my students at a high level. I've got two questions regarding the usage of this tool:

  1. I'd like to assign either full or no points to an accounting entry. Currently, my accounting plugin partially assigns points if one account is correct and the other one is wrong. How is it possible to change this behavior?

  2. I'd like to modify the number formatting in the accounting plugin to have identical formats accross all question types. Especially, I would want to come up with e.g. "1 234.56" (or, alternatively "1 234,56") as displayed numbers. Is it possible to use an XML command to modify the formatting? 

Thank you so much for any suggestions, and kind regards

Stefan

Plugins and Add-ons: Demo für FormA Test.

$
0
0
Guten Tag,

wir würden uns dieses Feature gerne anschauen, um es auch in Köln den BenutzerInnen zur Verfügung stellen zu können. Der Demo-Login funktioniert allerdings nicht mehr für uns. Gibt es eine neue Stelle unter der wir uns das Feature anschauen können?

Viele Grüße und vielen Dank

Mario

Administration - Installation - Core: Parse error

$
0
0
When a user tries to access my ilias 4.4 installation, the following message appears:
"Parse error: syntax error, unexpected 'new' (T_NEW) in /home/httpd/vhosts/ server address /httpdocs/ilias/Services/PEAR/lib/Auth.php on line 471"

I did not change anything in the last time.
I appreciate your recommendations, where to look for errors.

Kind Regards
Heinz

Administration - Installation - Core: Re: Parse error

$
0
0
my provider recently upgraded from PHP 5.6 to PHP 7.2 and ilias 4.4 is not compatible with PHP 7.2

Immediate solution was: downgrade to PHP 5.6.
Upgrading ilias takes a bit more time. :-)

Administration - Installation - Core: Url generation behind SSL Offload Loadbalancer/proxy

$
0
0
Hello all,

How can i tell Ilias to generate an Url starting with HTTPS when i'm behind a proxy with SSL Ofloading?
For example, the Url whitch is generated with the LTI-Tool Provider is now starting with http and that won't work.

We use SSL Offload and configured the proxy with X-Forwarded-Proto: https in the header.
On the (apache 2.4) webserver i tried several settings, Header edit Location ^http://(.*)$ https://$1 but without luck.

Thanks in advance.
Viewing all 6541 articles
Browse latest View live