Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Bagisto 2.2.4 | Homepage not working

    Installing Bagisto
    2
    2
    1309
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      alex32 last edited by

      I've installed Bagisto via Composer and with the Zip file.
      I get the same problem when I try to access the homepage (attached).

      The tables are saved in the database and there are no errors during the installation, but the homepage doesn't show up.
      There is no log file under /storage/logs

      Please help, thanks

      alt text
      alt text

      1 Reply Last reply Reply Quote 0
      • 0
        01aviral-webkul last edited by

        @alex32 said in Bagisto 2.2.4 | Homepage not working:

        I've installed Bagisto via Composer and with the Zip file.
        I get the same problem when I try to access the homepage (attached).
        The tables are saved in the database and there are no errors during the installation, but the homepage doesn't show up.
        There is no log file under /storage/logs

        Hello

        Thanks for the details.

        Since the installation completes successfully and the database tables are created, the issue is likely occurring when the application tries to render the homepage.

        Could you please share the following?

        • The exact error message or a screenshot of the page you're seeing.
        • The output of php artisan about.
        • Your PHP and Laravel versions.
        • The contents of your .env file (please hide any sensitive values such as passwords and API keys).

        Also, if there is no log file under storage/logs, please make sure the storage and bootstrap/cache directories are writable, then run:

        php artisan optimize:clear
        php artisan config:clear
        php artisan cache:clear
        

        After that, try accessing the homepage again and let us know if any log file is generated or if the error changes.

        Thanks
        Aviral

        1 Reply Last reply Reply Quote 0
        • First post
          Last post