You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.
That does appear to be the problem. There are quite a few places in ClassmapController::generate where the directory separator is hard-coded to forward-slash.
Honestly, this module doesn't appear to be actively maintained and in the intervening time ZF has moved from Zend\Loader to Composer for it's autoloading. I would suggest adding your module namespace to the autoload section of your project's composer.json instead, or check out this nifty new tool on the zfcampus side which automates the task: https://github.com/zfcampus/zf-composer-autoloading
That does appear to be the problem. There are quite a few places in ClassmapController::generate where the directory separator is hard-coded to forward-slash.
Honestly, this module doesn't appear to be actively maintained and in the intervening time ZF has moved from Zend\Loader to Composer for it's autoloading. I would suggest adding your module namespace to the autoload section of your project's composer.json instead, or check out this nifty new tool on the zfcampus side which automates the task: https://github.com/zfcampus/zf-composer-autoloading
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub , or mute the thread .
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On windows, command
php vendor\zendframework\zftool\zf.php classmap generate module/DafapMail -w
product wrong file autoload_classmap.php :Path is wrong.
The problem is calculating on $relativePath because DIRECTORY_SEPARATOR is not '/'.
The text was updated successfully, but these errors were encountered: