joe72joe Posted October 3, 2017 Share Posted October 3, 2017 A greeting to the community, I have a very weird behavior regarding ProcessWire. Probably it is because of my very basic knowledge in PHP. I am currently trying to transfer an HTML template to ProcessWire. So far this works well. For example: in the admin, I set a new field, assign it to the template and enter the field name in the home.php at the relevant place. I see in the frontend the text, which I entered in the backend. Now the strange thing. When I logout of the backend and reload the frontend the fields are no longer displayed or rendered !! When I login and update the Frontend the Fields are again displayed ... Coud it be that some File Permission aren't be set correctly during installation, although I didn't get error messages The system runs at 1und1, ProcessWire 3.0.62. The File-Permission from config.php in site/templates is set to 440 Does anyone know this behavior. Many thanks in advance Link to comment Share on other sites More sharing options...
abdus Posted October 3, 2017 Share Posted October 3, 2017 When you logout, if you get 404, set the page published. If you get the page but some parts are missing, then you probably misconfigured field access settings, allow guests to view the field. 2 1 Link to comment Share on other sites More sharing options...
joe72joe Posted October 3, 2017 Author Share Posted October 3, 2017 woah, that was the error ... after allowing the guest to see the field it works. I am impressed. Thanks abdus for the quick help Link to comment Share on other sites More sharing options...
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