简体   繁体   中英

Sentrifugo, 500 HTTP Error

I have installed the latest version of Sentrifugo on AWS ( EC2 ) - Ubuntu 16.4

Some of the Add and edit pages are returning 500 error. Where can I see logs?

For example . .../sentrifugo/index.php/wizard/configuresite comes back 500 error or .../sentrifugo/index.php/countries/edit

I have searched a lot, I can't find any straight answer or anything that can be any help.

Thank you in advanced.

It was the PHP version error. Install PHP 5 and you will be fine. The documentation says PHP 5+, it is incorrect.

Thanks

In my case it was a missing php module. iconv was missing on the server. I installed it with,

yum install ea-php56-php-iconv

Please note that it was a cpanel server. So this might not work for everyone

Source: Sentrifugo 500 HTTP Error

Check directory permission of your project make it 655 on Apache. I did the same and issue got resolved.

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