Skip to content

have you ever load zetacomponents but from a git clone rather than pear? #1

Description

@cordoval

I wonder if it is possible

User Error: Couldn't find autoload directory '/home/cordoval/sites-2/phpperu/vendor/zetacomponents/Base/src/../../autoload/' in /home/cordoval/sites-2/phpperu/vendor/zetacomponents/Base/src/base.php line 222

it is failing on method autoload of base class, please aux or hint me

my deps have vendor/zetacomponents

and autoload

set_include_path(__DIR__.'/../vendor/zetacomponents/'.PATH_SEPARATOR.get_include_path());
require_once 'Base/src/base.php';
spl_autoload_register( array( 'ezcBase', 'autoload' ) );

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions