Questions tagged [undefined-function]

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.

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.
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?
anvd
  • 3,997
  • 19
  • 65
  • 126
0
votes
2 answers

call to undefined function submit_button() with ftp form in wordpress

I have a site on Hostgator server, domain and hosting both with Hostgator self hosted wordpress hosting. Suddenly it hit error few days back, instead of loading normal home page its showing FTP client login and fatal error message below. Before…
0
votes
1 answer

Getting method is undefined in C++

I'm trying to create a program from a C++ tutorial. But the IDE the tutor is using is VS2010 and I'm using VS2017. I noticed some of the syntaxes(sp.) are slightly different. I'm not sure what this error is and I've tried searching. Here's the main…
iam_malc
  • 3
  • 3
0
votes
1 answer

Undefined function or variable 'setdemorandstream'

I am working on a feed-forward neural network analysis using MATLAB. I am getting the following error: Undefined function or variable 'setdemorandstream'. Code is as follows: setdemorandstream(391418381); Any help in rectifying this error is…
Aditya
  • 93
  • 2
  • 12
0
votes
2 answers

soapRequest is not defined

When I click on the button I get a soapRequest is not defined error. How can I fix this error? My code: