Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Aug 2007
    Location
    Olam Haze
    Posts
    24
    Plugin Contributions
    0

    application error About Us Page ERROR

    Hello every one. This is my second day with the same page. Finally though I found a patch for adding a About Us page, I follow every instrution given on how to install it. But now I get this error (see here) http://scrapbookinggoodies.com/index..._page=about_us

    Apart from this, this page is suppost to appear on the side box, but is not showing. Can any one help me. 2 days of madness is almost enough!

    I have added though this extra files in the clasic look. Do I need to upload them on the new template?

    Thank you.
    Karl
    www.mevaser.com
    **********************************
    Because second place is first Looser.....

  2. #2
    Join Date
    Aug 2007
    Location
    Olam Haze
    Posts
    24
    Plugin Contributions
    0

    application error Re: About Us Page ERROR

    Hello every one. I fix the main error, but not as I wanted, the About us page does not show in the sidebox. I did all that the instructions given to me, but YET nothing happens: http://scrapbookinggoodies.com/index..._page=about_us

    Also, there is an extra title which I do not know where it comes from (so I can not iliminate it.

    Thanks for your help.
    Karl
    www.mevaser.com
    **********************************
    Because second place is first Looser.....

  3. #3
    Join Date
    Aug 2007
    Location
    Olam Haze
    Posts
    24
    Plugin Contributions
    0

    application error Re: About Us Page ERROR

    I also find an error which is found in the CSS, I do not even know why! I am pretty good at CSS, but this beats me:

    <div class="centerColumn" id="about_us">
    <h1 id="aboutUsHeading">HEADING_TITLE</h1>

    This ID combine with something else!?

    See

    HEADING_TITLE

    See page: http://scrapbookinggoodies.com/index..._page=about_us

    Please help me!
    Karl
    www.mevaser.com
    **********************************
    Because second place is first Looser.....

  4. #4
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: About Us Page ERROR

    Quote Originally Posted by Mevaser View Post
    HEADING_TITLE
    It's not a CSS issue.
    You deleted HEADING_TITLE from your language file.

    https://www.zen-cart.com/tutorials/index.php?article=95
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Sep 2006
    Location
    Colorado Springs CO USA
    Posts
    516
    Plugin Contributions
    2

    Default Re: About Us Page ERROR

    You will probably get a better answer if you post this question in the "Community Contributed Add-Ons/other modules" forum and include "About Us Page" in the topic title of your inquiry. The author of the contribution is more likely to monitor that forum. Also, you may want to check if you have the latest version of this contribution. The latest is v1.3.0.13 updated on August 29, 2007. The author has done a rewrite of the installation instructions.

    The HEADING_TITLE that appears on your about page is simply an undefined text holder. You will need to find the file where "HEADING_TITLE" is supposed to be defined and enter the verbage you want to appear in it's place.

    I downloaded the About Us Page contribution files and tried to locate where that definition is (probably in a file called /about_us.php which may be located in the extra_definitions folder) but due to time constraints couldn't take the time to discover exactly where this change should be made.

    The "About Us Page" will not appear in a side box, only a link to the actual page should appear here. (Can you imagine squeezing all that verbage in a side box?).

    I suggest downloading the latest version of the contribution and installing all over again and follow the instructions in the readme file precisely. It's very easy to miss or misinterprete a step in the instructions. Also, since the instructions were recently rewritten perhaps they will clear up the problem.

    BTW the about me page looks fine on your site except for the HEADING_TITLE which can be fixed and the fact that the link to the page is missing from the Information sidebox.

    Ron

  6. #6
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: About Us Page ERROR

    Moderator Note: Post has been moved to the Other Contributions area.
    Please do not re-post again on the same topic, as double-posting creates disjointed discussions.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    Aug 2007
    Location
    Olam Haze
    Posts
    24
    Plugin Contributions
    0

    application error Re: About Us Page ERROR

    Hi, I did install the latest uptade of this add on. And I did not erease anything, I just followed the instructions given. I double check, but I still have the problem.

    Thanks for your help.
    Karl
    www.mevaser.com
    **********************************
    Because second place is first Looser.....

  8. #8
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: About Us Page ERROR

    Quote Originally Posted by Mevaser View Post
    Hi, I did install the latest uptade of this add on. And I did not erease anything, I just followed the instructions given. I double check, but I still have the problem.

    Thanks for your help.
    Go to YOURSTORE/includes/languages/english/YOUR_TEMPLATE/about_us.php and change the text in the 'About US' quotes to whatever you want

    Code:
    define('HEADING_TITLE', 'About Us');
    It looks like you code is something like define('HEADING_TITLE', 'HEADING_TITLE'); ... or missing altogether.

    Hope that helps.

    Matt

  9. #9
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: About Us Page ERROR

    I meant to add, start using the Developers Tool Kit, in the admin display go to tools -> developers tool kit, at the bottom of the page where it says "look up all files" enter the words or code snippet you are searching for and then from teh dropdown next to it select "all files" or either catalog or admin depending on what you are looking for. I have figured out a lot just by using that search!

    Matt

  10. #10
    Join Date
    Aug 2007
    Location
    Olam Haze
    Posts
    24
    Plugin Contributions
    0

    application error Re: About Us Page ERROR

    Hi, I really believed that I had deleted the HEADING_TITLE from your language file, but I did not. I still no cigar.

    Please help me, this is consuming my days...

    Karl
    www.mevaser.com
    **********************************
    Because second place is first Looser.....

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Error about SMTP Auth?
    By petestownrich in forum Upgrading to 1.5.x
    Replies: 2
    Last Post: 16 Feb 2015, 11:43 PM
  2. v151 block checkout page about error min0 unit0
    By salvo72 in forum General Questions
    Replies: 8
    Last Post: 11 Mar 2014, 05:56 PM
  3. Replies: 2
    Last Post: 15 Aug 2011, 08:59 PM
  4. An extremely slow page, and a question about the contacts page
    By vantrepes in forum General Questions
    Replies: 7
    Last Post: 24 May 2008, 01:46 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