-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
--enable-webtools bug on windows #9
Comments
Hi mailopl, thanks for report it, it was fixed :) |
ghost
mentioned this issue
Jun 29, 2013
Closed
Closed
Closed
This was referenced Oct 6, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
phalcon create-project test --enable-webtools ->
webtools.config.php:
define("PTOOLSPATH", "C:\wamp\phalcon-phalcon-devtools-51e724e");
should be
define("PTOOLSPATH", "C:\wamp\phalcon-phalcon-devtools-51e724e\");
The text was updated successfully, but these errors were encountered: