mm54321's avatar

Lumen Page Showing up Blank

Hey everyone. I have a site that is using lumens. I have a problem but the developer is not replying to emails and I don’t really don’t know what I am doing with it.

The problem I am having is I have a contact form on the page that normally works fine but is suddenly just showing a blank white page. I edit this page by editing the following file: lumen-pgp/resources/views/forms/contact.blade.php

For whatever reason now when I visit my contact.html it is not drawing on this file. Any ideas on how to fix this? I have tried rebooting the server. Don’t know much about code but can edit it if given specific instruction. Thanks in advance for any help!

0 likes
2 replies
EmilMoe's avatar

Thanks to Laracasts it keeps failing when I try to post..!

Sorry but I don't have time to rewrite all I wrote, but here are the essentials:

# Group Writable (Group, User Writable)
sudo chmod -R gu+w storage bootstrap/cache

# World-writable (Group, User, Other Writable)
sudo chmod -R guo+w storage bootstrap/cache
mm54321's avatar

Thank you for your reply. The cache folder did not exist so I created it and ran the command but no change...

Please or to participate in this conversation.