简体   繁体   中英

Having an issue while installing Kayako Fusion

I am installing Kayako Fusion and get this error:

Reason: Magic quotes is enabled in the php.ini configuration file. Please change magic_quotes_gpc to Off

Unfortunately, Kayako cannot be installed. Either an error has occurred or your web server doesn't meet the minimum system requirements. 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. I am on Shared Hosting.

You can disable magic quotes via .htaccess file

In the webroot of your Kayako install create a .htaccess file

paste in the following:

php_flag magic_quotes_gpc Off 

Sounds like something is overriding whatever customisations you are making to your 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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