Results 1 to 8 of 8
  1. #1
    Join Date
    Jul 2011
    Posts
    107
    Plugin Contributions
    0

    Default EZ pages not loading

    Hi there :)

    I've encountered a few issues with my site lately and this is the last one to fix. I am so grateful for all the help I have received on this site For some reason, my ez pages no longer load I don't have a lot of them but the ones I do have include my pricing, gallery and FAQ's pages under the Important Links header in the right hand column. Does anyone have any idea what could be wrong?

    Thanks

  2. #2
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: EZ pages not loading

    Your page stops loading after this line:

    <!-- bof upload alerts --> <!-- eof upload alerts --> <div class="centerColumn" id="ezPageDefault"> <h1 id="ezPagesHeading">Product Pricing</h1>


    So, you may or may not have an error in your log folder.

    There's a chance that one of your core ezpage files has an error in the code that's causing every page to fail after it loads the ezpage heading.
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    June 7.2026 - NOW AVAILABLE - Twitch Base8 - Obsidian

  3. #3
    Join Date
    Jul 2011
    Posts
    107
    Plugin Contributions
    0

    Default Re: EZ pages not loading

    Thanks Twitchtoo for your reply but you might have to dumb it down for me...lol...I'm not all that great at code etc...lol!

  4. #4
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: EZ pages not loading

    Quote Originally Posted by jcrewe View Post
    Thanks Twitchtoo for your reply but you might have to dumb it down for me...lol...I'm not all that great at code etc...lol!
    I just scanned a working 1.54 install. Led me to only one file:
    includes/templates/your_template/templates/tpl_page_default.php

    Here I find:

    <div class="centerColumn" id="ezPageDefault">
    <h1 id="ezPagesHeading"><?php echo $var_pageDetails->fields['pages_title']; ?></h1>

    <?php if (EZPAGES_SHOW_PREV_NEXT_BUTTONS=='2' and $counter > 1) { ?>
    <div id="navEZPageNextPrev">
    <a href="<?php echo $prev_link; ?>"><?php echo $previous_button; ?></a>
    <?php echo zen_back_link() . $home_button; ?></a>
    <a href="<?php echo $next_link; ?>"><?php echo $next_item_button; ?></a>
    </div>
    <?php } elseif (EZPAGES_SHOW_PREV_NEXT_BUTTONS=='1') { ?>
    <div id="navEZPageNextPrev"><?php echo zen_back_link() . $home_button . '</a>'; ?></div>
    <?php } ?>

    Your site stops after it prints the line of code I've highlighted in bold. Next it wants to show the previous and next buttons if you have that feature turned on in admin?

    There may be logs in your FTP root directory /logs that pertain to some epic coding failure... or a simple syntax error that would point right at the file or data causing this problem.

    Have you any strange code in the beginning of any of your ezpages content?
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    June 7.2026 - NOW AVAILABLE - Twitch Base8 - Obsidian

  5. #5
    Join Date
    Jul 2011
    Posts
    107
    Plugin Contributions
    0

    Default Re: EZ pages not loading

    Quote Originally Posted by twitchtoo View Post
    Your site stops after it prints the line of code I've highlighted in bold. Next it wants to show the previous and next buttons if you have that feature turned on in admin?

    There may be logs in your FTP root directory /logs that pertain to some epic coding failure... or a simple syntax error that would point right at the file or data causing this problem.

    Have you any strange code in the beginning of any of your ezpages content?
    I do have the next/previous button activated. For s**ts and giggles I turned it off and to see if it would make a different and it didn't.

    You lost me on the FTP root directly log...lol! I know how to change stuff in the zc admin, add produts/pricing and have manged to change some settings with the help of some wonderful people on this forum. Other than that, I'm lost!

    How would I be able to check to see if I have any strange code at the beginning of any of my ez pages? I created most of them in the zc admin and I don't see anything strange in the text box area. That said, it is also not showing code...it is wysiwyg.

  6. #6
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: EZ pages not loading

    You need to connect to your FTP server to view the /logs folder.

    Which WYSIWYG plugin and version are you using with ZenCart version ?
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    June 7.2026 - NOW AVAILABLE - Twitch Base8 - Obsidian

  7. #7
    Join Date
    Jul 2011
    Posts
    107
    Plugin Contributions
    0

    Default Re: EZ pages not loading

    I found the logs folder in my ftp but I have no idea what I am looking for

    Sorry, wysiwyg was probably the wrong acronym to use...lol. I simply meant that in the HTML content box what I could see is what it would actually look like on the website and that I wasn't editing in code. I hope that makes sense

  8. #8
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: EZ pages not loading

    Quote Originally Posted by jcrewe View Post
    I found the logs folder in my ftp but I have no idea what I am looking for
    Open the filenames containing 'myDEBUG' or 'myDEBUG-adm' and if there are php errors, you will see the details.

    Quote Originally Posted by jcrewe View Post
    Sorry, wysiwyg was probably the wrong acronym to use...lol. I simply meant that in the HTML content box what I could see is what it would actually look like on the website and that I wasn't editing in code. I hope that makes sense
    It's important to know if a module like CKEditor is installed in your admin. Or if you are running a 'vanilla/stock' ZC 1.54. These editors can become outdated and need upgrading or they can add extra code to the field data... which won't load in your browser.
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    June 7.2026 - NOW AVAILABLE - Twitch Base8 - Obsidian

 

 

Similar Threads

  1. Javascript not loading on Checkout pages
    By tcarden in forum General Questions
    Replies: 3
    Last Post: 25 Mar 2014, 06:43 PM
  2. Replies: 9
    Last Post: 19 Apr 2012, 05:56 PM
  3. Some pages not loading completely
    By mgmoore in forum General Questions
    Replies: 11
    Last Post: 26 Jul 2010, 08:59 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