rick Posted October 6, 2020 Posted October 6, 2020 (edited) I upgraded my ubuntu version to 20.04, which install php7.4. I have php parsing other files such as a phpinfo file, but when I try to access the processwire admin, I get the index.php text dump. The front-end appears to display correctly. Any ideas what I am overlooking? Thanks in advance! Edited October 6, 2020 by rick solved
teppo Posted October 6, 2020 Posted October 6, 2020 Stabbing in the dark: perhaps your htaccess is not working quite as expected, or you're missing some module(s) from PHP? Although if your entire front-end works as expected, this seems a little weird. Admin and front-end both go through the same index.php file after all. Either way it's very likely a PHP / server configuration issue. If that's the case, a quick search on Google for something like "php files show up as text" will give you a ton of stuff to try ?
rick Posted October 6, 2020 Author Posted October 6, 2020 I didn't actually find a solution to the issue of the admin displaying text while the front-end displayed correct data. I've never seen that before. So I uninstalled php and reinstalled php and now the backend works. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now