cachethq / cachet

🚦 The open-source status page system.
https://cachethq.io
MIT License
13.79k stars 1.55k forks source link

404 not found /index.php/setup/step1 - all.js #3443

Closed auth1299 closed 5 years ago

auth1299 commented 5 years ago

I can get to the /index.php/setup page but when I try to configure and click NEXT, I get a 404 error trying to go to step1. I'm using cachet 2.4-dev on windows 2016 using IIS. I have the rewrite module installed.

PHP Version PHP 7.1.10 (cli) (built: Sep 26 2017 20:03:48) ( NTS MSVC14 (Visual C++ 2015) x64 )

I tried this on chrome and on a separate computer using firefox, I get the exact same result on both.

capture

auth1299 commented 5 years ago

APP_ENV=production APP_DEBUG=false APP_URL=http://status.testurl.net APP_TIMEZONE=UTC APP_KEY=base64:*** DEBUGBAR_ENABLED=false

DB_DRIVER=mysql DB_HOST=127.0.0.1 DB_UNIX_SOCKET=null DB_DATABASE=cachet DB_USERNAME=cachet DB_PASSWORD=32894623234HJF DB_PORT=3306 DB_PREFIX=

CACHE_DRIVER=database SESSION_DRIVER=database QUEUE_DRIVER=database

CACHET_BEACON=false CACHET_EMOJI=false CACHET_AUTO_TWITTER=false

MAIL_DRIVER=mail MAIL_HOST=127.0.0.1 MAIL_PORT=25 MAIL_USERNAME= MAIL_PASSWORD= MAIL_ADDRESS=no-reply@testurl.net MAIL_NAME= MAIL_ENCRYPTION=

REDIS_HOST=null REDIS_DATABASE=null REDIS_PORT=null

GITHUB_TOKEN=null

NEXMO_KEY=null NEXMO_SECRET=null NEXMO_SMS_FROM=Cachet

TRUSTED_PROXIES=

auth1299 commented 5 years ago

Developer tools shows this:

capture

jbrooksuk commented 5 years ago

You shouldn’t need the index.php

Try following the guide at https://docs.cachethq.io/docs/installing-cachet-on-windows

auth1299 commented 5 years ago

Hi, You do need the index.php in the url. I went over the windows installation instructions several times. You are missing the storage folder permissions on this page by the way. I've done it all. Looks like a bug in the all.js file possibly.  Shaun

Sent from Yahoo Mail on Android

On Fri, Feb 1, 2019 at 2:35 AM, James Brooksnotifications@github.com wrote:
You shouldn’t need the index.php

Try following the guide at https://docs.cachethq.io/docs/installing-cachet-on-windows

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

jbrooksuk commented 5 years ago

@TheoBearman đź‘‹ Are you able to help out above?

auth1299 commented 5 years ago

I get a 404 if I take out the index.php.

auth1299 commented 5 years ago

Could the issue be a IIS mod re-write issue on windows?

auth1299 commented 5 years ago

You shouldn’t need the index.php

Try following the guide at https://docs.cachethq.io/docs/installing-cachet-on-windows

Removing the index.php gives me a 404