forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: ShiversOfHorror on June 04, 2010, 11:10:21 pm

Title: Failed to find block 'output_buffer' Error
Post by: ShiversOfHorror on June 04, 2010, 11:10:21 pm
Today I uploaded a few videos and photos, everything was great. A couple hours later, I go back in to the main page of the gallery and I now have this error:

Quote
Template error
Failed to find block 'file_line'(#(<!-- BEGIN file_line -->)(.*?)(<!-- END file_line -->)#s) in :

        <tr>
                <td class="tableb" align="center">
                        <font size="3"><b>{MESSAGE}</b></font>


                        <br /><br />
                </td>
        </tr>


I found this topic: http://forum.coppermine-gallery.net/index.php/topic,57009.0.html which led me to going into debug mode. Once in debug mode I get this error:

Quote
Template error
Failed to find block 'output_buffer'(#(<!-- BEGIN output_buffer -->)(.*?)(<!-- END output_buffer -->)#s) in :

        <tr>
                <td class="tableb" align="center">
                        <font size="3"><b>{MESSAGE}</b></font>
<!-- BEGIN file_line -->
                        <br />
                        <br />
                        {FILE_TXT}{FILE} - {LINE_TXT}{LINE}
<!-- END file_line -->

                        <br /><br />
                </td>
        </tr>

I looked through phpMyadmin database, I see the following "cpg_pictures' is marked as crashed and should be repaired" I went in and repaired the table. All seems to be working now.

I'm just curious why this might have happened. Is it just something that happens sometimes or did I do it somehow?
Title: Re: Failed to find block 'output_buffer' Error
Post by: Joachim Müller on June 05, 2010, 11:09:03 am
This is the last time that I remind you of board rules, as moderators had to do so frequently already, e.g. in
Let me remind you of board rules (http://forum.coppermine-gallery.net/index.php/topic,55415.0.html) as well - you agreed to respect them when signing up. In your special case: post a link to your gallery.
You have a record of misbehaviour. Improve it or you'll get banned.
Title: Re: Failed to find block 'output_buffer' Error
Post by: ShiversOfHorror on August 27, 2010, 05:26:41 pm
I'm sorry, I don't like posting my link unless needed and I didn't think I needed to post a link for it since technically my issue was already solved. and I was just looking for a reason why it had happened.

Anyhow, the link to my gallery is 

http://www.campblood.net/gallery

I got the same error again today for no reason, and again fixed it like I did above. I'm just curious as to why I might be getting this error, if there is something I am doing wrong.