简体   繁体   English

无法在Netbeans 6.9.1中创建Zend Framework项目

[英]Cannot create a Zend Framework Project in Netbeans 6.9.1

I am pretty new to netbeans (former zend studio and eclipse user) and also new to zend framework. 我对netbeans(以前的zend studio和eclipse用户)很陌生,对zend框架也很陌生。 For a few hours now I am trying to set up a new zend framework project in netbeans on my windows 7 machine. 现在有几个小时,我试图在Windows 7计算机上的netbeans中建立一个新的zend框架项目。 I downloaded zf, added the library path to the include path in php.ini and configured the things in the options dialog of netbeans (php->zend). 我下载了zf,将库路径添加到php.ini中的include路径,并在netbeans的选项对话框中配置了东西(php-> zend)。 the first thing i don't understand, if I enter the path to the zend script zf.bat and afterwards click the Search... button, it says that there are no zend scripts found. 我不了解的第一件事是,如果我输入zend脚本zf.bat的路径,然后单击“搜索...”按钮,则说明找不到zend脚本。 Although, I can then register the provider without getting any errors. 虽然,然后我可以注册该提供程序而不会出现任何错误。 If I then create a new project and select the zend framework checkbox it takes a little while and ends up in an error message "Zend project not created! (verify zend script in tools > options > PHP > Zend or review IDE log). The IDE log tells the same again, unfortunately no new information. 如果然后我创建一个新项目并选中zend framework复选框,则需要花费一些时间,并显示一条错误消息“未创建Zend项目!(请在工具>选项> PHP> Zend中验证zend脚本,或查看IDE日志)。 IDE日志会再次告诉您相同的消息,很遗憾,没有新信息。

Can anyone help me? 谁能帮我? I have no idea whats wrong... 我不知道怎么了...

Environment: Apache/2.2.17 (Win32) PHP/5.2.13 on windows 7 (64 bit), zf 1.10.8, pear installed, netbeans (php) 6.9.1 环境:Windows 7(64位)上的Apache / 2.2.17(Win32)PHP / 5.2.13,zf 1.10.8,pear安装,netbeans(php)6.9.1

THANKS! 谢谢!

it's me again. 又是我。 In the meantime i discovered the reason for my problem. 同时,我发现了我的问题的原因。 For all windows users, if you have enabled the UAC (which is enabled by default) you should run your Netbeans as Administrator! 对于所有Windows用户,如果已启用UAC(默认情况下已启用),则应以管理员身份运行Netbeans! Unfortunately, no error message indicates this issue. 不幸的是,没有错误消息指示此问题。 But anyway, thanks for the comments, they were useful too! 但是无论如何,感谢您的评论,它们也很有用! bye... 再见...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM