osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

Blank White Catalog Page After Installing

This is a discussion on Blank White Catalog Page After Installing within the osCMax v2 Installation issues forums, part of the osCMax v2.0 Forums category; I can go to the admin panel and everything seems to be functioning great, but when trying to access the ...



Find us on Facebook
Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Installation issues

Connect with Facebook Register FAQDonate Members List Calendar Mark Forums Read


Reply

 

LinkBack Thread Tools
  #1  
Old 03-12-2010, 05:40 AM
blakefrance's Avatar
New Member
 
Join Date: Mar 2010
Location: Kentucky
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
blakefrance is on a distinguished road
Default Blank White Catalog Page After Installing

I can go to the admin panel and everything seems to be functioning great, but when trying to access the catalog, I get a white page, and the following error in my error log.

client denied by server configuration: /home/users/gologo/www/test.aosmithpromo.com/templates/fallback/index.php
[Wed Mar 10 19:59:49 2010]

I have done a bit of research on the web, and haven't found a way to solve this using a .htaccess file, as I am on a shared hosting environment. Any ideas please?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 03-12-2010, 05:56 AM
blakefrance's Avatar
New Member
 
Join Date: Mar 2010
Location: Kentucky
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
blakefrance is on a distinguished road
Default Re: Blank White Catalog Page After Installing

Now that error is gone, but still the blank white catalog page.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 03-12-2010, 06:06 AM
michael_s's Avatar
osCMax Developer


 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 16,522
Thanks: 149
Thanked 652 Times in 558 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default Re: Blank White Catalog Page After Installing

What is the url for your site?
__________________
Michael Sasek
osCMax Developer

*** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers ***

Stay Up To Date with everything osCMax:
Free osCMax Newsletters - Security notices, New Releases, osCMax News
osCMax on Twitter - Up to the minute info as it happens. Know it first.

osCMax User Manual - osCMax Templates - Advanced Template Tutorial

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 03-12-2010, 06:08 AM
blakefrance's Avatar
New Member
 
Join Date: Mar 2010
Location: Kentucky
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
blakefrance is on a distinguished road
Default Re: Blank White Catalog Page After Installing

http://test.aosmithpromo.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 03-12-2010, 06:34 AM
michael_s's Avatar
osCMax Developer


 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 16,522
Thanks: 149
Thanked 652 Times in 558 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default Re: Blank White Catalog Page After Installing

Check your server error logs or turn on error output to the screen in php. A blank white screen almost always means a php error. Until you find what that error is, you will just be guessing.

The only important step is to find that error message. Then the fix is trivial.
__________________
Michael Sasek
osCMax Developer

*** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers ***

Stay Up To Date with everything osCMax:
Free osCMax Newsletters - Security notices, New Releases, osCMax News
osCMax on Twitter - Up to the minute info as it happens. Know it first.

osCMax User Manual - osCMax Templates - Advanced Template Tutorial

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 03-12-2010, 06:42 AM
blakefrance's Avatar
New Member
 
Join Date: Mar 2010
Location: Kentucky
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
blakefrance is on a distinguished road
Default Re: Blank White Catalog Page After Installing

I have display_errors on for all, and the error log isn't recording any other errors, like there isn't any. It was recording the one error I posted earlier that my host has already taken care of. That's why I'm confused lol I'm not getting any errors on the screen, but if I have a problem, like the database password is wrong, that error gets posted to the screen, so I know that error reporting is working correctly.

Last edited by blakefrance; 03-12-2010 at 06:48 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 03-12-2010, 07:09 AM
michael_s's Avatar
osCMax Developer


 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 16,522
Thanks: 149
Thanked 652 Times in 558 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default Re: Blank White Catalog Page After Installing

There has to be an error recorded somewhere, and if not, the logging level is set too low on your server.

You could try changing the reporting level in includes/application_top.php to E_ALL. That may help. Check your includes/configure.php files too, and make sure the information is correctly populated.

As a last ditch effort, you could just upload all the files again. Sometimes when ftp partially uploads a file, it can cause this behavior.

You may also want to post some helpful info, like php version, apache version, etc.
__________________
Michael Sasek
osCMax Developer

*** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers ***

Stay Up To Date with everything osCMax:
Free osCMax Newsletters - Security notices, New Releases, osCMax News
osCMax on Twitter - Up to the minute info as it happens. Know it first.

osCMax User Manual - osCMax Templates - Advanced Template Tutorial

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to michael_s For This Useful Post:
JRR (03-17-2010)
  #8  
Old 03-12-2010, 07:12 AM
blakefrance's Avatar
New Member
 
Join Date: Mar 2010
Location: Kentucky
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
blakefrance is on a distinguished road
Default Re: Blank White Catalog Page After Installing

I know there has to be an error somewhere, I've been looking. I will do as you suggested and post results. Thanks for the help! Much appreciated.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 03-12-2010, 07:29 AM
pgmarshall's Avatar
osCMax Development Team
 
Join Date: Feb 2009
Location: London
Posts: 1,156
Thanks: 63
Thanked 245 Times in 210 Posts
Rep Power: 15
pgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud of
Smile Re: Blank White Catalog Page After Installing

Have you fiddled with the configure.php files?

I only ask as I can get to your admin panel ...

Code:
http://test.aosmithpromo.com/admin/
But when I try and click the Catalog link on the top right - which should link to the root folder ie. test.aosmithpromo.com - it is showing ...

Code:
http://test.aosmithpromo.com/admin/login.php
It may be nothing but I don't think that it normal.

Post the contents of your catalog/includes/configure.php file - remember to remove the database password etc. from the last few lines.

Regards,
__________________
pgmarshall
_______________________________
Test Site: www.cottonbarn.info

Want to say thank you if I helped you out? Help me block this waste incinerator plan (www.nywag.org) in North Yorkshire, UK. Sign the petition here (only takes 1 minute). Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 03-12-2010, 07:34 AM
pgmarshall's Avatar
osCMax Development Team
 
Join Date: Feb 2009
Location: London
Posts: 1,156
Thanks: 63
Thanked 245 Times in 210 Posts
Rep Power: 15
pgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud ofpgmarshall has much to be proud of
Smile Re: Blank White Catalog Page After Installing

Unless you have just fixed it ... try

http://test.aosmithpromo.com/index.php

This works fine ...

check your .htaccess file ... I think you may have borked the Directory Index command.

eg.

DirectoryIndex index.php index.htm index.html

Regards,
__________________
pgmarshall
_______________________________
Test Site: www.cottonbarn.info

Want to say thank you if I helped you out? Help me block this waste incinerator plan (www.nywag.org) in North Yorkshire, UK. Sign the petition here (only takes 1 minute). Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
new v2.0.15 installation - blank screen on catalog/admin drillsar osCMax v2 Installation issues 13 02-17-2010 03:43 PM
problem after installing in admin/catalog section MrE03 osCMax v2 Installation issues 0 06-19-2008 02:50 AM
Can't access store i.e ..www.mydomain/catalog...is a blank page!? c0ld4orm osCommerce 2.2 Modification Help 2 04-20-2008 11:33 AM
Fresh install oscmax v1.7 blank catalog index page webwolfe osCMax v1.7 Installation 4 06-20-2005 05:23 AM
blank admin tool and catalog pages...need configure.php help marvinc osCommerce 2.2 Installation Help 2 11-16-2004 05:18 PM


All times are GMT -8. The time now is 07:30 PM.


Powered by vBulletin®
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO
Copyright 2010 osCmax
Inactive Reminders By Icora Web Design