Zen Cart Logo
Forums / Installing on a Windows Server / Install hangs on Welcome screen

Install hangs on Welcome screen

Locked

Views: 3,256

Results 1 to 13 of 13
This thread is locked. New replies are disabled.
18 Nov 2009, 3:21 AM
#1
bigmike57 avatar

bigmike57

New Zenner

Join Date:
Nov 2009
Location:
New York
Posts:
7
Plugin Contributions:
0

Install hangs on Welcome screen

Hi all, hope someone can help.

Total newbie.
Fresh setup.
local MS Server 2003 SP2 IIS 6.0
PHP 5.2.11
mySQL 5.1.40
ZenCart 1.3.8a

New server (to me), PHP and mySQL freshly installed.
phpinfo() seems to respond appropriately, and I am able to create/query db's through mySQL admin/query tools.

When I start the install, it hangs on the welcome screen.
No errors or messages of any kind. It just sits loading forever.

Had a similar experience trying to install osCommerce. :blush: (I read somewhere that ZC install was less buggy, so here I am.)

Thanks in advance.
Mike

18 Nov 2009, 6:34 AM
#2
misty avatar

misty

Inactive

Join Date:
Apr 2004
Location:
UK
Posts:
5,752
Plugin Contributions:
1

Re: Install hangs on Welcome screen

Don't see Apache mentioned.. did you install?
Easiest way to set up local server is to install/use Wamp.

18 Nov 2009, 2:29 PM
#3
bigmike57 avatar

bigmike57

New Zenner

Join Date:
Nov 2009
Location:
New York
Posts:
7
Plugin Contributions:
0

Re: Install hangs on Welcome screen

Misty,

I am running IIS 6.0, not apache.
Followed the IIS install directions.

Thanks,
Mike

19 Nov 2009, 8:06 AM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Install hangs on Welcome screen

Chances are something's amuck with your server configuration.

Point your browser at the zc_install/index.php?main_page=inspect&debug=ON ... and report what happens.

20 Nov 2009, 4:53 AM
#5
bigmike57 avatar

bigmike57

New Zenner

Join Date:
Nov 2009
Location:
New York
Posts:
7
Plugin Contributions:
0

Re: Install hangs on Welcome screen

DrByte,

Here are the highlights of the inspect/debug.

db-type=mysql
db-prefix=
db-host=localhost
db-name=
db-user=root
cache_folder=
NONSSL CURL RESULTS: 0 => [PASS]
Array
(
[url] => http://www.zen-cart.com/testcurl.php
[content_type] => text/html
[http_code] => 200
[header_size] => 270
[request_size] => 159
[filetime] => -1
[ssl_verify_result] => 0
[redirect_count] => 0
[total_time] => 0.063
[namelookup_time] => 0.016
[connect_time] => 0.047
[pretransfer_time] => 0.047
[size_upload] => 22
[size_download] => 4
[speed_download] => 63
[speed_upload] => 349
[download_content_length] => 4
[upload_content_length] => -1
[starttransfer_time] => 0.063
[redirect_time] => 0
)

SSL CURL RESULTS: 28 => SSL connection timeout
Array
(
[url] => https://www.zen-cart.com/testcurl.php
[content_type] =>
[http_code] => 0
[header_size] => 0
[request_size] => 0
[filetime] => -1
[ssl_verify_result] => 0
[redirect_count] => 0
[total_time] => 0
[namelookup_time] => 0
[connect_time] => 0.031
[pretransfer_time] => 0
[size_upload] => 0
[size_download] => 0
[speed_download] => 0
[speed_upload] => 0
[download_content_length] => -1
[upload_content_length] => -1
[starttransfer_time] => 0
[redirect_time] => 0
)

NONSSL (proxy) CURL RESULTS: 7 => couldn't connect to host
Array
(
[url] => http://www.zen-cart.com/testcurl.php
[content_type] =>
[http_code] => 0
[header_size] => 0
[request_size] => 0
[filetime] => -1
[ssl_verify_result] => 0
[redirect_count] => 0
[total_time] => 0
[namelookup_time] => 0.125
[connect_time] => 0
[pretransfer_time] => 0
[size_upload] => 0
[size_download] => 0
[speed_download] => 0
[speed_upload] => 0
[download_content_length] => -1
[upload_content_length] => -1
[starttransfer_time] => 0
[redirect_time] => 0
)

SSL (proxy) CURL RESULTS: 7 => couldn't connect to host
Array
(
[url] => https://www.zen-cart.com/testcurl.php
[content_type] =>
[http_code] => 0
[header_size] => 0
[request_size] => 0
[filetime] => -1
[ssl_verify_result] => 0
[redirect_count] => 0
[total_time] => 0
[namelookup_time] => 0
[connect_time] => 0
[pretransfer_time] => 0
[size_upload] => 0
[size_download] => 0
[speed_download] => 0
[speed_upload] => 0
[download_content_length] => -1
[upload_content_length] => -1
[starttransfer_time] => 0
[redirect_time] => 0
)

System Inspection Results
Webserver =
HTTP Host = 192.168.1.225
Path_Translated = C:\Inetpub\wwwroot
Real Path = C:\Inetpub\wwwroot
Server Free Disk Space = 7.2 GB
PHP O/S = WINNT
PHP API Mode = isapi
PHP Max Execution Time per page = 30
Register Globals = OFF
MySQL Support = ON
PHP Version = 5.2.11
PHP Safe Mode = OFF
PHP Sessions Support = ON
PHP Session.AutoStart = OFF
PHP session.use_trans_sid = OFF
Suggested SQL Cache Folder = C:/Inetpub/wwwroot/cache
PHP magic_quotes_runtime setting = OFF
PHP magic_quotes_sybase setting = OFF
PHP GD Support = ON
GD Version = GD bundled (2.0.34 compatible)
PHP ZLIB Compression Support = ON
PHP OpenSSL Support = ON
PHP cURL Support = ON
CURL NON-SSL Capability = Okay
CURL SSL Capability = CURL requires SSL support. Please notify webmaster or hosting company. 28 => SSL connection timeout Click here for more info
CURL NON-SSL Capability via Proxy = CURL problems detected: 7 => couldn't connect to host Click here for more info
CURL SSL Capability via Proxy = CURL requires SSL support. Please notify webmaster or hosting company. 7 => couldn't connect to host Click here for more info
PHP Upload Support = ON upload_max_filesize=2M; post_max_size=8M
PHP Upload TMP dir =

View PHPINFO for your server Other System Information (For Reference Only)
The following info does not necessarily indicate any problem or configuration issue. It is simply for the sake of displaying it in an easy-to-find location.
PHP include_path = .;C:\php5\pear
PHP SMTP destination = localhost
PHP sendmail path =
PHP sendmail 'from' =
PHP open_basedir restrictions =
PHP Output Buffering (gzip) = ON
PHP FTP Support = ON
PHP XML Support = ON
PHP Session.Save_Path = C:\Inetpub\wwwroot\cache -->Writeable
File and Folder Permissions
In order for the installer to store the setup information you provide in the following pages, the configure.php files shown below need to be "writable".
includes/configure.php = Writeable
admin/includes/configure.php = Writeable
In order for many Zen Cart™ administrative and day-to-day functions to work properly, You need to mark several files/folders "Writeable". The following is a list of folders which need to be "read-write", along with recommended CHMOD settings. Please correct these settings before continuing installation. Refresh this page in your browser to re-check settings.

Some hosts may not allow you to set CHMOD 777, but only 666. Start with the higher setting first, and switch to lower values if required.
cache = OK
images = OK
includes/languages/english/html_includes = OK
media = OK
pub = OK
admin/backups = OK
admin/images/graphs = OK

For now, this server is offline, so SSL is not critical (yet).
Any suggestions to get me through to a sucessful install?

Thanks in advance for your help!

Mike

20 Nov 2009, 4:55 AM
#6
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Install hangs on Welcome screen

What happens if you click the "Install" button on that page?

20 Nov 2009, 6:44 AM
#7
bigmike57 avatar

bigmike57

New Zenner

Join Date:
Nov 2009
Location:
New York
Posts:
7
Plugin Contributions:
0

Re: Install hangs on Welcome screen

DrByte,

It hangs up.

The progress bar moves slowly to about 1/3, then hangs.
No errors, no progress.

Thanks,
Mike

20 Nov 2009, 6:53 AM
#8
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Install hangs on Welcome screen

... and if you then manually set the URL to /zc_install/index.php?main_page=database_setup what happens?

It would really be much better if you used a more contemporary webserver than IIS6. One of the more recent Apache builds will be much easier on you.

20 Nov 2009, 7:03 AM
#9
bigmike57 avatar

bigmike57

New Zenner

Join Date:
Nov 2009
Location:
New York
Posts:
7
Plugin Contributions:
0

Re: Install hangs on Welcome screen

Same thing... loads about 1/3 then hangs up.

I will take down IIS and install Apache over the weekend.

Will see what happens then.

Should I uninstall PHP & MYSQL and reinstall after Apache, or does in not matter?

Thanks,
Mike

20 Nov 2009, 7:55 AM
#10
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Install hangs on Welcome screen

If you're just playing around with your own A/M/P stack, why not use a packaged bundle such as XAMPP or WAMP ? It'll save you a ton of time, and stop you from having to learn about running and tweaking webserver software.

For specific advice about running your own webserver, visit a forum dedicated to that topic, such as webhostingtalk.com

(FYI - If you intend to use a XAMPP/WAMP installer that uses the latest PHP version, currently PHP 5.3, you'll need the PHP 5.3 patch for Zen Cart, posted in the Announcements area.)

21 Nov 2009, 2:08 AM
#12
bigmike57 avatar

bigmike57

New Zenner

Join Date:
Nov 2009
Location:
New York
Posts:
7
Plugin Contributions:
0

Re: Install hangs on Welcome screen

Wow!

Ispent more time uninstalling/disabling IIS, MySQL and PHP than I did installing wamp 2.0.

I am already so much further along than I was for the last 2 weeks of scratching my head and cussing....

Thanks to DrByte and Misty!

Mike

21 Nov 2009, 5:56 AM
#13
misty avatar

misty

Inactive

Join Date:
Apr 2004
Location:
UK
Posts:
5,752
Plugin Contributions:
1

Re: Install hangs on Welcome screen

Pleased to hear all went smoothly...for anyone else installing wamp...see dr byte's comment above i.e.

(FYI - If you intend to use a XAMPP/WAMP installer that uses the latest PHP version, currently PHP 5.3, you'll need the PHP 5.3 patch for Zen Cart, posted in the Announcements area.)