Hello,
I have a weird problem that happens the last couple of days.
I have set my blog to show 24 articles per page.
At this moment I have 1624 articles in the database.
The weird thing happens when I click on the Edit tab in my admin panel.
The rendering of the edit page stops completely not showing any articles.
When I change the blog to show 15 articles, the page renders normally. This is the HTML output when the page fails:
As you can see, it just stops rendering, so I was hoping someone knows what is going on here.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="nl-NL" lang="nl-NL">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>b2evo :: Blader door weblog</title>
<link href="variation.css" rel="stylesheet" type="text/css" title="Variation" />
<link href="desert.css" rel="alternate stylesheet" type="text/css" title="Desert" />
<link href="legacy.css" rel="alternate stylesheet" type="text/css" title="Legacy" />
<script type="text/javascript" src="styleswitcher.js"></script>
</head>
<body>
<div id="header">
<a href="http://b2evolution.net/" title="Bezoek de b2evolution website"><img id="evologo" src="../img/b2evolution_minilogo2.png" alt="b2evolution" title="Bezoek de b2evolution website" width="185" height="40" /></a>
<div id="headfunctions">
Style: <a href="#" onclick="setActiveStyleSheet('Variation'); return false;" title="Variation (Default)">V</a>·<a href="#" onclick="setActiveStyleSheet('Desert'); return false;" title="Desert">D</a>·<a href="#" onclick="setActiveStyleSheet('Legacy'); return false;" title="Legacy">L</a> •
<a href="http://www.goedzo.com/htsrv/login.php?action=logout">Uitloggen</a>
•
<a href="http://www.goedzo.com">Naar het weblog <img src="img/close.gif" width="14" height="14" class="top" alt="" title="Naar het weblog" /></a><br />
</div>
<div id="headinfo">
b2evo v <strong>0.9.0.11</strong>
· Weblog tijd: <strong>18:29:16</strong>
· GMT: <strong>17:29:16</strong>
· Ingelogd als: <strong>julien</strong>
</div>
<ul class="tabs">
<li><a href="b2edit.php?blog=1" style="font-weight: bold;">Schrijf</a></li><li class="current"><a href="b2browse.php?blog=1" style="font-weight: bold;">Bewerk</a></li><li><a href="b2categories.php?blog=1" >Categorien</a></li><li><a href="b2blogs.php" >Weblogs</a></li><li><a href="b2stats.php" >Statistieken</a></li><li><a href="b2antispam.php" >AntiSpam</a></li><li><a href="b2template.php">Sjablonen</a></li><li><a href="b2users.php" >Gebruikers</a></li><li><a href="b2options.php" >Instellingen</a></li><li><a href="tools.php" >Hulpmiddelen</a></li>
</ul>
</div>
<div id="TitleArea">
<h1><strong>:: Blader door weblog</strong>
<a href="b2browse.php?blog=1" class="CurrentBlog">goedZO</a>
</h1>
</div>
<div class="panelbody"><div class="left_col">
<div class="NavBar">
<h2></h2><table cellpadding="0" cellspacing="0" border="0">
<tr>
<td>
<table cellpadding="0" cellspacing="0" border="0"><tr>
Help! Now the same problem happens on my frontpage when I set the total of messages to show above 13.
The blog just empties out.
The HTML I receive is the following:
It just breaks when wanting to show the posts. Please help because I cannot use my board at this moment.
In my php code, it is the following method that breaks: