Zen Cart Logo
Forums / Installing on a Windows Server / Blank page once installation has been completed

Blank page once installation has been completed

Views: 2,361

Results 1 to 7 of 7
11 Jan 2015, 5:28 PM
#1
jimbogog74 avatar

jimbogog74

New Zenner

Join Date:
Jan 2015
Location:
United Kingdom
Posts:
4
Plugin Contributions:
0

Blank page once installation has been completed

Hi all,

Very new to this, so any information I have left out which you might need, let me know. Cheers.

I've been trying to install zencart on my new site, and can get all the way through to actually being able to change background info in the admin area. However, when I go to the actual site, there is just a blank page.

In the FTP software, the bugging log says:
[11-Jan-2015 17:17:36 Europe/London] PHP Warning: require(includes/languages//index.php): failed to open stream: No such file or directory in /home/thebriti/public_html/index.php on line 72
[11-Jan-2015 17:17:36 Europe/London] PHP Fatal error: require(): Failed opening required 'includes/languages//index.php' (include_path='.:/opt/alt/php54/usr/share/pear:/opt/alt/php54/usr/share/php') in /home/thebriti/public_html/index.php on line 72

I've look for others who have had this problem, and a since uninstall/reinstall appears to work. I've tried this, but no such luck.

The area it appears to be in within the configure.php files, but as far as I see, nothing wrong with them. To be honest, I don't really know what I'm looking for in there, so that's probably where the problem is.

Any help will be very much appreciated,
Thanks in advance

11 Jan 2015, 7:19 PM
#2
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Blank page once installation has been completed

Version of ZC installed, how it was installed, etc. As asked for in the posting tips.

From the paths provided it looks like there might be something wrong in the includes/configure.php file having a possible extra slash. But no way of telling without more information as requested above.

11 Jan 2015, 8:03 PM
#3
jimbogog74 avatar

jimbogog74

New Zenner

Join Date:
Jan 2015
Location:
United Kingdom
Posts:
4
Plugin Contributions:
0

Re: Blank page once installation has been completed

mc12345678:

Version of ZC installed, how it was installed, etc. As asked for in the posting tips.

From the paths provided it looks like there might be something wrong in the includes/configure.php file having a possible extra slash. But no way of telling without more information as requested above.

Zercart version 1.5.4 and installed by transferring across on Filezilla and using zc_install.

12 Jan 2015, 3:14 AM
#4
drbyte avatar

drbyte

Sensei

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

Re: Blank page once installation has been completed

jimbogog74:

PHP Warning: require(includes/languages//index.php): failed to open stream: No such file or directory
The path for 'includes/languages//index.php' is auto-generated by combining a number of settings:
a) the path to the /includes/languages folder
b) the currently-selected language
c) the page whose language text content is to be read

And since yours is missing the middle one, that suggests that your site somehow isn't picking up a valid language.
Out-of-the-box Zen Cart comes with files for "english" and has some PHP code to automatically choose "english" if nothing is chosen by the visiting user.

So, that tells me either you've gone into the Admin and deleted the English language content, or your FTP program hasn't uploaded all your files reliably, especially everything in the /includes/init_includes/ and /includes/languages folders. And if indeed any one or more of those is missing or damaged, then chances are you've also got FTP upload failures in lots of other folders too, and shouldn't trust your FTP program.

12 Jan 2015, 8:23 AM
#5
jimbogog74 avatar

jimbogog74

New Zenner

Join Date:
Jan 2015
Location:
United Kingdom
Posts:
4
Plugin Contributions:
0

Re: Blank page once installation has been completed

Not currently able to try this, so will do asap.

I haven't personally changed anything, so it would imply that the files haven't been uploaded properly.
I'll try and re-upload those individually to see if that makes a difference. Otherwise, would you suggest using a different ftp client?

12 Jan 2015, 9:15 AM
#6
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Blank page once installation has been completed

jimbogog74:

Not currently able to try this, so will do asap.

I haven't personally changed anything, so it would imply that the files haven't been uploaded properly.
I'll try and re-upload those individually to see if that makes a difference. Otherwise, would you suggest using a different ftp client?

What ftp client do you use? There are several that are known to be good almost all the time, and there are those that are suggested to stay away from.

12 Jan 2015, 12:29 PM
#7
jimbogog74 avatar

jimbogog74

New Zenner

Join Date:
Jan 2015
Location:
United Kingdom
Posts:
4
Plugin Contributions:
0

Re: Blank page once installation has been completed

I've used filezilla. Been told it's quite good, apparently