Page 1 of 1

Installation Problem, Nginx+Magento, (Blank Setup Page)

Posted: Sun Jul 03, 2016 1:18 pm
by quantumnube
Anyone working with Nginx 1.11 + Magento 2 from wtriple, or recognize what might be going wrong with the install?

I am trying to decide between apache and nginx for use with Magento2.

I believe I followed the 'how to' instructions for windows 7 from wtriple to the letter [except I put it in Magento2 directory instead of Mymage].

Here: https://wtserver.wtriple.com/howtoMagento.php

The server seems to come up fine, php, and everything seems to work ok otherwise, but when I browse to "http://localhost/magento2/setup/", the magento setup page it comes up blank and the following error:

1)
127.0.0.1 - - [01/Jul/2016:14:45:15 -0600] "POST /magento2/setup/index.php/session/prolong HTTP/1.1" 404 162 "http://localhost/magento2/setup/"

"c:/wtserver/www/magento2/setup/index.php/session/prolong" failed (3: The system cannot find the path specified), client: 127.0.0.1, server: localhost, request: "POST /magento2/setup/index.php/session/prolong HTTP/1.1", host: "localhost", referrer: "http://localhost/magento2/setup/"

---------------

Another error that I get is an sql error after shutting down the server in the prescribed manner and bringing it back up.

2)
2016-07-01 14:43:20 3516 [Note] InnoDB: Dumping buffer pool(s) not yet started
2016-07-01 14:43:20 2892 [Note] Plugin 'FEEDBACK' is disabled.
2016-07-01 14:43:20 2892 [Note] Recovering after a crash using wt-nmp-bin
2016-07-01 14:43:20 2892 [Note] Starting crash recovery...
2016-07-01 14:43:20 2892 [Note] Crash recovery finished.
2016-07-01 14:43:20 2892 [Note] Server socket created on IP: '127.0.0.1'.
2016-07-01 14:43:20 2892 [Note] c:\wtserver\bin\mysql\bin\mysqld.exe: ready for connections.

-------------

Could problem '1)' be a rewrite problem? I copied what I believe is the apache rewrite equivalent to the conf file, and localhost works otherwise. The path and index files both exist.

He did mention in the instructions something about unchecking apache rewrites, but does not explain it or give an example (almost looks like a typo) so I have no idea where to begin to fix this and have been struggling for some time now reading and trying guesses but no luck. (spinning my wheels so almost ready to put apache back on)

Problem 2) Is more of a curiosity compared to problem 1, but thought I'd mention it anyway just in case, but I dont think that is preventing Magento from taking off?

I am able to get Magento up using the wamp install but not with the Nginx install.

It would rock if anyone out here is familar with this or dealt with it or have suggestions how to get Magento to come up in Nginx.