Hi all,
All of a sudden, I'm getting the following error:
Fatal error: Class 'RunnerCipherer' not found in C:\Users\Keith\Documents\PHPRunnerProjects\theWAS\output\classes\searchclause.php on line 144
the offending line is:
if( !$this->cipherer )
$this->cipherer = new RunnerCipherer( $this->tName, $this->pSetSearch ); <----
I've tried a full rebuild and even re-installed phprunner (I'm using v9.8) which I just downloaded on the 27th
I'm not sure what I'm doing wrong.
Can anyone point me in the right direction?