jrLaunch Error

CAPER
CAPER
@caper
11 years ago
125 posts
Can anyone tell me what this error is?

[19-Dec-2013 04:54:50 America/New_York] PHP Notice: Undefined index: option in /myhome/server/public_html/modules/jrLaunch/include.php on line 92 [x 14]

[19-Dec-2013 04:54:50 America/New_York] PHP Notice: Undefined index: module_url in /myhome/server/public_html/modules/jrLaunch/include.php on line 101 [x 1]


updated by @caper: 01/27/14 08:11:16AM
SteveX
SteveX
@ultrajam
11 years ago
2,584 posts
Those are php notices not errors - when an error occurs it will be marked as PHP Error.

As well as Errors and Notices you may also see logged PHP Warnings in your log.

You could try turning off developer mode if you don't need to see the notices.

If you do need to see them and need to find the undefined index, the notice tells you which line and which file to look at.


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)

updated by @ultrajam: 12/19/13 03:35:40AM
brian
@brian
11 years ago
10,148 posts
Yeah these are not errors, so I would recommend turning off developer mode on your system unless you are developing a module.

I will get these notices fixed as well.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
CAPER
CAPER
@caper
11 years ago
125 posts
ahh ok

Tags