Installation Issue

mymockin
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?
axel

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

mymockin

Hi Axel,

Hi Axel, Thanks for the reply. The result of the SQL query is below: ('opigno_features_panels', 0), ('opigno_lms_tour', 0), ('opigno_scorm', 0), ('opigno_scorm_quiz', 0), ('opigno_scorm_ui', 0), ('opigno_sort_groups', 0), ('opigno_lms', 0), ('opigno_breadcrumbs', 1), ('opigno_calendar_app', 1), ('opigno_certificate_app', 1), ('opigno_class_app', 1), ('opigno_course_categories_app', 1), ('opigno_features_content_type_settings', 1), ('opigno_features_field_groups', 1), ('opigno_features_field_settings', 1), ('opigno_features_homebox', 1), ('opigno_features_og_roles', 1), ('opigno_features_pathauto', 1), ('opigno_features_roles', 1), ('opigno_features_wysiwyg', 1), ('opigno_forum_app', 1), ('opigno_messaging_app', 1), ('opigno_notifications_app', 1), ('opigno_og_prereq', 1), ('opigno_poll_app', 1), ('opigno_quiz_app', 1), ('opigno_quiz_helper', 1), ('opigno_quiz_import_app', 1), ('opigno_wt_app', 1), ('opigno_simple_ui', 1), ('opigno', 1), ('opigno_og_access', 1); Thanks again
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,

mymockin

Did a new installation

Hi Axel, I did a new installation and all the previous issues are not there. I really like the homebox (Which did not come up in my previous install) and the functionalities. Thanks for the great LMS. Is there a way I can rename the 'course' tag into 'quiz' everywhere? Regards
axel

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.