Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2006
    Location
    Grimsby UK
    Posts
    98
    Plugin Contributions
    0

    Default admin ok but site vanished!

    Hi

    The strangest thing:

    my site www.gravisuk.com/index.php has vanished. I can log into the ftp and the database and see all of the site and database but when I go to the site URL, there is just a blank page!

    I was editing the amount of letters used in the product description and whether a category image was shown at the top of the page when I happened to refresh my store page to view the changes.

    Nothing, blank page, no source code.... nothing

    If I log into the admin, all works fine! can view everything that admin provides.

    I have tried resetting the boxes...nothing
    and viewed the index.php file nothing appears wrong there

    I can't see any other access on the server log. What have I done?

    Urgently need help with this one, the site is about to go live.

    Thanks in advance

    Dave

    also this is the link from admin when attempting to view the store (I have enabled SSL in admin):
    https://www.gravisuk.com/index.php?main_page=
    Also Firefox shows the store is in quirks mode as if there was no DOCTYPE
    Last edited by dml311071; 20 Feb 2008 at 07:13 PM. Reason: further info

  2. #2
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: admin ok but site vanished!

    I was editing the amount of letters used in the product description
    How and where did you do this?
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Oct 2006
    Location
    Grimsby UK
    Posts
    98
    Plugin Contributions
    0

    Default Re: admin ok but site vanished!

    Hi Kim

    Thanks for the fast response.

    I was in the Admin -> Configuration -> Product Listing

    editing the filed that defaults to 150, I changed it to zero then refreshed and whump!

  4. #4
    Join Date
    Oct 2006
    Location
    Grimsby UK
    Posts
    98
    Plugin Contributions
    0

    Default Re: admin ok but site vanished!

    I am running ZC 1.3.8a with SSL enabled on a dedicated server (fixed ip domain and dedicated certificate).

  5. #5
    Join Date
    Oct 2006
    Location
    Grimsby UK
    Posts
    98
    Plugin Contributions
    0

    Default Re: admin ok but site vanished!

    Kim

    I've found it!

    All sorted.

    this is what I had done (I forgot that I was editing a php file in my overrides)

    line 30 of includes/languages/english/MY_TEMPLATE/email_extras.php

    Code:
     
    define('EMAIL_FOOTER_COPYRIGHT','Copyright (c) ' . date('Y') . ' ' . STORE_NAME . ' ' . STORE_NAME . ');
    instead of

    Code:
     
    define('EMAIL_FOOTER_COPYRIGHT','Copyright (c) ' . date('Y') . ' <a href="' . zen_href_link(FILENAME_DEFAULT) . '" target="_blank">' . STORE_NAME . '</a>. Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>');
    I was trying to alter the copyright notice in the emails.

    That was it.

    I would be more embarrassed but I did not think for a minute that this would result in the main page not opening.

    I never suspected that the email modules would have an effect like that.

    Live and learn.

    Thanks Kim

 

 

Similar Threads

  1. v139h Category Quantity in Admin vanished!!
    By kitcorsa in forum General Questions
    Replies: 8
    Last Post: 29 Aug 2013, 09:20 AM
  2. Help - my admin/configuration vanished
    By lj111970 in forum Customization from the Admin
    Replies: 14
    Last Post: 5 Oct 2010, 05:55 PM
  3. Help please? My Site has completely vanished!!!
    By spbennett in forum General Questions
    Replies: 4
    Last Post: 23 May 2007, 11:32 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