Well I did something a bit silly. I figured there'd be no harm in trying to get DocLister to work on one of my calls. I used some AI help and we did indeed get it to exactly work, it took a very long time but one of my calls now is working.
Sadly it didn't come without cost. The manager refuses to save properly. I do have a version of the MySQL file from last night that I think was before the problem but that's a scary replacement using SSH that I've only just set up.
I get this: Parse error: syntax error, unexpected '<', expecting end of file in document.parser.class.inc.php(1984) : eval()'d code on line 1
Which AI says "suggests that the eval() function is trying to execute malformed PHP code—specifically, it's encountering a stray < character, which usually means HTML is being injected where PHP is expected."
I've tried reversing everything I did and it's still not working properly. What I need is a way to more specifically diagnose the problem, hopefully down to the actual line. Any suggestions?