PRINT_STANDARD_ERROR problem
Can anyone explain how to register a template, or whatever needs to be done to use PRINT_STANDARD_ERROR with vb3.0.3?
I have a vb3 compatible journal hack that isn't mine, but it goes to a blank page when calling the following line.
eval("print_standard_error(\"".fetch_template("err or_journal_not_user")."\");");
I also read somewhere here that stuff like this is supposed to work:
eval(print_standard_error('This is an error.', false /* No lookup */));
But it opens to a blank page, too.
I'm stuck using this until a port for vbJournal1.0 gets a proper port
Regards,
Matt
P.S. the error_journal_not_user template does exist, i am not sure what is supposed to be in there. it just had "sdsdsf"
|