Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2010
    Posts
    205
    Plugin Contributions
    0

    Default Any ideas on how to track this change ?

    Hi everyone - I've just created a cool little side box using the free editable sidebox module. I was able to insert a rolling flash script showing new artists... just click on the artist and off you go. (you can check it out by going to oc-music.com and you'll see the box in the lower right corner). Click on Rachel Millman and it goes to page 2 ... all is good. Click on Nicole Berke and it goes to a blank page 3. Yes, I've gone into page 3 through my admin/define pages editor and everything is correct. But there is nothing on page 3. Thinking there was even a slight possibilty I screwed up my HTML, I just entered "this is a test" in the editor and still no text.

    So my next step was to view the source for page 2 and page 3. Here's what I get on page 2 (the working page):

    <!-- eof upload alerts -->

    <div class="centerColumn" id="pageTwo">
    <h1 id="pageTwoHeading">Page 2</h1>

    <div id="pageTwoMainContent" class="content">
    <html>
    <head>
    and the rest of the html follows.........


    Here's what I get for the non-working page3

    <!-- eof upload alerts -->

    <div class="centerColumn" id="pageThree">
    <h1 id="pageThreeHeading">Page 3</h1>


    <div class="buttonRow back"><a href="http://oc-music.com/index.php?main_page=index"><img src="includes/templates/template_default/buttons/english/button_back.gif" alt="Back" title=" Back " width="39" height="15" /></a></div>
    </div>

    NO HTML.... for the life of me I can't figure what file I modified to mess this up but if you can give me any ideas on where to look, it's really appreciated.

  2. #2
    Join Date
    Feb 2010
    Location
    Arizona
    Posts
    50
    Plugin Contributions
    0

    Default Re: Any ideas on how to track this change ?

    <div id="pageThreeMainContent" class="content">????

    It looks like the above Document Division div got messed up/corrupted, and another clue is two div closing tags


    height="15" /></a></div>
    </div> <<<<<???? 2


    in your sample. If that div vanishes, so will the content it contains. i don't know how it's called, but wherever it's generated at, you have to check the validity of the div:

    id="pageThreeMainContent"

    Maybe be consistently closing or not, because i also notice the second div, in the second page, has a closing div, which might be confusing the parser, try it in different browsers, and machines. That could just be a nested div, but I don't know and I just thought I'll throw it out there, now I'm going to go run and hide, be back at midnite lol
    Last edited by 10west; 30 Apr 2010 at 11:57 PM.

  3. #3
    Join Date
    Feb 2010
    Posts
    205
    Plugin Contributions
    0

    Default Resolved

    I was so convinced the problem was with a php modification!! It turns out there is a define pages setting (admin/configuration)that enables/disables pages 2,3, & 4 ........ page 3 came up as soon as I enabled it.

 

 

Similar Threads

  1. v151 Buying Credit - any ideas how this could be done?
    By adb34 in forum General Questions
    Replies: 8
    Last Post: 3 May 2013, 03:22 PM
  2. Replies: 0
    Last Post: 21 Oct 2011, 01:15 AM
  3. Any Ideas on This Challenge?
    By CabinetGuy in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 4 Apr 2008, 04:25 PM
  4. Any Ideas On This?
    By Snotori in forum Addon Payment Modules
    Replies: 1
    Last Post: 19 Sep 2006, 12:42 AM
  5. Any ideas about this?
    By duffster2004 in forum General Questions
    Replies: 0
    Last Post: 11 Jul 2006, 03:36 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