Annoying Notices

jlrobinson2171
Forums
I know these are just notices but they are annoying to see in my logs. I just did a fresh install of Opigno and I am getting these: Notice: Undefined offset: 3 in _menu_translate() (line 777 of /public_html/beta/includes/menu.inc). Notice: Undefined index: version in opigno_lms_update_status_alter() (line 211 of /public_html/beta/profiles/opigno_lms/opigno_lms.profile). Any ideas as to what is causing these?
James Aparicio

Hi jlrobinson,

Hi jlrobinson,

Just ignore them, they show up because the module was developed with an older version of php that did not set these notices at the time. You can filter them out. Dont worry about them. Just an isset() missing somewhere.

Best regards

Morn

In /profiles/opigno_lms

In /profiles/opigno_lms/opigno_lms.profile line 210 I changed: old = elseif (isset($make_info['projects'][$project_name])) { new = elseif (isset($make_info['projects'][$project_name]['version'])) {
James Aparicio

Hi Morn,

Hi Morn,

Tkx, ill take a look at it and most probably include it in Opigno 1.12.

In this next release we will take a look at the log clutter.

 

Best regards