PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Unsolved

Error installing Chatter nginx + linux + sharedhosting

subash-khati

Jul 19th, 2017 06:23 AM

I firstly installed Chatter on my local server and while migrating the files to my hosting, its shows 500 internal server error.

If anyone could help me with installations. I am using nginx, linux

Thanks.

devdojo

Jul 19th, 2017 12:26 PM

Hey Subash,

Glad to hear you're using the chatter package. The 500 error could be multiple things. Did you make sure that your storage directory is writable:

chmod -R 775 storage

Additionally, you are pointing the website to the public folder, correct? Lastly to try and troubleshoot can you try placing a file like test.php with the following output:

<?php echo 'Able to hit this file'; ?>

And see if you can visit, yoursite.com/test.php

Keep me posted :)

Thanks.