Thread: Blank Main Page

Results 1 to 8 of 8
  1. #1
    Join Date
    Aug 2009
    Posts
    3
    Plugin Contributions
    0

    Default Blank Main Page

    No error message up for me just a blank main page, i can still login to the admin side, but when i try and go to the shop at http://www.dollysdairybar.com/shop it is just a blank page. I tried the debug utitlity and nothing showed up. Any help would be appreciated.

  2. #2
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Blank Main Page

    Does nothing showed up mean no log file appeared, or that the log file was empty?

    Are the any errors being reported in your web hosts error log?
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #3
    Join Date
    Aug 2009
    Posts
    3
    Plugin Contributions
    0

    Default Re: Blank Main Page

    Actually I couldnt even find where the log was supposed to be, i unzipped the file i download and placed it where it said, reloaded the main page and nothing, no error log generated, nothing showed up on webpage. Also when i put the website maintenance on, it shows as blank page also. I tried a fresh install and it seemed to work but i reverted back to old one because i didnt want to loose my customer info, or product info.

  4. #4
    Join Date
    Apr 2006
    Posts
    113
    Plugin Contributions
    0

    Default Re: Blank Main Page

    I am currently working on a new zencart and have installed a few mods and edits while I get it the way I want.

    This exact thing happened to me when I installed the blank sidebox - admin working fine but a complete blank white page on the site. Am being pretty careful with backups, etc so could easily revert back to my last working state.

    Turned out to be a really simple thing of uploading an incorrect file to the Languages folder. The blank sidebox just needs 3 files and I had accidentally loaded a duplicate one to the wrong folder. When I deleted the wrong file and uploaded the correct one, everything came back as if by magic.

    Maybe something similar for you??

    cheers
    Leah

  5. #5
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Blank Main Page

    The debug log files should show up in your site's "cache" folder and start myDEBUG.

    If you don't have one then this will ve more difficult to track down. As a start, please would you provide answers to the questions about your installation that come up when you click on the reply button.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  6. #6
    Join Date
    Aug 2009
    Posts
    3
    Plugin Contributions
    0

    Default Re: Blank Main Page

    Ok i found the logs and here is the last one.

    [09-Aug-2009 04:34:42] PHP Warning: require(DIR_WS_TEMPLATEStemplate_default/common/html_header.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/content/d/o/l/dollysdairybar/html/shop/index.php on line 43
    [09-Aug-2009 04:34:42] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'DIR_WS_TEMPLATEStemplate_default/common/html_header.php' (include_path='.:/usr/local/php5/lib/php') in /home/content/d/o/l/dollysdairybar/html/shop/index.php on line 43


    Looks like it is missing a file html_header.php if i am not correct someone please let me know. I will try and replace this.

  7. #7
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Blank Main Page

    You've read and understood the message correctly (amazing how many people appear to make no attempt to read these message before posting them), however your conclusion is slightly off target.

    The problem is actually in the path name being used to try to find the file. The text DIR_WS_TEMPLATES is a PHP constant and should have been expanded to give the root for the path where the file can be found. What we need to investigate is why that constant hasn't been found and used properly.

    First place to look is at about line 35 of your includes/configure.php file. Is it defined there, at the end of a block of 8 similar definitions?
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  8. #8
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Blank Main Page

    Also, does you includes/configure.php file start with the following definitions?
    define('HTTP_SERVER', 'http://kuroi');
    define('HTTPS_SERVER', 'https://kuroi');
    define('HTTP_CATALOG_SERVER', 'http://kuroi');
    define('HTTPS_CATALOG_SERVER', 'https://kuroi');
    If so, you have overwritten your includes/configure.php file with your admin/includes/configure.php file, which I suspect would explain your symptoms.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

 

 

Similar Threads

  1. Main product page blank
    By scupoli in forum Upgrading to 1.5.x
    Replies: 8
    Last Post: 17 Sep 2013, 04:40 PM
  2. Blank category main page
    By Ivanna in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 20 Jan 2012, 10:25 PM
  3. Blank lines on main page.
    By dmagic in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 1 Jan 2011, 06:57 PM
  4. Main Page of url blank
    By DTIShop in forum Installing on a Windows Server
    Replies: 2
    Last Post: 20 Dec 2010, 11:10 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg