This topic is locked
[SOLVED]

 Class 'RunnerCipherer' not found

10/29/2017 10:05:54 AM
PHPRunner General questions
K
keithh0427 author

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?

K
keithh0427 author 10/30/2017

I resolved this by placing include_once("classes/cipherer.php") in the AfterAppInit function