Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Installation #1319

Closed
acidconfusion opened this issue Jan 2, 2016 · 37 comments
Closed

Windows Installation #1319

acidconfusion opened this issue Jan 2, 2016 · 37 comments
Milestone

Comments

@acidconfusion
Copy link

I'm trying to install Cachet on a Windows Server 2012 R2 VM on a WAMP stack.
Apache 2.4.18
PHP 5.5.30
MySQL 5.7.10
Cachet v2.0.4
I was able to go through the writeup https://docs.cachethq.io/docs/installing-cachet-on-windows and got everything setup to the point where I need to do the initial site setup on the cachet page itself.
Unforunately the page looks like this:
image

php extensions and apache modules are all the same as in the writeup, also the php artisan migrate and key commands were successful.
Any clues what went wrong?

@GrahamCampbell
Copy link
Contributor

Is the server running over https?

@acidconfusion
Copy link
Author

@GrahamCampbell no it is still running via http
seems like i forgot to install nodejs, bower and gulp.. after getting that sortet out i get this now:
image

@GrahamCampbell
Copy link
Contributor

seems like i forgot to install nodejs, bower and gulp.. after getting that sortet out i get this now:

You don'y need those.

@GrahamCampbell
Copy link
Contributor

We compile assets for you.

@GrahamCampbell
Copy link
Contributor

That error code is meaningless to us. It allows you to look in your own logs and identify the correct entry. If you refresh the page, you'll get a different code. We just randomly generate them.

@GrahamCampbell
Copy link
Contributor

Wait, you said windows... Did you run the composer scripts?

@GrahamCampbell
Copy link
Contributor

Installing with --no-scripts is not sufficient.

@acidconfusion
Copy link
Author

Running composer without --no-scripts gives me following error
[Runtime Exception]
Error Output: 'rm' is not a recognized as an internal or external command,
operable program or batch file.
because of
"pre-install-cmd": [
"rm -f compiled.php config.php routes.php services.json"
],

@GrahamCampbell
Copy link
Contributor

Running composer without --no-scripts gives me following error

I know it will. That's why I said it. You need to manually run do what the scripts would have otherwise done on windows.

@acidconfusion
Copy link
Author

So i need to run
php artisan optimize --force
php artisan config:cache
php artisan route:cache

chmod -R 755 storage?? Don't know how I would do this on windows

@GrahamCampbell
Copy link
Contributor

chmod -R 755 storage?? Don't know how I would do this on windows

That shouldn't be needed. As long as your webserver can read and write to the storage folder, it's fine.

@GrahamCampbell
Copy link
Contributor

So i need to run

You need to first copy the .env file.

@acidconfusion
Copy link
Author

I already created that in a previous step. That's how the .env file looks

APP_ENV=production
APP_DEBUG=false
APP_URL=http://cachet/
APP_KEY=mxWKbSfJ4SKt64G0ShDp2duunrNFQR4C

DB_DRIVER=mysql
DB_HOST=localhost
DB_DATABASE=cachet
DB_USERNAME=root
DB_PASSWORD=XXX

CACHE_DRIVER=apc
SESSION_DRIVER=apc
QUEUE_DRIVER=sync
CACHET_EMOJI=false

MAIL_DRIVER=smtp
MAIL_HOST=XXX
MAIL_PORT=587
MAIL_USERNAME=nick@XXX
MAIL_PASSWORD=XXX
MAIL_ADDRESS=status@XXX
MAIL_NAME=System Status
MAIL_ENCRYPTION=tls

REDIS_HOST=null
REDIS_DATABASE=null
REDIS_PORT=null

GITHUB_TOKEN=null

@acidconfusion
Copy link
Author

Also laravel log:
[2016-01-03 00:02:32] production.ERROR: exception 'InvalidArgumentException' with message 'File dist/css/all.css not defined in asset manifest.' in C:\Apache24\htdocs\vendor\laravel\framework\src\Illuminate\Foundation\helpers.php:287
Stack trace:
#0 C:\Apache24\htdocs\storage\framework\views\a2716b4b24d094493a3383adbe351927(24): elixir('dist/css/all.cs...')
#1 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14629): include('C:\Apache24\htd...')
#2 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14665): Illuminate\View\Engines\PhpEngine->evaluatePath('C:\Apache24\htd...', Array)
#3 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14498): Illuminate\View\Engines\CompilerEngine->get('C:\Apache24\htd...', Array)
#4 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14486): Illuminate\View\View->getContents()
#5 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14477): Illuminate\View\View->renderContents()
#6 C:\Apache24\htdocs\storage\framework\views\96548431c10fec8dbe85b2e85df2ea94(3): Illuminate\View\View->render()
#7 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14629): include('C:\Apache24\htd...')
#8 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14665): Illuminate\View\Engines\PhpEngine->evaluatePath('C:\Apache24\htd...', Array)
#9 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14498): Illuminate\View\Engines\CompilerEngine->get('C:\Apache24\htd...', Array)
#10 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14486): Illuminate\View\View->getContents()
#11 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14477): Illuminate\View\View->renderContents()
#12 C:\Apache24\htdocs\storage\framework\views\90c2cb2e9ecd3a788d38b5fc1b6bcf80(195): Illuminate\View\View->render()
#13 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14629): include('C:\Apache24\htd...')
#14 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14665): Illuminate\View\Engines\PhpEngine->evaluatePath('C:\Apache24\htd...', Array)
#15 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14498): Illuminate\View\Engines\CompilerEngine->get('C:\Apache24\htd...', Array)
#16 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14486): Illuminate\View\View->getContents()
#17 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14477): Illuminate\View\View->renderContents()
#18 C:\Apache24\htdocs\bootstrap\cache\compiled.php(15626): Illuminate\View\View->render()
#19 C:\Apache24\htdocs\bootstrap\cache\compiled.php(15141): Illuminate\Http\Response->setContent(Object(Illuminate\View\View))
#20 C:\Apache24\htdocs\bootstrap\cache\compiled.php(7695): Symfony\Component\HttpFoundation\Response->__construct(Object(Illuminate\View\View))
#21 C:\Apache24\htdocs\bootstrap\cache\compiled.php(8922): Illuminate\Routing\Router->prepareResponse(Object(Illuminate\Http\Request), Object(Illuminate\View\View))
#22 [internal function]: Illuminate\Routing\ControllerDispatcher->Illuminate\Routing{closure}(Object(Illuminate\Http\Request))
#23 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9592): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#24 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#25 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9574): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#26 C:\Apache24\htdocs\bootstrap\cache\compiled.php(8923): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#27 C:\Apache24\htdocs\bootstrap\cache\compiled.php(8908): Illuminate\Routing\ControllerDispatcher->callWithinStack(Object(CachetHQ\Cachet\Http\Controllers\SetupController), Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request), 'getIndex')
#28 C:\Apache24\htdocs\bootstrap\cache\compiled.php(7862): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request), 'CachetHQ\Cachet...', 'getIndex')
#29 C:\Apache24\htdocs\bootstrap\cache\compiled.php(7833): Illuminate\Routing\Route->runWithCustomDispatcher(Object(Illuminate\Http\Request))
#30 C:\Apache24\htdocs\bootstrap\cache\compiled.php(7486): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request))
#31 [internal function]: Illuminate\Routing\Router->Illuminate\Routing{closure}(Object(Illuminate\Http\Request))
#32 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9592): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#33 C:\Apache24\htdocs\app\Http\Middleware\AppIsSetup.php(37): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#34 [internal function]: CachetHQ\Cachet\Http\Middleware\AppIsSetup->handle(Object(Illuminate\Http\Request), Object(Closure))
#35 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9584): call_user_func_array(Array, Array)
#36 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#37 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9574): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#38 C:\Apache24\htdocs\bootstrap\cache\compiled.php(7487): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#39 C:\Apache24\htdocs\bootstrap\cache\compiled.php(7475): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request))
#40 C:\Apache24\htdocs\bootstrap\cache\compiled.php(7460): Illuminate\Routing\Router->dispatchToRoute(Object(Illuminate\Http\Request))
#41 C:\Apache24\htdocs\bootstrap\cache\compiled.php(2307): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request))
#42 [internal function]: Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http{closure}(Object(Illuminate\Http\Request))
#43 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9592): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#44 C:\Apache24\htdocs\bootstrap\cache\compiled.php(12952): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#45 [internal function]: Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(Illuminate\Http\Request), Object(Closure))
#46 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9584): call_user_func_array(Array, Array)
#47 C:\Apache24\htdocs\bootstrap\cache\compiled.php(11549): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#48 [internal function]: Illuminate\Session\Middleware\StartSession->handle(Object(Illuminate\Http\Request), Object(Closure))
#49 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9584): call_user_func_array(Array, Array)
#50 C:\Apache24\htdocs\bootstrap\cache\compiled.php(12689): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#51 [internal function]: Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(Illuminate\Http\Request), Object(Closure))
#52 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9584): call_user_func_array(Array, Array)
#53 C:\Apache24\htdocs\bootstrap\cache\compiled.php(12626): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#54 [internal function]: Illuminate\Cookie\Middleware\EncryptCookies->handle(Object(Illuminate\Http\Request), Object(Closure))
#55 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9584): call_user_func_array(Array, Array)
#56 C:\Apache24\htdocs\bootstrap\cache\compiled.php(2982): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#57 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure))
#58 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9584): call_user_func_array(Array, Array)
#59 C:\Apache24\htdocs\vendor\fideloper\proxy\src\TrustProxies.php(47): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#60 [internal function]: Fideloper\Proxy\TrustProxies->handle(Object(Illuminate\Http\Request), Object(Closure))
#61 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9584): call_user_func_array(Array, Array)
#62 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#63 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9574): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#64 C:\Apache24\htdocs\bootstrap\cache\compiled.php(2254): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#65 C:\Apache24\htdocs\bootstrap\cache\compiled.php(2237): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request))
#66 C:\Apache24\htdocs\public\index.php(54): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request))
#67 C:\Apache24\htdocs\server.php(18): require_once('C:\Apache24\htd...')
#68 {main}

Next exception 'ErrorException' with message 'File dist/css/all.css not defined in asset manifest. (View: C:\Apache24\htdocs\resources\views\dashboard\partials\head.blade.php)' in C:\Apache24\htdocs\vendor\laravel\framework\src\Illuminate\Foundation\helpers.php:287
Stack trace:
#0 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14631): Illuminate\View\Engines\CompilerEngine->handleViewException(Object(InvalidArgumentException), 1)
#1 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14665): Illuminate\View\Engines\PhpEngine->evaluatePath('C:\Apache24\htd...', Array)
#2 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14498): Illuminate\View\Engines\CompilerEngine->get('C:\Apache24\htd...', Array)
#3 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14486): Illuminate\View\View->getContents()
#4 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14477): Illuminate\View\View->renderContents()
#5 C:\Apache24\htdocs\storage\framework\views\96548431c10fec8dbe85b2e85df2ea94(3): Illuminate\View\View->render()
#6 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14629): include('C:\Apache24\htd...')
#7 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14665): Illuminate\View\Engines\PhpEngine->evaluatePath('C:\Apache24\htd...', Array)
#8 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14498): Illuminate\View\Engines\CompilerEngine->get('C:\Apache24\htd...', Array)
#9 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14486): Illuminate\View\View->getContents()
#10 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14477): Illuminate\View\View->renderContents()
#11 C:\Apache24\htdocs\storage\framework\views\90c2cb2e9ecd3a788d38b5fc1b6bcf80(195): Illuminate\View\View->render()
#12 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14629): include('C:\Apache24\htd...')
#13 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14665): Illuminate\View\Engines\PhpEngine->evaluatePath('C:\Apache24\htd...', Array)
#14 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14498): Illuminate\View\Engines\CompilerEngine->get('C:\Apache24\htd...', Array)
#15 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14486): Illuminate\View\View->getContents()
#16 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14477): Illuminate\View\View->renderContents()
#17 C:\Apache24\htdocs\bootstrap\cache\compiled.php(15626): Illuminate\View\View->render()
#18 C:\Apache24\htdocs\bootstrap\cache\compiled.php(15141): Illuminate\Http\Response->setContent(Object(Illuminate\View\View))
#19 C:\Apache24\htdocs\bootstrap\cache\compiled.php(7695): Symfony\Component\HttpFoundation\Response->__construct(Object(Illuminate\View\View))
#20 C:\Apache24\htdocs\bootstrap\cache\compiled.php(8922): Illuminate\Routing\Router->prepareResponse(Object(Illuminate\Http\Request), Object(Illuminate\View\View))
#21 [internal function]: Illuminate\Routing\ControllerDispatcher->Illuminate\Routing{closure}(Object(Illuminate\Http\Request))
#22 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9592): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#23 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#24 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9574): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#25 C:\Apache24\htdocs\bootstrap\cache\compiled.php(8923): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#26 C:\Apache24\htdocs\bootstrap\cache\compiled.php(8908): Illuminate\Routing\ControllerDispatcher->callWithinStack(Object(CachetHQ\Cachet\Http\Controllers\SetupController), Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request), 'getIndex')
#27 C:\Apache24\htdocs\bootstrap\cache\compiled.php(7862): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request), 'CachetHQ\Cachet...', 'getIndex')
#28 C:\Apache24\htdocs\bootstrap\cache\compiled.php(7833): Illuminate\Routing\Route->runWithCustomDispatcher(Object(Illuminate\Http\Request))
#29 C:\Apache24\htdocs\bootstrap\cache\compiled.php(7486): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request))
#30 [internal function]: Illuminate\Routing\Router->Illuminate\Routing{closure}(Object(Illuminate\Http\Request))
#31 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9592): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#32 C:\Apache24\htdocs\app\Http\Middleware\AppIsSetup.php(37): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#33 [internal function]: CachetHQ\Cachet\Http\Middleware\AppIsSetup->handle(Object(Illuminate\Http\Request), Object(Closure))
#34 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9584): call_user_func_array(Array, Array)
#35 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#36 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9574): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#37 C:\Apache24\htdocs\bootstrap\cache\compiled.php(7487): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#38 C:\Apache24\htdocs\bootstrap\cache\compiled.php(7475): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request))
#39 C:\Apache24\htdocs\bootstrap\cache\compiled.php(7460): Illuminate\Routing\Router->dispatchToRoute(Object(Illuminate\Http\Request))
#40 C:\Apache24\htdocs\bootstrap\cache\compiled.php(2307): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request))
#41 [internal function]: Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http{closure}(Object(Illuminate\Http\Request))
#42 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9592): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#43 C:\Apache24\htdocs\bootstrap\cache\compiled.php(12952): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#44 [internal function]: Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(Illuminate\Http\Request), Object(Closure))
#45 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9584): call_user_func_array(Array, Array)
#46 C:\Apache24\htdocs\bootstrap\cache\compiled.php(11549): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#47 [internal function]: Illuminate\Session\Middleware\StartSession->handle(Object(Illuminate\Http\Request), Object(Closure))
#48 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9584): call_user_func_array(Array, Array)
#49 C:\Apache24\htdocs\bootstrap\cache\compiled.php(12689): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#50 [internal function]: Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(Illuminate\Http\Request), Object(Closure))
#51 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9584): call_user_func_array(Array, Array)
#52 C:\Apache24\htdocs\bootstrap\cache\compiled.php(12626): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#53 [internal function]: Illuminate\Cookie\Middleware\EncryptCookies->handle(Object(Illuminate\Http\Request), Object(Closure))
#54 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9584): call_user_func_array(Array, Array)
#55 C:\Apache24\htdocs\bootstrap\cache\compiled.php(2982): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#56 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure))
#57 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9584): call_user_func_array(Array, Array)
#58 C:\Apache24\htdocs\vendor\fideloper\proxy\src\TrustProxies.php(47): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#59 [internal function]: Fideloper\Proxy\TrustProxies->handle(Object(Illuminate\Http\Request), Object(Closure))
#60 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9584): call_user_func_array(Array, Array)
#61 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#62 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9574): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#63 C:\Apache24\htdocs\bootstrap\cache\compiled.php(2254): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#64 C:\Apache24\htdocs\bootstrap\cache\compiled.php(2237): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request))
#65 C:\Apache24\htdocs\public\index.php(54): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request))
#66 C:\Apache24\htdocs\server.php(18): require_once('C:\Apache24\htd...')
#67 {main}

Next exception 'ErrorException' with message 'File dist/css/all.css not defined in asset manifest. (View: C:\Apache24\htdocs\resources\views\dashboard\partials\head.blade.php) (View: C:\Apache24\htdocs\resources\views\dashboard\partials\head.blade.php)' in C:\Apache24\htdocs\vendor\laravel\framework\src\Illuminate\Foundation\helpers.php:287
Stack trace:
#0 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14631): Illuminate\View\Engines\CompilerEngine->handleViewException(Object(ErrorException), 1)
#1 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14665): Illuminate\View\Engines\PhpEngine->evaluatePath('C:\Apache24\htd...', Array)
#2 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14498): Illuminate\View\Engines\CompilerEngine->get('C:\Apache24\htd...', Array)
#3 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14486): Illuminate\View\View->getContents()
#4 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14477): Illuminate\View\View->renderContents()
#5 C:\Apache24\htdocs\storage\framework\views\90c2cb2e9ecd3a788d38b5fc1b6bcf80(195): Illuminate\View\View->render()
#6 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14629): include('C:\Apache24\htd...')
#7 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14665): Illuminate\View\Engines\PhpEngine->evaluatePath('C:\Apache24\htd...', Array)
#8 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14498): Illuminate\View\Engines\CompilerEngine->get('C:\Apache24\htd...', Array)
#9 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14486): Illuminate\View\View->getContents()
#10 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14477): Illuminate\View\View->renderContents()
#11 C:\Apache24\htdocs\bootstrap\cache\compiled.php(15626): Illuminate\View\View->render()
#12 C:\Apache24\htdocs\bootstrap\cache\compiled.php(15141): Illuminate\Http\Response->setContent(Object(Illuminate\View\View))
#13 C:\Apache24\htdocs\bootstrap\cache\compiled.php(7695): Symfony\Component\HttpFoundation\Response->__construct(Object(Illuminate\View\View))
#14 C:\Apache24\htdocs\bootstrap\cache\compiled.php(8922): Illuminate\Routing\Router->prepareResponse(Object(Illuminate\Http\Request), Object(Illuminate\View\View))
#15 [internal function]: Illuminate\Routing\ControllerDispatcher->Illuminate\Routing{closure}(Object(Illuminate\Http\Request))
#16 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9592): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#17 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#18 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9574): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#19 C:\Apache24\htdocs\bootstrap\cache\compiled.php(8923): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#20 C:\Apache24\htdocs\bootstrap\cache\compiled.php(8908): Illuminate\Routing\ControllerDispatcher->callWithinStack(Object(CachetHQ\Cachet\Http\Controllers\SetupController), Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request), 'getIndex')
#21 C:\Apache24\htdocs\bootstrap\cache\compiled.php(7862): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request), 'CachetHQ\Cachet...', 'getIndex')
#22 C:\Apache24\htdocs\bootstrap\cache\compiled.php(7833): Illuminate\Routing\Route->runWithCustomDispatcher(Object(Illuminate\Http\Request))
#23 C:\Apache24\htdocs\bootstrap\cache\compiled.php(7486): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request))
#24 [internal function]: Illuminate\Routing\Router->Illuminate\Routing{closure}(Object(Illuminate\Http\Request))
#25 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9592): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#26 C:\Apache24\htdocs\app\Http\Middleware\AppIsSetup.php(37): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#27 [internal function]: CachetHQ\Cachet\Http\Middleware\AppIsSetup->handle(Object(Illuminate\Http\Request), Object(Closure))
#28 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9584): call_user_func_array(Array, Array)
#29 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#30 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9574): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#31 C:\Apache24\htdocs\bootstrap\cache\compiled.php(7487): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#32 C:\Apache24\htdocs\bootstrap\cache\compiled.php(7475): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request))
#33 C:\Apache24\htdocs\bootstrap\cache\compiled.php(7460): Illuminate\Routing\Router->dispatchToRoute(Object(Illuminate\Http\Request))
#34 C:\Apache24\htdocs\bootstrap\cache\compiled.php(2307): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request))
#35 [internal function]: Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http{closure}(Object(Illuminate\Http\Request))
#36 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9592): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#37 C:\Apache24\htdocs\bootstrap\cache\compiled.php(12952): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#38 [internal function]: Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(Illuminate\Http\Request), Object(Closure))
#39 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9584): call_user_func_array(Array, Array)
#40 C:\Apache24\htdocs\bootstrap\cache\compiled.php(11549): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#41 [internal function]: Illuminate\Session\Middleware\StartSession->handle(Object(Illuminate\Http\Request), Object(Closure))
#42 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9584): call_user_func_array(Array, Array)
#43 C:\Apache24\htdocs\bootstrap\cache\compiled.php(12689): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#44 [internal function]: Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(Illuminate\Http\Request), Object(Closure))
#45 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9584): call_user_func_array(Array, Array)
#46 C:\Apache24\htdocs\bootstrap\cache\compiled.php(12626): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#47 [internal function]: Illuminate\Cookie\Middleware\EncryptCookies->handle(Object(Illuminate\Http\Request), Object(Closure))
#48 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9584): call_user_func_array(Array, Array)
#49 C:\Apache24\htdocs\bootstrap\cache\compiled.php(2982): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#50 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure))
#51 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9584): call_user_func_array(Array, Array)
#52 C:\Apache24\htdocs\vendor\fideloper\proxy\src\TrustProxies.php(47): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#53 [internal function]: Fideloper\Proxy\TrustProxies->handle(Object(Illuminate\Http\Request), Object(Closure))
#54 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9584): call_user_func_array(Array, Array)
#55 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#56 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9574): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#57 C:\Apache24\htdocs\bootstrap\cache\compiled.php(2254): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#58 C:\Apache24\htdocs\bootstrap\cache\compiled.php(2237): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request))
#59 C:\Apache24\htdocs\public\index.php(54): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request))
#60 C:\Apache24\htdocs\server.php(18): require_once('C:\Apache24\htd...')
#61 {main}

Next exception 'ErrorException' with message 'File dist/css/all.css not defined in asset manifest. (View: C:\Apache24\htdocs\resources\views\dashboard\partials\head.blade.php) (View: C:\Apache24\htdocs\resources\views\dashboard\partials\head.blade.php) (View: C:\Apache24\htdocs\resources\views\dashboard\partials\head.blade.php)' in C:\Apache24\htdocs\vendor\laravel\framework\src\Illuminate\Foundation\helpers.php:287
Stack trace:
#0 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14631): Illuminate\View\Engines\CompilerEngine->handleViewException(Object(ErrorException), 1)
#1 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14665): Illuminate\View\Engines\PhpEngine->evaluatePath('C:\Apache24\htd...', Array)
#2 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14498): Illuminate\View\Engines\CompilerEngine->get('C:\Apache24\htd...', Array)
#3 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14486): Illuminate\View\View->getContents()
#4 C:\Apache24\htdocs\bootstrap\cache\compiled.php(14477): Illuminate\View\View->renderContents()
#5 C:\Apache24\htdocs\bootstrap\cache\compiled.php(15626): Illuminate\View\View->render()
#6 C:\Apache24\htdocs\bootstrap\cache\compiled.php(15141): Illuminate\Http\Response->setContent(Object(Illuminate\View\View))
#7 C:\Apache24\htdocs\bootstrap\cache\compiled.php(7695): Symfony\Component\HttpFoundation\Response->__construct(Object(Illuminate\View\View))
#8 C:\Apache24\htdocs\bootstrap\cache\compiled.php(8922): Illuminate\Routing\Router->prepareResponse(Object(Illuminate\Http\Request), Object(Illuminate\View\View))
#9 [internal function]: Illuminate\Routing\ControllerDispatcher->Illuminate\Routing{closure}(Object(Illuminate\Http\Request))
#10 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9592): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#11 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#12 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9574): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#13 C:\Apache24\htdocs\bootstrap\cache\compiled.php(8923): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#14 C:\Apache24\htdocs\bootstrap\cache\compiled.php(8908): Illuminate\Routing\ControllerDispatcher->callWithinStack(Object(CachetHQ\Cachet\Http\Controllers\SetupController), Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request), 'getIndex')
#15 C:\Apache24\htdocs\bootstrap\cache\compiled.php(7862): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request), 'CachetHQ\Cachet...', 'getIndex')
#16 C:\Apache24\htdocs\bootstrap\cache\compiled.php(7833): Illuminate\Routing\Route->runWithCustomDispatcher(Object(Illuminate\Http\Request))
#17 C:\Apache24\htdocs\bootstrap\cache\compiled.php(7486): Illuminate\Routing\Route->run(Object(Illuminate\Http\Request))
#18 [internal function]: Illuminate\Routing\Router->Illuminate\Routing{closure}(Object(Illuminate\Http\Request))
#19 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9592): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#20 C:\Apache24\htdocs\app\Http\Middleware\AppIsSetup.php(37): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#21 [internal function]: CachetHQ\Cachet\Http\Middleware\AppIsSetup->handle(Object(Illuminate\Http\Request), Object(Closure))
#22 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9584): call_user_func_array(Array, Array)
#23 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#24 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9574): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#25 C:\Apache24\htdocs\bootstrap\cache\compiled.php(7487): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#26 C:\Apache24\htdocs\bootstrap\cache\compiled.php(7475): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request))
#27 C:\Apache24\htdocs\bootstrap\cache\compiled.php(7460): Illuminate\Routing\Router->dispatchToRoute(Object(Illuminate\Http\Request))
#28 C:\Apache24\htdocs\bootstrap\cache\compiled.php(2307): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request))
#29 [internal function]: Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http{closure}(Object(Illuminate\Http\Request))
#30 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9592): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#31 C:\Apache24\htdocs\bootstrap\cache\compiled.php(12952): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#32 [internal function]: Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(Illuminate\Http\Request), Object(Closure))
#33 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9584): call_user_func_array(Array, Array)
#34 C:\Apache24\htdocs\bootstrap\cache\compiled.php(11549): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#35 [internal function]: Illuminate\Session\Middleware\StartSession->handle(Object(Illuminate\Http\Request), Object(Closure))
#36 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9584): call_user_func_array(Array, Array)
#37 C:\Apache24\htdocs\bootstrap\cache\compiled.php(12689): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#38 [internal function]: Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(Illuminate\Http\Request), Object(Closure))
#39 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9584): call_user_func_array(Array, Array)
#40 C:\Apache24\htdocs\bootstrap\cache\compiled.php(12626): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#41 [internal function]: Illuminate\Cookie\Middleware\EncryptCookies->handle(Object(Illuminate\Http\Request), Object(Closure))
#42 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9584): call_user_func_array(Array, Array)
#43 C:\Apache24\htdocs\bootstrap\cache\compiled.php(2982): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#44 [internal function]: Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure))
#45 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9584): call_user_func_array(Array, Array)
#46 C:\Apache24\htdocs\vendor\fideloper\proxy\src\TrustProxies.php(47): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#47 [internal function]: Fideloper\Proxy\TrustProxies->handle(Object(Illuminate\Http\Request), Object(Closure))
#48 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9584): call_user_func_array(Array, Array)
#49 [internal function]: Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(Illuminate\Http\Request))
#50 C:\Apache24\htdocs\bootstrap\cache\compiled.php(9574): call_user_func(Object(Closure), Object(Illuminate\Http\Request))
#51 C:\Apache24\htdocs\bootstrap\cache\compiled.php(2254): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#52 C:\Apache24\htdocs\bootstrap\cache\compiled.php(2237): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request))
#53 C:\Apache24\htdocs\public\index.php(54): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request))
#54 C:\Apache24\htdocs\server.php(18): require_once('C:\Apache24\htd...')
#55 {main} {"identification":{"id":"f223d929-dca8-4a5e-a535-2bcc6f6022aa"}}

@GrahamCampbell
Copy link
Contributor

MAIL_NAME=System Status

You need double quotes.

@GrahamCampbell
Copy link
Contributor

Otherwise laravel will ignore the value.

@GrahamCampbell
Copy link
Contributor

And all subsequent values in the .env file, actually.

@GrahamCampbell
Copy link
Contributor

[2016-01-03 00:02:32] production.ERROR: exception 'InvalidArgumentException' with message 'File dist/css/all.css not defined in asset manifest.' in

Did you try to run gulp yourself? You may have damaged the files.

@GrahamCampbell
Copy link
Contributor

https://demo.cachethq.io/ runs simply with a .env file defined, and then by running the composer scripts.

@acidconfusion
Copy link
Author

So I cleaned up my htdocs directory and downloaded v2.0.4 again with Git BASH, copied edited the .env.example file and saved it as .env :
APP_ENV=production
APP_DEBUG=false
APP_URL=http://cachet.subzero.net
APP_KEY=WQthWxz7AS8kVnFBUNsODfHTkConmLiS

DB_DRIVER=mysql
DB_HOST=localhost
DB_DATABASE=cachet
DB_USERNAME=root
DB_PASSWORD=rootpasswordhere

CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=database
CACHET_EMOJI=false

MAIL_DRIVER=smtp
MAIL_HOST=mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ADDRESS=null
MAIL_NAME=null
MAIL_ENCRYPTION=tls

REDIS_HOST=null
REDIS_DATABASE=null
REDIS_PORT=null

GITHUB_TOKEN=null

I then ran composer install --no-dev -o --no-scripts followed by manually processing the script with
php artisan optimize --force
php artisan config:cache
php artisan route:cache
php artisan migrate and lastly php artisan key:generate

Still get error 500 on http://cachet/public/

@GrahamCampbell
Copy link
Contributor

DId you run php artisan app:install?

@GrahamCampbell
Copy link
Contributor

http://cachet/public/

We do not support running from the public folder. You must setup the server to use the pulic folder as the root, or, at the least, change APP_URL=http://cachet.subzero.net to APP_URL=http://cachet.subzero.net/public.

@acidconfusion
Copy link
Author

Edited DocumentRoot to the public folder and APP_URL to http://cachet.subzero.net/public, reran all the commands from above.. now I get an error 404 when accessing http://cachet and getting redirected to http://cachet/setup

Sorry I'm not very familliar with running php and web apps in general.. my brain starts to hurt hah

@GrahamCampbell
Copy link
Contributor

http://cachet/setup

That's probably happening because you need to run the config cache command again.

@GrahamCampbell
Copy link
Contributor

If you modify .env, you need to re-cache the config.

@acidconfusion
Copy link
Author

still get the error after php artisan config:cache

@jbrooksuk
Copy link
Member

Ping @TheoBearman. He's your Windows man, if you've not read the Windows installation guide?

Closing this though as it's an environment issue, not a Cachet one 😄

@TheoBearman
Copy link
Contributor

@acidconfusion Please email me at [email protected] with your RDC details if you'd like me to take a look. With your permission, once I have access, I will attempt a fresh install, using the .env variables you have put above (I will need the DB password). I have a stable install of Cachet with the master branch running so I am confident your issue is not a Windows one and simply a matter of installing Cachet correctly.

@acidconfusion
Copy link
Author

@TheoBearman sent you an email, thanks!

@acidconfusion
Copy link
Author

@jbrooksuk unfortunately @TheoBearman wasn't able to help me.. even copying his cachet install and replacing the .env file with mine didn't work. The problem is that accessing cachet/public/setup isn't possible as there's no setup folder inside public.
Any way you could further assist me?

@jbrooksuk
Copy link
Member

Are you missing the mod_rewrite extension?

The problem is that accessing cachet/public/setup isn't possible as there's no setup folder inside public.

Yeah, there are no actual files to access, it's all routed.

@acidconfusion
Copy link
Author

LoadModule rewrite_module modules/mod_rewrite.so is uncommented in httpd.conf so that's not the issue.

@GrahamCampbell GrahamCampbell added this to the V2.1.0 milestone Jan 5, 2016
@Pierre-Lannoy
Copy link

Hi @acidconfusion !
Have you finally figured out how to solve this problem? (I have the same)

@jbrooksuk
Copy link
Member

@TheoBearman are you able to drop any advice here? I know you install on Windows a lot.

@TheoBearman
Copy link
Contributor

@jbrooksuk It must be something to do with certain Apache extensions not being enabled but I wasn't able to isolate it when I took a look at @acidconfusion's install. To be honest, I got so frustrated with Windows I've been on the Linux gravy train for 8 months now!

@yuhao-nyc
Copy link

having the same issue. has anyone had any thoughts on this? @acidconfusion

@skyfox675
Copy link

Bump, same issue as well. I have running versions in Docker and Debian. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants