Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1

    Default Desperate Plea for Help...My Account page not displaying

    Second time I've posted about this, little luck the first time. Need to launch the store soon and would like customers to be able to edit their account.

    I am pretty sure I know that my problem somehow involves tpl_main_page.php and not properly calling or being able to find tpl_account_default.php.

    What would help tremendously is to know how tpl_account_default.php is called in order to display it. No problems with any other page loading correctly, or for that matter me figuring out how to track down any pages origin in the maze of templates.

    My Account for whatever reason continues to escape me.

    Thanks.

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

    Default Re: Desperate Plea for Help...My Account page not displaying

    The URL where this can be seen?

  3. #3

    Default Re: Desperate Plea for Help...My Account page not displaying

    http://www.agricover.com/store if it weren't in maintenance mode.

    Here is a screenshot:


    Here is the source where it ends, which is why I think it isn't correctly finding the account template.

    Code:
    <body id="agricover">
        <div id="page">
            <div id="wrapper">
    		
    		
      <div class="messageStackWarning larger"><img src="includes/templates/template_default/images/icons/warning.gif" alt="Warning" title=" Warning " width="20" height="20" />  NOTICE: The website is currently Down For Maintenance to the public</div>
    
      <div class="messageStackWarning larger"><img src="includes/templates/template_default/images/icons/warning.gif" alt="Warning" title=" Warning " width="20" height="20" />  AUTHORIZENET IS IN TESTING MODE</div>
    
    
    <!--bof-header logo and navigation display-->
    
    <div id="header">
    <!--bof-navigation display-->
    <p class="alt">Agri-Cover</p>
    <hr class="alt" />
    <ul>
        <li><a href="http://www.agricover.com/store/">Home</a></li>
        <li><a href="http://www.agricover.com/store/index.php?main_page=logoff">Log Out</a></li>
        <li><a href="http://www.agricover.com/store/index.php?main_page=account">My Account</a></li>
    
        <li><a href="http://www.agricover.com/store/index.php?main_page=shopping_cart">Cart</a></li>
        <li><a href="http://www.agricover.com/store/index.php?main_page=checkout_shipping">Checkout</a></li>
    </ul>
    </div>
    <!--eof-navigation display-->
    
    
    <!--eof-header logo and navigation display-->
    
    
    
                <div id="middle">
    
                    <div id="content">
    				<!-- bof  breadcrumb -->
    							    <div id="navBreadCrumb">  <a href="http://www.agricover.com/store/">Home</a>&nbsp;&rsaquo;&nbsp;
    My Account
    </div>
    								<!-- eof breadcrumb -->
    The HTML just stops there, right where the account page information should begin.

    ?

    again, thanks.

  4. #4
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Desperate Plea for Help...My Account page not displaying

    If you switch back to the Classic template does the page work?

  5. #5

    Default Re: Desperate Plea for Help...My Account page not displaying

    Why yes it does....now why didn't I think of doing that.

    I've already compared the original main template with my override and couldn't find any differences or anything that didn't look right.

    But I may be looking in the wrong place.

  6. #6

    Default Re: Desperate Plea for Help...My Account page not displaying

    Comparing the code of classic vs. my theme I'm not seeing anything different that would result in the Account page not working.

    Any ideas? Anybody?

  7. #7
    Join Date
    Jan 2006
    Location
    Toronto, Ontario, Canada
    Posts
    183
    Plugin Contributions
    3

    Default Re: Desperate Plea for Help...My Account page not displaying

    Quote Originally Posted by pleitch
    Comparing the code of classic vs. my theme I'm not seeing anything different that would result in the Account page not working.

    Any ideas? Anybody?
    try using a utility like winmerge (open source). it will compare and highlight. The issue is definately the code on ur custom template.
    Ahmad Rahman
    TRUST IT | web site design and development
    mobile: 416.828.0224 | email: [email protected]
    www.trustit.ca

    For IT solutions how you want IT, when you want IT, TRUST IT.

  8. #8

    Default Re: Desperate Plea for Help...My Account page not displaying

    I've done that and I just don't see anything that looks like it would cause this.

    The thing is any other page that gets loaded works fine. I assume that the Account page is getting placed into:

    Code:
    				<?php
    				 /**
    				  * prepares and displays center column
    				  *
    				  */
    				 require($body_code); ?>
    If this is not the case, if the My Account template is different from all the other ones that are displayed by this snippet, then it's my bad and I'm not quite as smart as I thought. heh.

    I've done no modification to the My Account template.

    Like I said, all other templates load fine, for some reason this one doesn't and I'm baffled.

    With all that said I'm sure it's some stupid little obvious thing that I'm just not seeing. But the evidence before me doesn't lead me to any conclusions.

  9. #9
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Desperate Plea for Help...My Account page not displaying

    I am no php expert...but do know that small things like additional blank lines, spaces, etc can cause a php hiccup. If you have followed the override suggested model there should be only a few files that you have edited and therefore be at the root of your problen and require checking.

    Unfortunately, even these few files have to be looked over line for line, space by space etc.

  10. #10

    Default Re: Desperate Plea for Help...My Account page not displaying

    I shall go over the code very closely again.

    But again my question would be why do all the other templates work properly when called by main_page but this single one doesn't?

    If it were a mistake in the php wouldn't all the templates render incorrectly?

    Is there something unique to the Account template that would cause it to die when it is called?

    I have not touched the account template at all, so that can't be it.

    thanks for all the help and suggestions so far. This is the final piece waiting before I can launch this store for the client and it's driving me insane.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. create account success page not displaying!
    By rebelman in forum General Questions
    Replies: 1
    Last Post: 2 Jul 2011, 09:16 PM
  2. Problems...Desperate for help
    By spuryou in forum General Questions
    Replies: 5
    Last Post: 29 Jun 2011, 09:11 PM
  3. Desperate for help :-(
    By hamid84 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 7 Aug 2007, 09:28 PM
  4. Replies: 59
    Last Post: 30 Dec 2006, 05:24 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