Symlink is not working in my local machine(符号链接在我的本地机器上不起作用)
问题描述
我在 Windows 7 机器上使用 Xampp 设置.我正在尝试在 Drupal 7 中配置子文件夹模块.但它说无法创建符号链接,错误代码(1314)"错误阻止我正确配置模块.并且子文件夹模块功能未按预期工作.
I'm using Xampp setup in Windows 7 machine. I am trying to configure sub-folder module in Drupal 7. But it says "Cannot create symlink, error code(1314)" error which stops me in configuring the module properly. And subfolder module functionality is not working as expected.
推荐答案
这是一条 Windows 错误消息,表明当前用户没有创建符号链接的权限.默认情况下,此权限仅授予管理员.您可以选择以管理员身份运行(这对于正常的日常使用来说当然是有风险的)或明确为运行此进程的用户启用特权.
This is a Windows error message indicating that the current user does not have permission to create symbolic links. By default, this privilege is granted to administrators only. Your options for fixing this are either to run as administrator (which of course is risky for normal day-to-day use) or explicitly enable the privilege for the user running this process.
此问题已接受的答案描述了为特定用户启用权限的分步详细信息:
This question's accepted answer describes the step-by-step details for enabling the privilege for a specific user:
https://superuser.com/questions/124679/how-do-i-create-a-link-in-windows-7-home-premium-as-a-regular-user
这篇关于符号链接在我的本地机器上不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:符号链接在我的本地机器上不起作用
基础教程推荐
- phpmyadmin 错误“#1062 - 密钥 1 的重复条目‘1’" 2022-01-01
- PHP 守护进程/worker 环境 2022-01-01
- 如何在 XAMPP 上启用 mysqli? 2021-01-01
- 在 CakePHP 2.0 中使用 Html Helper 时未定义的变量 2021-01-01
- 使用 PDO 转义列名 2021-01-01
- HTTP 与 FTP 上传 2021-01-01
- 找不到类“AppHttpControllersDB",我也无法使用新模型 2022-01-01
- Doctrine 2 - 在多对多关系中记录更改 2022-01-01
- 如何在 Symfony 和 Doctrine 中实现多对多和一对多? 2022-01-01
- 在 yii2 中迁移时出现异常“找不到驱动程序" 2022-01-01