[GH-ISSUE #67] About autolaod.php Path Error #182

Open
opened 2026-03-07 20:41:54 +03:00 by kerem · 1 comment
Owner

Originally created by @chenpei1993 on GitHub (Dec 21, 2017).
Original GitHub issue: https://github.com/DBDiff/DBDiff/issues/67

Error: Failed opening required 'vendor/autoload.php'
change this execute file /vendor/dbdiff/dbdiff/dbdiff.
'vendor/autoload.php' -> '../../autoload.php'

Originally created by @chenpei1993 on GitHub (Dec 21, 2017). Original GitHub issue: https://github.com/DBDiff/DBDiff/issues/67 Error: Failed opening required 'vendor/autoload.php' change this execute file /vendor/dbdiff/dbdiff/dbdiff. 'vendor/autoload.php' -> '../../autoload.php'
Author
Owner

@fds-dtrm commented on GitHub (Mar 28, 2019):

Even better with absolute paths:

require __DIR__ . '/../../../vendor/autoload.php';
<!-- gh-comment-id:477665312 --> @fds-dtrm commented on GitHub (Mar 28, 2019): Even better with absolute paths: ```php require __DIR__ . '/../../../vendor/autoload.php'; ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/DBDiff#182
No description provided.