Generic http 500 error

https://oracranus.cf/test/
Doesn’t enjoy working
Checked cpanel error logs - Nothing
Installed with softaculous

:disappointed:

Hello, the best thing to do is to check your PHP error log. I suspect you don’t have PHP’s gettext extension installed, but there are plenty of other possible culprits as well. Good luck, and let us know how you get on. Ross.

I literally installed every single PHP extension I could?

[Thu Jun 07 23:19:11.308619 2018] [cgi:error] [pid 3077583] [client 52.89.222.38:55362] AH02812: attempt to invoke directory as script: /home/oracranus/public_html/cgi-bin/
[Thu Jun 07 22:51:03.899652 2018] [cgi:error] [pid 3074794] [client 34.211.232.199:54084] AH02812: attempt to invoke directory as script: /home/oracranus/public_html/cgi-bin/
[Thu Jun 07 22:50:22.159626 2018] [cgi:error] [pid 3074183] [client 18.237.101.149:54542] AH02812: attempt to invoke directory as script: /home/oracranus/public_html/cgi-bin/
[Thu Jun 07 22:50:18.296380 2018] [cgi:error] [pid 3073150] [client 52.37.207.28:50081] AH02812: attempt to invoke directory as script: /home/oracranus/public_html/cgi-bin/
[Thu Jun 07 22:49:50.056588 2018] [cgi:error] [pid 3072409] [client 34.217.178.125:51059] AH02812: attempt to invoke directory as script: /home/oracranus/public_html/cgi-bin/

that’s the php errors

this is the gibbon errors
[08-Jun-2018 09:05:19 America/New_York] PHP Fatal error: Call to undefined function Gibbon\bindtextdomain() in /home/oracranus/public_html/test/src/Gibbon/locale.php on line 94
[08-Jun-2018 18:17:07 America/New_York] PHP Fatal error: Call to undefined function Gibbon\bindtextdomain() in /home/oracranus/public_html/test/src/Gibbon/locale.php on line 94
[08-Jun-2018 18:42:53 America/New_York] PHP Fatal error: Call to undefined function Gibbon\bindtextdomain() in /home/oracranus/public_html/test/src/Gibbon/locale.php on line 94

I installed gettext via PEAR

No matter what I try, it isn’t working!

My host also installed it

Is there a method to just not use get-text.

Hello. gettext is a must, as all interface strings are parse through it. I’d speak to your host and ask them about the " Call to undefined function Gibbon\bindtextdomain()" error, which is to do with gettext. Something is clearly not working right on the server side.

You are using PHP 5.6, which is a supported version, so this should not be the issue. You could, however, always try and switch to PHP 7.x to see if that changes things.

Changed to php 7, works like a charm!