Forums
I recetly downloaded and installed latest opigno LMS. During installation I got an error
Warning: Invalid argument supplied for foreach() in user_permission_get_modules() (line 3041 of /home/lnxuser1/public_html/opigno_lms-7.x-1.15/modules/user/user.module).
I saw this error on the web-page and also on the status report after successful installtion. I ignored this and went ahead with content creation. But after every action, I keep getting other messages, most often repeated being:
Notice: Undefined index: name in system_requirements() (line 34 of /home/lnxuser1/public_html/opigno_lms-7.x-1.15/modules/system/system.install)
Is this normal or is there some issue during installation and how should I fix it? I have 644 as the permissions for some of the files. Should I change it to 755 and re-install?
Hi,
Hi,
These are notices, so it's not very important.
It should anyway not occur.
Could you please execute this SQL query and post the result on this forum?
SELECT name, status FROM `system` WHERE name like '%opigno%' order by status asc
Hi Axel,
Hi,
Hi,
This is strange, some mandatory modules are disabled.
Try to execute this query:
UPDATE `system` SET status = 1 WHERE name = 'opigno_lms'
By the way the SCORM packages are also desactivated, you should also activate them if you want to be able to use SCORM packages.
Best regards,
Did a new installation
Thanks for the update.
Thanks for the update.
Renaming course to quiz is possible, but you will have to change in the code, and there are many occurences.
So I would't recommend it, since your changes would also be lost each time you upgrade Opigno.
Maybe the best would be to focus on what your users can see, and change only these views, and keep the 'course' name for administration interfaces.
Note also that quiz is the module used for lessons in Opigno, so it may also be confusing for administrators if courses are named the same way.