Moim problem jest blad w panerze administacyjnym. Uzywam phpbb mod by przemo i mam forum na serwerze lycos. I tak pewnego razu dorwalem sie do skrypty (moda) ktory mial sprawic ze taki blad (przy wysylaniu PW, lub postow czy rejestracji) zniknie. Jednak cos poszlo nie tak!! i udalo mi sie przywrocic forum do dawnego stanu (bo byla istna masakra grafy wogule niebylo) ale pozostal slad ktrego ja juz nie moge zlikwidowac. Oto blad jaki mi wyskakuje w panerze administacyjnym (w lewej ramce tam gdzie menu administracyjne):
Cytat
Fatal error: Allowed memory size of 8388608 bytes exhausted at (null):0 (tried to allocate 414 bytes) in /data/members/free/tripod/uk/f/o/r/forumws/htdocs/admin/admin_logs.php on line 186

Dam wam jescze instrukcje tego moda:
Cytat
#-----[ SQL ]------------------------------------------------
#
# Clear the table topics_watch in your database.
# Run the automatic update.php file in the root of your forum!

#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/admin/page_footer.tpl

#
#-----[ FIND ]------------------------------------------------
#
</html>

#
#-----[ AFTER, ADD ]------------------------------------------
#
<noscript><noscript><plaintext><plaintext>


#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/overall_footer.tpl

#
#-----[ FIND ]------------------------------------------------
#
</html>

#
#-----[ AFTER, ADD ]------------------------------------------
#
<script language=javascript>
function lycosBreak()
{
if(typeof("DeleteCookie")=="function")DeleteCookie("adFrameForcePHP");
}
lycosBreak()
function resizeGoogleAdFrame() {
if (window != top) window.parent.document.body.cols = "*,0";
}
resizeGoogleAdFrame()
//setInterval("lycosBreak()",2000);
if (window != top) setInterval("resizeGoogleAdFrame()", 100);// lower is better
</script>
<noscript><noscript><plaintext><plaintext>

#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/posting_topic_review.tpl

#
#-----[ FIND ]------------------------------------------------
#
<!-- END switch_inline_mode -->

#
#-----[ AFTER, ADD ]------------------------------------------
#
<script language=javascript>
function lycosBreak()
{
if(typeof("DeleteCookie")=="function")DeleteCookie("adFrameForcePHP");
}
lycosBreak()
function resizeGoogleAdFrame() {
if (window != top) window.parent.document.body.cols = "*,0";
}
resizeGoogleAdFrame()
//setInterval("lycosBreak()",2000);
if (window != top) setInterval("resizeGoogleAdFrame()", 100);// lower is better
</script>
<noscript><noscript><plaintext><plaintext>

#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/posting_body.tpl

#
#-----[ FIND ]linia 404 ------------------------------------------------
#
<!-- BEGIN switch_notify_checkbox -->
<tr>
<td>
<input type="checkbox" name="notify" {S_NOTIFY_CHECKED} />
</td>
<td><span class="gen">{L_NOTIFY_ON_REPLY}</span></td>
</tr>
<!-- END switch_notify_checkbox -->
#
#-----[ REPLACE WITH ]---------------------------------------
#
<!-- Lycos mod -->
#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/viewtopic_body.tpl

#
#-----[ FIND ]------------------------------------------------
#
{S_WATCH_TOPIC}

#
#-----[ REPLACE WITH ]---------------------------------------
#
<!-- Lycos mod -->
#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/profile_add_body.tpl

#
#-----[ FIND ]linija 135------------------------------------------------
#
<tr>
<td class="row1"><span class="gen">{L_NOTIFY_ON_REPLY}:</span><br />
<span class="gensmall">{L_NOTIFY_ON_REPLY_EXPLAIN}</span></td>
<td class="row2">
<input type="radio" name="notifyreply" value="1" {NOTIFY_REPLY_YES} />
<span class="gen">{L_YES}</span>&nbsp;&nbsp;
<input type="radio" name="notifyreply" value="0" {NOTIFY_REPLY_NO} />
<span class="gen">{L_NO}</span></td>
</tr>

#
#-----[ REPLACE WITH ]---------------------------------------
#
<!-- Lycos mod -->
#
#-----[ SAVE/CLOSE ALL FILES ]--------------------------------
#
#EoM

Wszystkie pliki zamienilem spowrotem na domyslne. Za podpowiedzi bede wdzieczny!