Quote Originally Posted by creyesx6 View Post
line 68
public function setDefaultCharset($charset): void


CEON URI Mapping 4.5.5. downloaded from the plugins. I am using 1.5.5f. I think that is what you are asking for.

Thanks for your time.
Unfortunately as stated in recent pages, the code was updated to work in the php 7.x environment with no regard of the design specifications of ZC 1.5.5 which means the site on which this was installed would need to be at php 7.0 or better. Because the site is not at php 7.0 or better, the use of return type declaration as provided in that line of code would cause an error as seen.