Erik Runyon

Results 6 comments of Erik Runyon

@davispuh Any update on when the rewrite branch will be released? We're running into the DST issue as well.

Related issue, we often use "Learn more" as the link text, but also include an `aria-label` such as `aria-label="Learn more about commencement 2020."`, but it still gets flagged as "Links...

I tried running it on the large set first. Had to break it up into smaller sets. I haven't run it in quite a while. Feel free to close this...

Sorry about that. I had ROOT defined elsewhere in my app. It was set to: $_SERVER['DOCUMENT_ROOT'] I replace the instance of ROOT in the script with $_SERVER['DOCUMENT_ROOT'].

@Ruok2bu I'm not familiar with Opcache, but feel free to fork the project and add support.

Leaving ROOT in place was an error on my part. It was defined in a different script on my project. I replaced it with $_SERVER['DOCUMENT_ROOT']