Zen Cart Logo
Forums / Installing on a Windows Server / Not able to install from browser

Not able to install from browser

Locked

Views: 2,419

Results 1 to 14 of 14
This thread is locked. New replies are disabled.
29 Dec 2008, 2:14 AM
#1
mtsuyoshi avatar

mtsuyoshi

New Zenner

Join Date:
Dec 2008
Posts:
11
Plugin Contributions:
0

Not able to install from browser

I am doing an update to ZenCart for a friend, and I am running into a little snag. I have downloaded, configured, uploaded, and generally done everything that was called for in the instructions for updating ZenCart to the 1.3.8 and when I go to install it from the browser, I get a blank white screen. There is no error message so it would seem that the file exists and is found, but I cannot (for the life of me) figure out what is wrong. :frusty:

She uses ZenCart and has a host on lunarpages.com.

Please help.

Mike

29 Dec 2008, 10:29 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Not able to install from browser

Blank screen issues need to be determined bu installing the Debug Error-Logging Tool - - then one can troubleshoot the cause(s)

https://www.zen-cart.com/tutorials/index.php?article=82

30 Dec 2008, 4:59 PM
#3
mtsuyoshi avatar

mtsuyoshi

New Zenner

Join Date:
Dec 2008
Posts:
11
Plugin Contributions:
0

Re: Not able to install from browser

ok. I fixed the blank screen problem by doing a rollback to the previous file structure (from backups) then re-uploaded the needed files for the upgrade, tried the browser /zc_install/ and get the "Not Found" error that follows.

Not Found
The requested URL /zc_install/ was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.41 Server at doggiepro.com Port 80

Any suggestions?

Thanks.

Mike

30 Dec 2008, 6:03 PM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Not able to install from browser

Do you have the zc_install folder and contents loaded and available?

Usually if it exists it throws an error and you are directed to remove it.

You can FTP it to the correct area from a distribution

30 Dec 2008, 7:17 PM
#5
mtsuyoshi avatar

mtsuyoshi

New Zenner

Join Date:
Dec 2008
Posts:
11
Plugin Contributions:
0

Re: Not able to install from browser

Yes, I checked the folders and found out that the zc_install folder is in the right spot (where it was placed by the initial setup person). Further, I checked the version information and it all matches the newer update that I am trying to install.

Should the zc_install folder be located in some sub-directory that it wasn't when set up initially?

Mike.

30 Dec 2008, 7:24 PM
#6
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Not able to install from browser

I suspect that it is not there by correct name as I see no warning about it's existance on the site(space mine)
http ://doggiepro.com/

and when entering

http ://doggiepro.com/zc_install this generates the 404 error.

Check and check again that it is named correctly as

zc_install or just FTP that folder from a matching distribution

30 Dec 2008, 7:38 PM
#7
mtsuyoshi avatar

mtsuyoshi

New Zenner

Join Date:
Dec 2008
Posts:
11
Plugin Contributions:
0

Re: Not able to install from browser

Ok,

Thanks. I will do my favorite... "debug by staring" :yuck:

I will let you know if I get it working. Again, thanks for your help and support

Mike

30 Dec 2008, 8:31 PM
#8
mtsuyoshi avatar

mtsuyoshi

New Zenner

Join Date:
Dec 2008
Posts:
11
Plugin Contributions:
0

Re: Not able to install from browser

Ok,

I am just a a hard case... I tried setting the install file into another directory where it seems all the configure.php settings are pointing and I get the blank screen again... also, there is a warning on the actual site that says I should delete the zc_install file for security reasons... what does this mean?

Mike

30 Dec 2008, 8:42 PM
#9
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Not able to install from browser

That warning means that after you finish installing Zencart, you need to delete the entire zc_install folder for security reasons.

An error in a configure.php file shouldn't cause a blank screen.

If I were you, I'd get a fresh copy of the Zencart zip file, unzip it onto your local computer, and re-upload the zc_install folder to the remote server, in the proper place (should be in the root of your Zencart installation), and delete the one that's there.

30 Dec 2008, 10:35 PM
#10
mtsuyoshi avatar

mtsuyoshi

New Zenner

Join Date:
Dec 2008
Posts:
11
Plugin Contributions:
0

Re: Not able to install from browser

Thank you Stevesh,

I tried downloading a new zc_install and uploading it in the place of the old one and I still made no progress. I get the same blank white screen. I am willing to do a complete rollback again if that might help, but I am not sure if it will do anything.

Mike

30 Dec 2008, 10:46 PM
#11
drbyte avatar

drbyte

Sensei

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

Re: Not able to install from browser

Clearly something is objecting to whatever the installer is wanting to do, or you wouldn't be getting blank screens. Usually it means a PHP error has occurred.
In the case of the installer, in order to see the error messages, edit the /zc_install/includes/install_params.php file, and change this line:define('STRICT_ERROR_REPORTING', false);to:```
define('STRICT_ERROR_REPORTING', [B]TRUE[/B]);

1 Jan 2009, 2:58 AM
#12
mtsuyoshi avatar

mtsuyoshi

New Zenner

Join Date:
Dec 2008
Posts:
11
Plugin Contributions:
0

Re: Not able to install from browser

DrByte,

I set the strict error reporting to true and tried running the installer again and got the following message.

Warning: main(../includes/classes/class.base.php) [function.main]: failed to open stream: No such file or directory in /home/doggie3/public_html/zc_install/includes/application_top.php on line 61

Warning: main(../includes/classes/class.base.php) [function.main]: failed to open stream: No such file or directory in /home/doggie3/public_html/zc_install/includes/application_top.php on line 61

Warning: main(../includes/classes/class.base.php) [function.main]: failed to open stream: No such file or directory in /home/doggie3/public_html/zc_install/includes/application_top.php on line 61

Fatal error: main() [function.require]: Failed opening required '../includes/classes/class.base.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/doggie3/public_html/zc_install/includes/application_top.php on line 61

Does this mean that it is pointing to the wrong file or is the file missing all together?

Mike

1 Jan 2009, 8:45 AM
#13
drbyte avatar

drbyte

Sensei

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

Re: Not able to install from browser

mTsuyoshi:

Warning: main(../includes/classes/class.base.php) [function.main]: failed to open stream: No such file or directory** in /home/doggie3/public_html/**zc_install/includes/application_top.php on line 61
It's telling you that it cannot find the required /home/doggie3/public_html/includes/classes/class.base.php file. Perhaps your FTP program failed to upload it properly?

3 Jan 2009, 2:41 AM
#14
mtsuyoshi avatar

mtsuyoshi

New Zenner

Join Date:
Dec 2008
Posts:
11
Plugin Contributions:
0

Re: Not able to install from browser

Thank you so much. That helped. I am not sure what happened with the upload, but that file was missing for some reason. Again, thanks for all the help.

Mike