We’re currently experiencing a high volume of inquiries and our response time could be up to 2 days. We apologize for the delay, and thank you for your patience. Our available time: 2 AM - 1 PM (Monday - Friday) (UTC+0 Timezone).

Okay
  Public Ticket #2637313
Admin pages return error
Closed

Comments

  •  1
    Siyavash98 started the conversation

    Hi, 

    going to any of the admin pages returns the following error. The website works fine and I can login with the super user I have created (If i login and then go to the root website then I can see the super user being logged in)

    I have followed your docs and tried it with both sample data and new database. 

    https://docs.botble.com/hasa/1.x#installation



    file_put_contents(/opt/bitnami/projects/xx/storage/framework/cache/data/74/3e/743ebf419f7ec60021ea4e96df1e5246ad3740d3): failed to open stream: No such file or directory (View: /opt/bitnami/projects/xx/platform/core/base/resources/views/layouts/partials/top-menu.blade.php)

  •  2,537
    Support replied

    Hi,

    That the file permissions issue, you need to make folder storage/framework writable.

  •  1
    Siyavash98 replied

    Thank you for your help that fixed it. In case anyone has the same issue this is what I had to do in bitnami 

    sudo chown daemon:daemon -R /storage


  •  2,537
    Support replied

    Thanks!