简体   繁体   English

安装Kayako Fusion时遇到问题

[英]Having an issue while installing Kayako Fusion

I am installing Kayako Fusion and get this error: 我正在安装Kayako Fusion并收到此错误:

Reason: Magic quotes is enabled in the php.ini configuration file. 原因:在php.ini配置文件中启用了魔术引号。 Please change magic_quotes_gpc to Off 请将magic_quotes_gpc更改为“关”

Unfortunately, Kayako cannot be installed. 不幸的是,无法安装Kayako。 Either an error has occurred or your web server doesn't meet the minimum system requirements. 发生错误或者您的Web服务器不满足最低系统要求。 Please review any errors shown above and retry the setup process after those items have been resolved 请检查上面显示的所有错误,并在解决这些问题后重试设置过程

I have tried php.ini file also but its not working. 我也尝试了php.ini文件,但无法正常工作。 I am on Shared Hosting. 我正在共享主机上。

You can disable magic quotes via .htaccess file 您可以通过.htaccess文件禁用魔术引号

In the webroot of your Kayako install create a .htaccess file 在您的Kayako安装程序的webroot中,创建一个.htaccess文件

paste in the following: 粘贴以下内容:

php_flag magic_quotes_gpc Off 

Sounds like something is overriding whatever customisations you are making to your php.ini. 听起来有些事情要压倒您对php.ini进行的任何自定义。 I think this is a question for your shared hosting provider: "How can I disable magic quotes for my hosting account?" 我认为这是您的共享托管服务提供商的一个问题:“如何禁用托管帐户的魔术引号?”

Hope this helps. 希望这可以帮助。

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

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