Hi All,
I have a blank application that does some error checking on the startup of the project, and sets some global variables.
If errors have been found, I wish to alert the user to the fact and provide some information.
Inside the blank application PHP method area, you can add an sc_ajax_message from the macro list, but when you run the application, it errors saying that the sc_ajax_message is undefined.
This is the error message - “Fatal error: Call to undefined method start_up_checks_apl::sc_ajax_message() in C:\Program Files (x86)\NetMake\v8\wwwroot\scriptcase\app radie_accts\start_up_checks\index.php on line 1167”
I can do an echo and it prints out what I wanted in the message, but of course I need a message window, not some text in the background…
Any ideas, or is there a better way to start up projects that need some setting and some checking.
See ya
Tony