Arismart install issue 1 Month, 4 Weeks ago
|
Karma: 0
|
Hi, Im on J5 and latest Ariquiz version, php 8.3
Im not sure I use Arismart or if its even compatible with J5, so this may be a non-issue, but as im upgrading to J5 site and its showing an error I need to be careful, so any advice appreciated.
I had an old J2.5 and started developing a J5 site. I think I managed to get all of my AriQ across via MySql export and as far as I can tell the quizzes all seem to work as expected.
In the backend menu, all Arismart options give the following error and any attempt to reinstall the Arismart plug gets a red error box (no text so not sure what the error is)
An error has occurred.
0 Class "JRequest" not found
Its possible thsi is normal or perhaps doesnt affect me?
TIA
|
|
|
|
|
Re:Arismart install issue 1 Month, 4 Weeks ago
|
Karma: 760
|
Hello,
Sorry, but it is not clear. Do you have a problem with "ARI Quiz" or "ARI Smart Content"? "ARI Quiz" is compatible with J! 5, but "ARI Smart Content" not.
Regards,
ARI Soft
|
|
|
|
|
Re:Arismart install issue 1 Month, 4 Weeks ago
|
Karma: 0
|
Hi, thanks that kind of answers my question. I was unsure if Ari Smart was supposed to work or if it causes Ariquiz problems.
Separate question, is there any documentation on AriQuiz anywhere? Sorry, it's so long since I set up the original Ariquiz I am trying to remember how to use.
Thanks, Ben
|
|
|
|
|
Re:Arismart install issue 1 Month, 4 Weeks ago
|
Karma: 760
|
Documentation is available here.
Regards,
ARI Soft
|
|
|
|
|
Re:Arismart install issue 1 Month, 4 Weeks ago
|
Karma: 0
|
Thanks, the documentation doesnt give any info on usage, but went into old J2.5 site and found this info box attached to the plug:
Place the next code in content where you want to embed a quiz:
{ariquizanywhere quizId="QUIZ_ID" scrolling="auto" removeTitle="1"}{/ariquizanywhere}
Where QUIZ_ID is ID of the quiz which you want to show. Quiz ID can be found on "Components -> ARI Quiz -> Quizzes" page or on quiz edit page.
For example, if you want to embed quiz with ID = 5, use the next code:
{ariquizanywhere quizId="5"}{/ariquizanywhere}
It is possible to use the next attributes for {ariquizanywhere} tag:
quizId contains ID of the quiz which you want to show. It is required parameter.
scrolling is used to specify should the extension show scrollbars in area where the quiz is loaded or not. Values: yes, no, auto. If this parameter is omitted, the value will be get from plugin settings.
removeTitle is used if you want to remove quiz title. Values: 1 or 0. If this parameter is omitted, the value will be get from plugin settings.
|
|
|
Last Edit: 2024/09/24 12:29 By munchman.
|
|
|