An undefined function is a function that fails to execute when called due to the body of the function not being available to the program, compiler, or interpreter, looking for a function definition.
Questions tagged [undefined-function]
143 questions
0
votes
1 answer
Octave packages unload themselves
I'm using the Octave io package but it keeps unloading itself before I run the script. I'm using the xlsread function provided by io but I keep getting the following error:
warning: Functions for spreadsheet style I/O (.xls .xlsx .sxc .ods .dbf .wk1…

ktal
- 263
- 1
- 3
- 4
0
votes
1 answer
Why is get_theme_mod() Throwing a Fatal Error: Call to undefined function in wordpress
I am building a wordpress theme. In my index.php I use get_theme_mod() to get an option and I have some code that will or will not fire depending on that option.

Jeremy Muckel
- 13
- 6
0
votes
2 answers
function not defined even though it is
My scripts were working fine yesterday, but today I get an error:
wldk-kurser-admin.js?ver=4.7.5:13 Uncaught ReferenceError: handleSaveAllDokumenterAction is not defined
at HTMLDocument. (wldk-kurser-admin.js?ver=4.7.5:13)
at i…
0
votes
2 answers
Imported js function throw a not defined error
I am getting this error validate_allocation is not defined when trying to execute a function from a static file. Any idea why?