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
这篇关于符号链接在我的本地机器上不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:符号链接在我的本地机器上不起作用
基础教程推荐
- YouTube API v3 点赞视频,但计数器不增加 2022-01-01
- 如何替换eregi() 2022-01-01
- Cron Jobs 调用带有变量的 PHP 脚本 2022-01-01
- 有什么方法可以用编码 UTF-8 而不是 Unicode 返回 PHP`json_encode`? 2021-01-01
- 如何在 Laravel 5.3 注册中添加动态下拉列表列? 2021-01-01
- PHP PDO MySQL 查询 LIKE ->多个关键词 2021-01-01
- PHP 类:全局变量作为类中的属性 2021-01-01
- 如何在 Laravel 中使用 React Router? 2022-01-01
- 学说 dbal querybuilder 作为准备好的语句 2022-01-01
- 在PHP中根据W3C规范Unicode 2022-01-01
