Hi.
I am getting a ‘Uncaught Error: Call to undefined function’ for a function that is included in an internal library. This is not a new library, but I have been editing it. Same with the Form that calls it. I have been making changes, generating the form and testing the included library function all day. Now all of a sudden, it cannot find the function.
The internal library contains several functions. The ‘missing’ one (that is not missing at all) is the second function defined in the library.
When I look at the generated form_apl.php file, I can see the first function in the library in the php source, but the remainder of the library is not there. Instead, it continues with the first function of a second library I have included. For some reason it just fails to include the remainder of the code after the first function.
I have checked things like ensuring all braces are closed etc. I have tried removing recently added lines of code. I just can’t pick up anything obvious. I am not getting any errors. Why is SC not including the remainder of the library?
Very frustrating. I am stuck. Are there any tips for resolving this issue?
Currently running V9.10.012 on MacOS.
Cheers, R.