Hi, having bizzare issues again with a MSM install. I’m trying to list out ~115 entries, which is only works intermittently. Do you know what could be causing this? I tried increasing the PHP memory limit up to 128M – I don’t think I need to go much higher. Thanks for the help!
{exp:weblog:entries weblog="screen_reps" dynamic="off" orderby="title" sort="asc" limit="125" disable="category_fields|member_data|pagination|trackbacks"}
<tr class="{switch="odd|even"}">
<td class="list-contact">{if repmail}<a href="mailto:{repmail}">{/if}{title}{if repmail}</a>{/if}</td>
<td class="list-company">{company}</td>
<td class="list-address">{address}<br>{city}, {state} {zip}</td>
<td class="list-phone">{if phone}O: {phone}{/if}{if cell}
C: {cell}{/if}</td>
<td class="list-fax">{fax}</td>
<td class="list-territory">{geo}</td>
</tr>
{/exp:weblog:entries}