Hi, i have written a CMS with ZF2 and i am using it for a couple of sites (10 at the moment- more later) so i created the cache in my local system and uploaded it to the sites BUT i encountered a problem in Zend\Validator\Hostname(line 557) :
$regexChars += include __DIR__ . '/' . $this->validIdns[$this->tld]; the __DIR__ is converted to my local file path and causeing a file not found error in the other systems.
is there a way to fix this ? or do i have to to the process for every site ???
Hi, i have written a CMS with ZF2 and i am using it for a couple of sites (10 at the moment- more later) so i created the cache in my local system and uploaded it to the sites BUT i encountered a problem in
Zend\Validator\Hostname(line 557):$regexChars += include __DIR__ . '/' . $this->validIdns[$this->tld];the__DIR__is converted to my local file path and causeing a file not found error in the other systems.is there a way to fix this ? or do i have to to the process for every site ???