Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    Apr 2009
    Location
    Los Angeles, California
    Posts
    128
    Plugin Contributions
    0

    Default moved store dir...now blank main page

    I was testing things out to hopefully go live in a few days. I followed the instructions exactly from this thread.

    it seemed to work for the 1st few seconds. i checked my main page and it was there. of course it told me to change my configure file permissions back to read-only. so i did. i then go back to my main page and it is just blank. i can get in to my admin.

    anyone know what i did wrong?

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

    Default Re: moved store dir...now blank main page

    That you can get into your Admin shows that your basic approach was correct. From the rest of your description I'd guess that one of the edits to your includes/configure.php file may have been slightly wrong.
    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
    Apr 2009
    Location
    Los Angeles, California
    Posts
    128
    Plugin Contributions
    0

    Default Re: moved store dir...now blank main page

    going by the tutorial...

    my original file (configure.php ADMIN). Text in red are the files the tutorial say to edit. The text in blue look like they should be edited also

    define('DIR_WS_ADMIN', '/zencart/admin/');
    define('DIR_WS_CATALOG', '/zencart/');
    define('DIR_WS_HTTPS_ADMIN', '/zencart/admin/');
    define('DIR_WS_HTTPS_CATALOG', '/zencart/');

    define('DIR_FS_ADMIN', '/home/XXXXXX/public_html/zencart/admin/');
    define('DIR_FS_CATALOG', '/home/XXXXXX/public_html/zencart/');

    define('DIR_FS_SQL_CACHE', '/home/XXXXXX/public_html/zencart/cache');


    now here is my (configure.php).

    define('DIR_WS_CATALOG', '/zencart/');
    define('DIR_WS_HTTPS_CATALOG', '/zencart/');

    define('DIR_FS_CATALOG', '/home/XXXXXX/public_html/zencart/');

    define('DIR_FS_SQL_CACHE', '/home/XXXXXX/public_html/zencart/cache');
    Last edited by ams30gts; 18 May 2009 at 10:43 AM.

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

    Default Re: moved store dir...now blank main page

    The blue ones should be edited. The tutorial intends you to edit the first four entries in both files, plus the last three in the admin file.
    Kuroi Web Design and Development | Twitter

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

  5. #5
    Join Date
    Apr 2009
    Location
    Los Angeles, California
    Posts
    128
    Plugin Contributions
    0

    Default Re: moved store dir...now blank main page

    updating site...brb

  6. #6
    Join Date
    Apr 2009
    Location
    Los Angeles, California
    Posts
    128
    Plugin Contributions
    0

    Default Re: moved store dir...now blank main page

    ADMIN configure.php now reads

    define('DIR_WS_ADMIN', '/admin/');
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_ADMIN', '/admin/');
    define('DIR_WS_HTTPS_CATALOG', '/');

    define('DIR_FS_ADMIN', '/home/XXXXXX/public_html/admin/');
    define('DIR_FS_CATALOG', '/home/XXXXXX/public_html/');

    define('DIR_FS_SQL_CACHE', '/home/XXXXXX/public_html/cache');

    configure.php now reads

    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');

    define('DIR_FS_CATALOG', '/home/XXXXXX/public_html/');

    define('DIR_FS_SQL_CACHE', '/home/XXXXXX/public_html/cache');


    still the same problem. white home page

    i also ran fix_cache_key.php
    Last edited by ams30gts; 18 May 2009 at 10:59 AM.

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

    Default Re: moved store dir...now blank main page

    Nothing obviously wrong here. Blank pages usually mean that PHP has thrown a fatal error but it's been suppressed. There's a FAQ Entry here that helps track down the source. You can probably jump in at step 2. With luck one of the options there will lead you straight to the source of the issue. But whether it does or not, I'll be waiting to here to hear how it goes!
    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 2009
    Location
    Los Angeles, California
    Posts
    128
    Plugin Contributions
    0

    Default Re: moved store dir...now blank main page

    im my error log in my cpanel i am getting this repeatily

    [Mon May 18 04:31:13 2009] [error] [client 207.210.219.125] Failed loading /usr/local/Zend/lib/Optimizer/php-5.2.x/ZendOptimizer.so: /usr/local/Zend/lib/Optimizer/php-5.2.x/ZendOptimizer.so: undefined symbol: compiler_globals


    i got no clue what that is

  9. #9
    Join Date
    Apr 2009
    Location
    Los Angeles, California
    Posts
    128
    Plugin Contributions
    0

    Default Re: moved store dir...now blank main page

    i got this from the debug error logging utility

    [18-May-2009 04:36:02] PHP Warning: require(includes/index_filters/default) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/allieda1/public_html/includes/modules/pages/index/header_php.php on line 49
    Last edited by ams30gts; 18 May 2009 at 11:48 AM.

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

    Default Re: moved store dir...now blank main page

    Not seen one of those optimizer errors before. I don't believe that Zen Cart has any dependencies on Zend Optimizer. So unless you have encrypted 3rd party modules installed, that should be an irritant to take up with your host rather than the cause of this. Hopefully somebody more knowledgeable than me on this subject will confirm (or otherwise).
    Kuroi Web Design and Development | Twitter

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

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. My site is dead - moved hosting and now only get a blank page
    By xmorera in forum Basic Configuration
    Replies: 1
    Last Post: 10 Feb 2011, 04:47 AM
  2. Moved servers, now left without sidebox, footer and categories on main page
    By jvanree in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 7 Apr 2010, 09:14 AM
  3. Site moved, now sidebox and footer don't show on main page
    By aesthetics in forum General Questions
    Replies: 3
    Last Post: 4 Nov 2009, 11:59 PM
  4. Main cart page is now blank - help !
    By Martin Smith in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 15 Jul 2009, 11:40 PM
  5. Main Page of Cart now blank
    By Martin Smith in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Jul 2009, 05:59 AM

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