-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows: Loader fails to create classmap #36
Comments
Finally found that the problem is not due to So the real issue is: classmap generation broken on Windows. |
I think this line do not work on Windows. Could you please change to
and test?! |
Could you checkout the development branch and re-install?! You have to recreate the database also... |
Fixing the line as suggested does not help- classmap remains empty. I've simply changed it like this (obviously missing functionality there):
|
Ok, from 3.0.0 composer class loading is used and should handle Windows correctly. |
I'm trying to get pvlng running on Windows. I've created a vhost in apache:
Any access to :81 results in error 500, logfiles remain empty of any error messages.
Source of the problem seem to be the rewrite rules in
/.htaccess
. As soon as those are commented out directory index is loaded.Any idea if/which problem that might be?
The text was updated successfully, but these errors were encountered: