permalinks dispatcher

3 posts by 2 authors in: Forums > CMS Builder
Last Post: July 28, 2017   (RSS)

By Dave - July 28, 2017

Hi Jeff, 

Hmm, interesting.  You could put a file_exists() check in there if it's causing a problem.  We're moving away from using the error suppression operator (@) so we'll probably rewrite that generic code at some point.  

Thanks for the feedback!

Dave Edis - Senior Developer
interactivetools.com

By kitsguru - July 28, 2017

I just moved the ../../ to the first element of the array. Glad to hear you are moving away from @ operator. Much better to adjust the code so it isn't necessary.

Jeff Shields