We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

Repeet plugin: Page won’t load when limit is over 274 entries

Development and Programming

Ryan Battles's avatar
Ryan Battles
63 posts
about 16 years ago
Ryan Battles's avatar Ryan Battles

I am running EE 1.6.7, Repeet 1.0.7.

Everything works okay until my entries limit is over 274 entries. Under that number, the page loads fine, over that number, the page doesn’t load, doen’t give an error, just returns a blank HTML file.

The URL is http://www.ilistpaducah.com

Here is the code (The PHP is to make an advertisement show up every third listing):

<!-- BEGIN THIS WEEKS EVENTS -->    
/images/uploads/site/header_thisweek.gif    
<?php
    $counter=0;
    $offsetter=1;
?>
{exp:repeet:parse date_header_interval="day"}
    {repeet:date_header}{/repeet:date_header}
    {repeet:no_results}Oops, looks like there are no events in the time range you specified.{/repeet:no_results}
    {exp:repeet:get_ids weblog="events" parse="inward" status="not closed|pending" dynamic="off" begin="today" end="6 days" }

        {exp:weblog:entries weblog="events" entry_id="{repeet:entry_ids}" disable="categories|member_data|pagination|trackbacks" dynamic="off" show_future_entries="yes" status="not closed|pending" search:event_ongoing="not Daily" limit="273"}

{!--NOTE: Setting the above value for limit will significantly affect load times--}

            {repeet:item}

                  {!--  BEGIN REPEET SETUP  --}
                  {repeet:entry_date}{entry_date format="%Y-%m-%d %H:%i"}{/repeet:entry_date}
                  {repeet:expiration_date}{expiration_date format="%Y-%m-%d %H:%i"}{/repeet:expiration_date}
                  {repeet:interval}{event_ongoing}{/repeet:interval}
                  {repeet:include_dates}{event_include_dates}{/repeet:include_dates}
                  {repeet:exclude_dates}{event_exclude_dates}{/repeet:exclude_dates}
                  {!--  END REPEET SETUP  --}      

                  {repeet:display}
                    <hr>
                    <?php
                        $counter ++;
                        if (($counter % 3) == 0){
                        ?>
                            {embed="_includes/home_content_sponsors" offsetter="<?php echo $offsetter?>"}
                        <?php
                            $offsetter++;
                        }
                    ?>
                    <div class="eventdate">
                        {event_image}{repeet:start_time format="%l, %F %j"}
                    </div> 
                    {if event_url}
                        <div class="maintext"><strong><a href="http://{exp:zm_extract_url_plus" target="_blank" rel="noopener">{title}</a></strong>

                        {if:else}
                        <div class="maintext"><strong>{title}</strong>

                    {/if}
                    {if event_venue}
                        {event_venue}

                    {/if}
                    {if event_time == "Yes"}
                        {if "{entry_date format="%g:%i %a"}" == "{expiration_date format="%g:%i %a"}"}
                            {entry_date format="%g:%i %a"}

                            {if:elseif "{expiration_date format="%g:%i %a"}" == ""}
                            {entry_date format="%g:%i %a"}

                            {if:else}
                            {entry_date format="%g:%i %a"} - {expiration_date format="%g:%i %a"}

                        {/if}
                    {/if}
                    

                    <a href="/events/event/{url_title}/{repeet:start_time" class="more-link">Full Listing</a>

                    <div class="clearright" align="right">
                        <a href="#top">BACK TO TOP</a>
                    </div>
                    </div><!--maintext-->
                  {/repeet:display}
            {/repeet:item}
        {/exp:weblog:entries}
    {/exp:repeet:get_ids}

[color=purple]Moved to Plugins by Moderator[/color]
{/exp:repeet:parse}
<!-- END THIS WEEK'S EVENTS -->
       
Sue Crocker's avatar
Sue Crocker
26,054 posts
about 16 years ago
Sue Crocker's avatar Sue Crocker

Ryan, we don’t provide direct support for third party addons. Moving this to Plugins forum for additional community support.

       
Ryan Battles's avatar
Ryan Battles
63 posts
about 16 years ago
Ryan Battles's avatar Ryan Battles

Thanks Sue, I was wondering what the proper protocol was for third party add-ons. I will post there in the future for inquiries of this type.

       

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.