Preview/view not working
-
Hi,
I’ve installed the latest WP revision manually at my Fedora 35 (LAMP), mostly using these hints:
https://sysguides.com/install-wordpress-on-fedora/I’ve had Apache, PHP and MariaDB installed already as I develop webpages from the scratch, so my local server is quite fine. It is a localhost, no virtual hosts etc – everything for offline web dev is working (obviously with online out connections).
Now, I’ve installed WP in:
/var/www/html/<some_webpage>/
directory, so /wp-admin, /wp-content, /wp-includes etc all are directly there. Installation itself was quick, with no errors.My issue is, when I choose “Posts” or “Pages” from left-hand side menu, and click “view” or “preview” in main pane under any of these posts or pages, blank webpage shows up and browser tab reloads it in a loop.
I’ve tried to investigate which element causes this issue and it looks like it’s a:
/wp-includes/template-loader.php
with specific line:
do_action (‘template_redirect’);Because I don’t know anything about WP – it’s why I’ve installed it to learn – I’d like to ask you what might be an issue here ?
All files/dirctories are recursively 755 with “apache” owner, so that’s not an issue. I’ve got no plugins installed (however elementor installed by curiosity doesn’t want to make preview as well), theme is 22 by default, I’ve got no templates (however Starter Templates plugin will not change anything).Any clues, please ?
Thank you in advance.
The topic ‘Preview/view not working’ is closed to new replies.