I’ve got a task to put a website written in php 5.6 on a server. I used Centos 7, Apache and Mariadb. The site displays correctly but one of the pages shows only half way through no matter what I try.
So, the same page exists in a different language: the exact same code, the exact same css and js files are imported and apache shows exact same warnings about a few unidentified variables – but it shows that on every single working page because of the old php 5.6 and 5.5 functions (my guess).
Has anyone experienced anything similar?
Do I need a different server or additional php libraries?
I followed this guide https://computingforgeeks.com/how-to-install-php-on-centos-fedora/ for installing old php.
It is a bit vague, but I have to start from somewhere.
Thank you!