Skip to content

create the cache once and use it for all other distributions #27

@Exlord

Description

@Exlord

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 ???

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions