I know that I have to change the php.ini file, but cant get it work, because I dont know where is it :/ even I connect as Root into SFTP no luck
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
You should check is Dolphin PHP 5.3 compatible, because if this doesn’t work out of box, there is high probability that other stuff will not work either.
connect via ssh to get a command prompt and run <br> <br>find /etc -name php.ini <br> <br>depending on distro and what packages are installed, there might be multiple php.ini files <br> <br>search for short_open_tag <br>it’s probably in the file somewhere commented out, and do the necessary.