简体   繁体   English

无法在WAMP中设置Neo4jPHP

[英]Unable to setup Neo4jPHP in WAMP

I tried to setup Neo4jPHP in WAMP. 我试图在WAMP中设置Neo4jPHP。 I am getting error when I run the index.php file. 运行index.php file.时出现错误index.php file. I have uploaded the files for reference @ http://ilovec.in/neo4jphp/ and the file names are 我已上传文件以供参考@ http://ilovec.in/neo4jphp/ ,文件名是

Setup directory structure : dirtree.xml
index.php file as text : index.php.txt
error output : output.html

Please help me out. 请帮帮我。

As your error "cUrl extension not enabled/installed" states, you have not installed or activated the curl extension. 由于出现错误“未启用/安装cUrl扩展名”,因此您尚未安装或激活curl扩展名。

Check your php.ini and search for 检查您的php.ini并搜索

;extension=php_curl.dll

and remove the ; 并删除;

extension=php_curl.dll

Then restart your http server. 然后重新启动您的http服务器。

If you don't have such an entry, either enter it manually (maybe works if extension is installed) or install it (depending on your host, is it windows/linux?) 如果您没有这样的条目,请手动输入(如果安装了扩展名,则可以使用)或安装(取决于您的主机,它是Windows / linux吗?)

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

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