+ Reply to Thread
Results 1 to 5 of 5

Thread: Weird phpBB3 error

  1. #1
    z_killemall's Avatar
    z_killemall is offline x10Hosting Member z_killemall is an unknown quantity at this point
    Join Date
    Nov 2007
    Posts
    47

    Weird phpBB3 error

    Hi there, maybe someone of you can help me out with this trouble.

    I recently instaled phpBB3 and a couple of mods for a new site I'm working since some time ago. Yesterday I started to modify the skin without noticing that phpBB3 keeps a cache of all recently used files in order to work faster, which needs to be deleted to see all changes made to the boards.
    Once the cache was deleted a PHP syntax error appeared:
    Parse error: syntax error, unexpected $end in /home/emugortd/public_html/phpbb3/cache/tpl_prosilver_overall_header.html.php on line 235
    The only thing that line says is </html>.

    This error appears in the cached file, I added it below so maybe someone can figure out what's wrong with it.

    Thanks a lot in advance!
    HTML Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    
    <html lang="{S_USER_LANG}" xmlns="http://www.w3.org/1999/xhtml" xml:lang="{S_USER_LANG}" dir="{S_CONTENT_DIRECTION}">
    
    <head>
    
    <meta http-equiv="Content-Type" content="text/html; charset=ansi_x3.110-1983" />
    
    <meta http-equiv="content-style-type" content="text/css" />
    
    <meta http-equiv="content-language" content="{S_USER_LANG}" />
    
    <meta http-equiv="imagetoolbar" content="no" />
    
    <meta name="resource-type" content="document" />
    
    <meta name="distribution" content="global" />
    
    <meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
    
    <meta name="keywords" content="" />
    
    <meta name="description" content="" />
    
    {META}
    
    <title>{SITENAME} • &lt;!-- IF S_IN_MCP --&gt;{L_MCP} • &lt;!-- ELSEIF S_IN_UCP --&gt;{L_UCP} • &lt;!-- ENDIF --&gt;{PAGE_TITLE}</title><!--
    
        phpBB style name: prosilver
    
        Based on style:   prosilver (this is the default phpBB3 style)
    
        Original author:  Tom Beddard ( http://www.subBlue.com/ )
    
        Modified by:
    
        
    
        NOTE: This page was generated by phpBB, the free open-source bulletin board package.
    
              The phpBB Group is not responsible for the content of this page and forum. For more information
    
              about phpBB please visit http://www.phpbb.com
    
    -->
    
    <script type="text/javascript">
    
    // <![CDATA[
    
        var jump_page = '{LA_JUMP_PAGE}:';
    
        var on_page = '{ON_PAGE}';
    
        var per_page = '{PER_PAGE}';
    
        var base_url = '{A_BASE_URL}';
    
        var style_cookie = 'phpBBstyle';
    
        var style_cookie_settings = '{A_COOKIE_SETTINGS}';
    
        var onload_functions = new Array();
    
        var onunload_functions = new Array();
    
    
    
        <!-- IF S_USER_PM_POPUP -->
    
            if ('{S_NEW_PM}')
    
            {
    
                var url = '{UA_POPUP_PM}';
    
                window.open(url.replace(/&amp;/g, '&'), '_phpbbprivmsg', 'height=225,resizable=yes,scrollbars=yes, width=400');
    
            }
    
        <!-- ENDIF -->
    
    
    
        /**
    
        * Find a member
    
        */
    
        function find_username(url)
    
        {
    
            popup(url, 760, 570, '_usersearch');
    
            return false;
    
        }
    
    
    
        /**
    
        * New function for handling multiple calls to window.onload and window.unload by pentapenguin
    
        */
    
        window.onload = function()
    
        {
    
            for (var i = 0; i < onload_functions.length; i++)
    
            {
    
                eval(onload_functions[i]);
    
            }
    
        }
    
    
    
        window.onunload = function()
    
        {
    
            for (var i = 0; i < onunload_functions.length; i++)
    
            {
    
                eval(onunload_functions[i]);
    
            }
    
        }
    
    
    
    // ]]>
    
    </script>
    
    <script type="text/javascript" src="{T_TEMPLATE_PATH}/styleswitcher.js"></script>
    
    <script type="text/javascript" src="{T_TEMPLATE_PATH}/forum_fn.js"></script>
    
    <link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
    
    <link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />
    
    <link href="{T_THEME_PATH}/normal.css" rel="stylesheet" type="text/css" title="A" />
    
    <link href="{T_THEME_PATH}/medium.css" rel="alternate stylesheet" type="text/css" title="A+" />
    
    <link href="{T_THEME_PATH}/large.css" rel="alternate stylesheet" type="text/css" title="A++" /><!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
    
    <link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" /><!-- ENDIF -->
    
    </head>
    
    <body class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}" id="phpbb">
    
    <div id="wrap"><a id="top" name="top" accesskey="t"></a>
    
    <div id="page-header">
    
    <div class="headerbar">
    
    <div class="inner"><span class="corners-top"><span></span></span>
    
    <div id="site-description"><a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
    
    <h1>{SITENAME}</h1>
    
    <ul class="linklist">
    
    <li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a><!-- IF S_USER_LOGGED_IN --> • <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><!-- ENDIF --> • <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></li><!-- IF not S_IS_BOT and U_MARK_FORUMS -->
    
    <li class="rightside"><a href="{U_MARK_FORUMS}" accesskey="m">{L_MARK_FORUMS_READ}</a></li></ul>
    
    <ul class="linklist"><!-- ENDIF --></ul><!-- INCLUDE forumlist_body.html --><!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
    
    <h3>&nbsp;</h3>
    
    <p style="display: none"><a href="#start_here">{L_SKIP}</a></p></div><!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
    
    <div id="search-box">
    
    <form action="{U_SEARCH}" method="post" id="search">
    
    <fieldset><input name="keywords" id="keywords" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="&lt;!-- IF SEARCH_WORDS--&gt;{SEARCH_WORDS}&lt;!-- ELSE --&gt;{L_SEARCH_MINI}&lt;!-- ENDIF --&gt;" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" type="text" /> <input class="button2" value="{L_SEARCH}" type="submit" />&nbsp;<span></span></fieldset></form></div><!-- ENDIF --><span class="corners-bottom"><span>
    
    <div class="navbar">
    
    <div class="inner"><span class="corners-top"></span>
    
    <ul class="linklist navlinks">
    
    <li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>‹</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>
    
    <li class="rightside"><a href="#" onclick="fontsizeup(); return false;" onkeypress="fontsizeup(); return false;" class="fontsize" title="{L_CHANGE_FONT_SIZE}">{L_CHANGE_FONT_SIZE}</a></li><!-- IF U_EMAIL_TOPIC -->
    
    <li class="rightside"><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}" class="sendemail">{L_EMAIL_TOPIC}</a></li><!-- ENDIF --><!-- IF U_EMAIL_PM -->
    
    <li class="rightside"><a href="{U_EMAIL_PM}" title="{L_EMAIL_PM}" class="sendemail">{L_EMAIL_PM}</a></li><!-- ENDIF --><!-- IF U_PRINT_TOPIC -->
    
    <li class="rightside"><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}" accesskey="p" class="print">{L_PRINT_TOPIC}</a></li><!-- ENDIF --><!-- IF U_PRINT_PM -->
    
    <li class="rightside"><a href="{U_PRINT_PM}" title="{L_PRINT_PM}" accesskey="p" class="print">{L_PRINT_PM}</a></li><!-- ENDIF --></ul><!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
    
    <ul class="linklist leftside">
    
    <li class="icon-ucp"><a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="u">{L_PROFILE}</a><!-- IF S_DISPLAY_PM --> (<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>)<!-- ENDIF --> • <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><!-- IF U_RESTORE_PERMISSIONS --> •<a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a><!-- ENDIF --></li></ul><!-- ENDIF -->
    
    <ul class="linklist rightside">
    
    <li class="icon-faq"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li><!-- IF not S_IS_BOT --><!-- IF S_DISPLAY_MEMBERLIST -->
    
    <li class="icon-members"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></li><!-- ENDIF --><!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED -->
    
    <li class="icon-register"><a href="{U_REGISTER}">{L_REGISTER}</a></li><!-- ENDIF -->
    
    <li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li><!-- ENDIF --></ul><span class="corners-bottom"><span></span></span></div></div></span></span></div><a id="start_here" name="start_here"></a>
    
    <div id="page-body"><!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
    
    <div id="message" class="rules">
    
    <div class="inner"><span class="corners-top"><span></span></span><strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED}<span class="corners-bottom"><span></span></span></div></div><!-- ENDIF --></div></div></div></div>
    
    </body>
    
    </html>

  2. #2
    CWebguy is offline x10Hosting Member CWebguy is an unknown quantity at this point
    Join Date
    Sep 2007
    Posts
    13

    Re: Weird phpBB3 error

    I think it means you need to close one of your tags, (get it, unexpected end?)

    Cheers,

  3. #3
    z_killemall's Avatar
    z_killemall is offline x10Hosting Member z_killemall is an unknown quantity at this point
    Join Date
    Nov 2007
    Posts
    47

    Re: Weird phpBB3 error

    I know that error means that at least one of the tags are open, I just can't find a single open tag across the code...

    However, in the hurry I posted the wrong code (when I opened the file in Dreamweaver it executed all the code :P ), this is the code I wanted to post (I'll have to put it in 2 posts since it's longer than 10000 characters):

    PHP Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

    <html lang="<?php echo (isset($this->_rootref['S_USER_LANG'])) ? $this->_rootref['S_USER_LANG'] : ''?>" xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo (isset($this->_rootref['S_USER_LANG'])) ? $this->_rootref['S_USER_LANG'] : ''?>" dir="<?php echo (isset($this->_rootref['S_CONTENT_DIRECTION'])) ? $this->_rootref['S_CONTENT_DIRECTION'] : ''?>">

    <head>

    <meta http-equiv="Content-Type" content="text/html; charset=ansi_x3.110-1983" />

    <meta http-equiv="content-style-type" content="text/css" />

    <meta http-equiv="content-language" content="<?php echo (isset($this->_rootref['S_USER_LANG'])) ? $this->_rootref['S_USER_LANG'] : ''?>" />

    <meta http-equiv="imagetoolbar" content="no" />

    <meta name="resource-type" content="document" />

    <meta name="distribution" content="global" />

    <meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />

    <meta name="keywords" content="" />

    <meta name="description" content="" />

    <?php echo (isset($this->_rootref['META'])) ? $this->_rootref['META'] : ''?>

    <title><?php echo (isset($this->_rootref['SITENAME'])) ? $this->_rootref['SITENAME'] : ''?> • &lt;!-- IF S_IN_MCP --&gt;<?php echo ((isset($this->_rootref['L_MCP'])) ? $this->_rootref['L_MCP'] : ((isset($user->lang['MCP'])) ? $user->lang['MCP'] : '{ MCP }')); ?> • &lt;!-- ELSEIF S_IN_UCP --&gt;<?php echo ((isset($this->_rootref['L_UCP'])) ? $this->_rootref['L_UCP'] : ((isset($user->lang['UCP'])) ? $user->lang['UCP'] : '{ UCP }')); ?> • &lt;!-- ENDIF --&gt;<?php echo (isset($this->_rootref['PAGE_TITLE'])) ? $this->_rootref['PAGE_TITLE'] : ''?></title><!--

    phpBB style name: prosilver

    Based on style: prosilver (this is the default phpBB3 style)

    Original author: Tom Beddard ( http://www.subBlue.com/ )

    Modified by:



    NOTE: This page was generated by phpBB, the free open-source bulletin board package.

    The phpBB Group is not responsible for the content of this page and forum. For more information

    about phpBB please visit http://www.phpbb.com

    -->

    <script type="text/javascript">

    // <![CDATA[

    var jump_page = '<?php echo ((isset($this->_rootref['LA_JUMP_PAGE'])) ? $this->_rootref['LA_JUMP_PAGE'] : ((isset($this->_rootref['L_JUMP_PAGE'])) ? addslashes($this->_rootref['L_JUMP_PAGE']) : ((isset($user->lang['JUMP_PAGE'])) ? addslashes($user->lang['JUMP_PAGE']) : '{ JUMP_PAGE }'))); ?>:';

    var on_page = '<?php echo (isset($this->_rootref['ON_PAGE'])) ? $this->_rootref['ON_PAGE'] : ''?>';

    var per_page = '<?php echo (isset($this->_rootref['PER_PAGE'])) ? $this->_rootref['PER_PAGE'] : ''?>';

    var base_url = '<?php echo (isset($this->_rootref['A_BASE_URL'])) ? $this->_rootref['A_BASE_URL'] : ''?>';

    var style_cookie = 'phpBBstyle';

    var style_cookie_settings = '<?php echo (isset($this->_rootref['A_COOKIE_SETTINGS'])) ? $this->_rootref['A_COOKIE_SETTINGS'] : ''?>';

    var onload_functions = new Array();

    var onunload_functions = new Array();



    <?php if ($this->_rootref['S_USER_PM_POPUP']) { ?>

    if ('<?php echo (isset($this->_rootref['S_NEW_PM'])) ? $this->_rootref['S_NEW_PM'] : ''?>')

    {

    var url = '<?php echo (isset($this->_rootref['UA_POPUP_PM'])) ? $this->_rootref['UA_POPUP_PM'] : ''?>';

    window.open(url.replace(/&amp;/g, '&'), '_phpbbprivmsg', 'height=225,resizable=yes,scrollbars=yes, width=400');

    }

    <?php ?>



    /**

    * Find a member

    */

    function find_username(url)

    {

    popup(url, 760, 570, '_usersearch');

    return false;

    }



    /**

    * New function for handling multiple calls to window.onload and window.unload by pentapenguin

    */

    window.onload = function()

    {

    for (var i = 0; i < onload_functions.length; i++)

    {

    eval(onload_functions[i]);

    }

    }



    window.onunload = function()

    {

    for (var i = 0; i < onunload_functions.length; i++)

    {

    eval(onunload_functions[i]);

    }

    }



    // ]]>

    </script>

    <script type="text/javascript" src="<?php echo (isset($this->_rootref['T_TEMPLATE_PATH'])) ? $this->_rootref['T_TEMPLATE_PATH'] : ''?>/styleswitcher.js"></script>

    <script type="text/javascript" src="<?php echo (isset($this->_rootref['T_TEMPLATE_PATH'])) ? $this->_rootref['T_TEMPLATE_PATH'] : ''?>/forum_fn.js"></script>

    <link href="<?php echo (isset($this->_rootref['T_THEME_PATH'])) ? $this->_rootref['T_THEME_PATH'] : ''?>/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />

    <link href="<?php echo (isset($this->_rootref['T_STYLESHEET_LINK'])) ? $this->_rootref['T_STYLESHEET_LINK'] : ''?>" rel="stylesheet" type="text/css" media="screen, projection" />

    <link href="<?php echo (isset($this->_rootref['T_THEME_PATH'])) ? $this->_rootref['T_THEME_PATH'] : ''?>/normal.css" rel="stylesheet" type="text/css" title="A" />

    <link href="<?php echo (isset($this->_rootref['T_THEME_PATH'])) ? $this->_rootref['T_THEME_PATH'] : ''?>/medium.css" rel="alternate stylesheet" type="text/css" title="A+" />

    <link href="<?php echo (isset($this->_rootref['T_THEME_PATH'])) ? $this->_rootref['T_THEME_PATH'] : ''?>/large.css" rel="alternate stylesheet" type="text/css" title="A++" /><?php if ($this->_rootref['S_CONTENT_DIRECTION'] == ('rtl')) { ?>

    <link href="<?php echo (isset($this->_rootref['T_THEME_PATH'])) ? $this->_rootref['T_THEME_PATH'] : ''?>/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" /><?php ?>

    </head>

    <body class="section-<?php echo (isset($this->_rootref['SCRIPT_NAME'])) ? $this->_rootref['SCRIPT_NAME'] : ''?> <?php echo (isset($this->_rootref['S_CONTENT_DIRECTION'])) ? $this->_rootref['S_CONTENT_DIRECTION'] : ''?>" id="phpbb">

    <div id="wrap"><a id="top" name="top" accesskey="t"></a>

    <div id="page-header">

    <div class="headerbar">

    <div class="inner"><span class="corners-top"><span></span></span>

    <div id="site-description"><a href="<?php echo (isset($this->_rootref['U_INDEX'])) ? $this->_rootref['U_INDEX'] : ''?>" title="<?php echo ((isset($this->_rootref['L_INDEX'])) ? $this->_rootref['L_INDEX'] : ((isset($user->lang['INDEX'])) ? $user->lang['INDEX'] : '{ INDEX }')); ?>" id="logo"><?php echo (isset($this->_rootref['SITE_LOGO_IMG'])) ? $this->_rootref['SITE_LOGO_IMG'] : ''?></a>

    <h1><?php echo (isset($this->_rootref['SITENAME'])) ? $this->_rootref['SITENAME'] : ''?></h1>

    <ul class="linklist">

    <li><a href="<?php echo (isset($this->_rootref['U_SEARCH_UNANSWERED'])) ? $this->_rootref['U_SEARCH_UNANSWERED'] : ''?>"><?php echo ((isset($this->_rootref['L_SEARCH_UNANSWERED'])) ? $this->_rootref['L_SEARCH_UNANSWERED'] : ((isset($user->lang['SEARCH_UNANSWERED'])) ? $user->lang['SEARCH_UNANSWERED'] : '{ SEARCH_UNANSWERED }')); ?></a><?php if ($this->_rootref['S_USER_LOGGED_IN']) { ?> • <a href="<?php echo (isset($this->_rootref['U_SEARCH_NEW'])) ? $this->_rootref['U_SEARCH_NEW'] : ''?>"><?php echo ((isset($this->_rootref['L_SEARCH_NEW'])) ? $this->_rootref['L_SEARCH_NEW'] : ((isset($user->lang['SEARCH_NEW'])) ? $user->lang['SEARCH_NEW'] : '{ SEARCH_NEW }')); ?></a><?php ?> • <a href="<?php echo (isset($this->_rootref['U_SEARCH_ACTIVE_TOPICS'])) ? $this->_rootref['U_SEARCH_ACTIVE_TOPICS'] : ''?>"><?php echo ((isset($this->_rootref['L_SEARCH_ACTIVE_TOPICS'])) ? $this->_rootref['L_SEARCH_ACTIVE_TOPICS'] : ((isset($user->lang['SEARCH_ACTIVE_TOPICS'])) ? $user->lang['SEARCH_ACTIVE_TOPICS'] : '{ SEARCH_ACTIVE_TOPICS }')); ?></a></li><?php if (! $this->_rootref['S_IS_BOT'] && $this->_rootref['U_MARK_FORUMS']) { ?>

    <li class="rightside"><a href="<?php echo (isset($this->_rootref['U_MARK_FORUMS'])) ? $this->_rootref['U_MARK_FORUMS'] : ''?>" accesskey="m"><?php echo ((isset($this->_rootref['L_MARK_FORUMS_READ'])) ? $this->_rootref['L_MARK_FORUMS_READ'] : ((isset($user->lang['MARK_FORUMS_READ'])) ? $user->lang['MARK_FORUMS_READ'] : '{ MARK_FORUMS_READ }')); ?></a></li></ul>

    <ul class="linklist"><?php ?></ul><?php $this->_tpl_include('forumlist_body.html'); if (! $this->_rootref['S_USER_LOGGED_IN'] && ! $this->_rootref['S_IS_BOT']) { ?>

    <h3>&nbsp;</h3>

    <p style="display: none"><a href="#start_here"><?php echo ((isset($this->_rootref['L_SKIP'])) ? $this->_rootref['L_SKIP'] : ((isset($user->lang['SKIP'])) ? $user->lang['SKIP'] : '{ SKIP }')); ?></a></p></div><?php if ($this->_rootref['S_DISPLAY_SEARCH'] && ! $this->_rootref['S_IN_SEARCH']) { ?>

    <div id="search-box">

    <form action="<?php echo (isset($this->_rootref['U_SEARCH'])) ? $this->_rootref['U_SEARCH'] : ''?>" method="post" id="search">
    Last edited by z_killemall; 04-16-2009 at 05:48 PM.

  4. #4
    z_killemall's Avatar
    z_killemall is offline x10Hosting Member z_killemall is an unknown quantity at this point
    Join Date
    Nov 2007
    Posts
    47

    Re: Weird phpBB3 error

    The 2nd part of the code ;)
    PHP Code:
    <fieldset><input name="keywords" id="keywords" maxlength="128" title="<?php echo ((isset($this->_rootref['L_SEARCH_KEYWORDS'])) ? $this->_rootref['L_SEARCH_KEYWORDS'] : ((isset($user->lang['SEARCH_KEYWORDS'])) ? $user->lang['SEARCH_KEYWORDS'] : '{ SEARCH_KEYWORDS }')); ?>" class="inputbox search" value="&lt;!-- IF SEARCH_WORDS--&gt;<?php echo (isset($this->_rootref['SEARCH_WORDS'])) ? $this->_rootref['SEARCH_WORDS'] : ''?>&lt;!-- ELSE --&gt;<?php echo ((isset($this->_rootref['L_SEARCH_MINI'])) ? $this->_rootref['L_SEARCH_MINI'] : ((isset($user->lang['SEARCH_MINI'])) ? $user->lang['SEARCH_MINI'] : '{ SEARCH_MINI }')); ?>&lt;!-- ENDIF --&gt;" onclick="if(this.value=='<?php echo ((isset($this->_rootref['LA_SEARCH_MINI'])) ? $this->_rootref['LA_SEARCH_MINI'] : ((isset($this->_rootref['L_SEARCH_MINI'])) ? addslashes($this->_rootref['L_SEARCH_MINI']) : ((isset($user->lang['SEARCH_MINI'])) ? addslashes($user->lang['SEARCH_MINI']) : '{ SEARCH_MINI }'))); ?>')this.value='';" onblur="if(this.value=='')this.value='<?php echo ((isset($this->_rootref['LA_SEARCH_MINI'])) ? $this->_rootref['LA_SEARCH_MINI'] : ((isset($this->_rootref['L_SEARCH_MINI'])) ? addslashes($this->_rootref['L_SEARCH_MINI']) : ((isset($user->lang['SEARCH_MINI'])) ? addslashes($user->lang['SEARCH_MINI']) : '{ SEARCH_MINI }'))); ?>';" type="text" /> <input class="button2" value="<?php echo ((isset($this->_rootref['L_SEARCH'])) ? $this->_rootref['L_SEARCH'] : ((isset($user->lang['SEARCH'])) ? $user->lang['SEARCH'] : '{ SEARCH }')); ?>" type="submit" />&nbsp;<span></span></fieldset></form></div><?php ?><span class="corners-bottom"><span>

    <div class="navbar">

    <div class="inner"><span class="corners-top"></span>

    <ul class="linklist navlinks">

    <li class="icon-home"><a href="<?php echo (isset($this->_rootref['U_INDEX'])) ? $this->_rootref['U_INDEX'] : ''?>" accesskey="h"><?php echo ((isset($this->_rootref['L_INDEX'])) ? $this->_rootref['L_INDEX'] : ((isset($user->lang['INDEX'])) ? $user->lang['INDEX'] : '{ INDEX }')); ?></a> <?php $_navlinks_count = (isset($this->_tpldata['navlinks'])) ? sizeof($this->_tpldata['navlinks']) : 0;if ($_navlinks_count) {for ($_navlinks_i 0$_navlinks_i $_navlinks_count; ++$_navlinks_i){$_navlinks_val = &$this->_tpldata['navlinks'][$_navlinks_i]; ?> <strong>‹</strong> <a href="<?php echo $_navlinks_val['U_VIEW_FORUM']; ?>"><?php echo $_navlinks_val['FORUM_NAME']; ?></a><?php }} ?></li>

    <li class="rightside"><a href="#" onclick="fontsizeup(); return false;" onkeypress="fontsizeup(); return false;" class="fontsize" title="<?php echo ((isset($this->_rootref['L_CHANGE_FONT_SIZE'])) ? $this->_rootref['L_CHANGE_FONT_SIZE'] : ((isset($user->lang['CHANGE_FONT_SIZE'])) ? $user->lang['CHANGE_FONT_SIZE'] : '{ CHANGE_FONT_SIZE }')); ?>"><?php echo ((isset($this->_rootref['L_CHANGE_FONT_SIZE'])) ? $this->_rootref['L_CHANGE_FONT_SIZE'] : ((isset($user->lang['CHANGE_FONT_SIZE'])) ? $user->lang['CHANGE_FONT_SIZE'] : '{ CHANGE_FONT_SIZE }')); ?></a></li><?php if ($this->_rootref['U_EMAIL_TOPIC']) { ?>

    <li class="rightside"><a href="<?php echo (isset($this->_rootref['U_EMAIL_TOPIC'])) ? $this->_rootref['U_EMAIL_TOPIC'] : ''?>" title="<?php echo ((isset($this->_rootref['L_EMAIL_TOPIC'])) ? $this->_rootref['L_EMAIL_TOPIC'] : ((isset($user->lang['EMAIL_TOPIC'])) ? $user->lang['EMAIL_TOPIC'] : '{ EMAIL_TOPIC }')); ?>" class="sendemail"><?php echo ((isset($this->_rootref['L_EMAIL_TOPIC'])) ? $this->_rootref['L_EMAIL_TOPIC'] : ((isset($user->lang['EMAIL_TOPIC'])) ? $user->lang['EMAIL_TOPIC'] : '{ EMAIL_TOPIC }')); ?></a></li><?php } if ($this->_rootref['U_EMAIL_PM']) { ?>

    <li class="rightside"><a href="<?php echo (isset($this->_rootref['U_EMAIL_PM'])) ? $this->_rootref['U_EMAIL_PM'] : ''?>" title="<?php echo ((isset($this->_rootref['L_EMAIL_PM'])) ? $this->_rootref['L_EMAIL_PM'] : ((isset($user->lang['EMAIL_PM'])) ? $user->lang['EMAIL_PM'] : '{ EMAIL_PM }')); ?>" class="sendemail"><?php echo ((isset($this->_rootref['L_EMAIL_PM'])) ? $this->_rootref['L_EMAIL_PM'] : ((isset($user->lang['EMAIL_PM'])) ? $user->lang['EMAIL_PM'] : '{ EMAIL_PM }')); ?></a></li><?php } if ($this->_rootref['U_PRINT_TOPIC']) { ?>

    <li class="rightside"><a href="<?php echo (isset($this->_rootref['U_PRINT_TOPIC'])) ? $this->_rootref['U_PRINT_TOPIC'] : ''?>" title="<?php echo ((isset($this->_rootref['L_PRINT_TOPIC'])) ? $this->_rootref['L_PRINT_TOPIC'] : ((isset($user->lang['PRINT_TOPIC'])) ? $user->lang['PRINT_TOPIC'] : '{ PRINT_TOPIC }')); ?>" accesskey="p" class="print"><?php echo ((isset($this->_rootref['L_PRINT_TOPIC'])) ? $this->_rootref['L_PRINT_TOPIC'] : ((isset($user->lang['PRINT_TOPIC'])) ? $user->lang['PRINT_TOPIC'] : '{ PRINT_TOPIC }')); ?></a></li><?php } if ($this->_rootref['U_PRINT_PM']) { ?>

    <li class="rightside"><a href="<?php echo (isset($this->_rootref['U_PRINT_PM'])) ? $this->_rootref['U_PRINT_PM'] : ''?>" title="<?php echo ((isset($this->_rootref['L_PRINT_PM'])) ? $this->_rootref['L_PRINT_PM'] : ((isset($user->lang['PRINT_PM'])) ? $user->lang['PRINT_PM'] : '{ PRINT_PM }')); ?>" accesskey="p" class="print"><?php echo ((isset($this->_rootref['L_PRINT_PM'])) ? $this->_rootref['L_PRINT_PM'] : ((isset($user->lang['PRINT_PM'])) ? $user->lang['PRINT_PM'] : '{ PRINT_PM }')); ?></a></li><?php ?></ul><?php if (! $this->_rootref['S_IS_BOT'] && $this->_rootref['S_USER_LOGGED_IN']) { ?>

    <ul class="linklist leftside">

    <li class="icon-ucp"><a href="<?php echo (isset($this->_rootref['U_PROFILE'])) ? $this->_rootref['U_PROFILE'] : ''?>" title="<?php echo ((isset($this->_rootref['L_PROFILE'])) ? $this->_rootref['L_PROFILE'] : ((isset($user->lang['PROFILE'])) ? $user->lang['PROFILE'] : '{ PROFILE }')); ?>" accesskey="u"><?php echo ((isset($this->_rootref['L_PROFILE'])) ? $this->_rootref['L_PROFILE'] : ((isset($user->lang['PROFILE'])) ? $user->lang['PROFILE'] : '{ PROFILE }')); ?></a><?php if ($this->_rootref['S_DISPLAY_PM']) { ?> (<a href="<?php echo (isset($this->_rootref['U_PRIVATEMSGS'])) ? $this->_rootref['U_PRIVATEMSGS'] : ''?>"><?php echo (isset($this->_rootref['PRIVATE_MESSAGE_INFO'])) ? $this->_rootref['PRIVATE_MESSAGE_INFO'] : ''?></a>)<?php ?> • <a href="<?php echo (isset($this->_rootref['U_SEARCH_SELF'])) ? $this->_rootref['U_SEARCH_SELF'] : ''?>"><?php echo ((isset($this->_rootref['L_SEARCH_SELF'])) ? $this->_rootref['L_SEARCH_SELF'] : ((isset($user->lang['SEARCH_SELF'])) ? $user->lang['SEARCH_SELF'] : '{ SEARCH_SELF }')); ?></a><?php if ($this->_rootref['U_RESTORE_PERMISSIONS']) { ?> •<a href="<?php echo (isset($this->_rootref['U_RESTORE_PERMISSIONS'])) ? $this->_rootref['U_RESTORE_PERMISSIONS'] : ''?>"><?php echo ((isset($this->_rootref['L_RESTORE_PERMISSIONS'])) ? $this->_rootref['L_RESTORE_PERMISSIONS'] : ((isset($user->lang['RESTORE_PERMISSIONS'])) ? $user->lang['RESTORE_PERMISSIONS'] : '{ RESTORE_PERMISSIONS }')); ?></a><?php ?></li></ul><?php ?>

    <ul class="linklist rightside">

    <li class="icon-faq"><a href="<?php echo (isset($this->_rootref['U_FAQ'])) ? $this->_rootref['U_FAQ'] : ''?>" title="<?php echo ((isset($this->_rootref['L_FAQ_EXPLAIN'])) ? $this->_rootref['L_FAQ_EXPLAIN'] : ((isset($user->lang['FAQ_EXPLAIN'])) ? $user->lang['FAQ_EXPLAIN'] : '{ FAQ_EXPLAIN }')); ?>"><?php echo ((isset($this->_rootref['L_FAQ'])) ? $this->_rootref['L_FAQ'] : ((isset($user->lang['FAQ'])) ? $user->lang['FAQ'] : '{ FAQ }')); ?></a></li><?php if (! $this->_rootref['S_IS_BOT']) { if ($this->_rootref['S_DISPLAY_MEMBERLIST']) { ?>

    <li class="icon-members"><a href="<?php echo (isset($this->_rootref['U_MEMBERLIST'])) ? $this->_rootref['U_MEMBERLIST'] : ''?>" title="<?php echo ((isset($this->_rootref['L_MEMBERLIST_EXPLAIN'])) ? $this->_rootref['L_MEMBERLIST_EXPLAIN'] : ((isset($user->lang['MEMBERLIST_EXPLAIN'])) ? $user->lang['MEMBERLIST_EXPLAIN'] : '{ MEMBERLIST_EXPLAIN }')); ?>"><?php echo ((isset($this->_rootref['L_MEMBERLIST'])) ? $this->_rootref['L_MEMBERLIST'] : ((isset($user->lang['MEMBERLIST'])) ? $user->lang['MEMBERLIST'] : '{ MEMBERLIST }')); ?></a></li><?php } if (! $this->_rootref['S_USER_LOGGED_IN'] && $this->_rootref['S_REGISTER_ENABLED']) { ?>

    <li class="icon-register"><a href="<?php echo (isset($this->_rootref['U_REGISTER'])) ? $this->_rootref['U_REGISTER'] : ''?>"><?php echo ((isset($this->_rootref['L_REGISTER'])) ? $this->_rootref['L_REGISTER'] : ((isset($user->lang['REGISTER'])) ? $user->lang['REGISTER'] : '{ REGISTER }')); ?></a></li><?php ?>

    <li class="icon-logout"><a href="<?php echo (isset($this->_rootref['U_LOGIN_LOGOUT'])) ? $this->_rootref['U_LOGIN_LOGOUT'] : ''?>" title="<?php echo ((isset($this->_rootref['L_LOGIN_LOGOUT'])) ? $this->_rootref['L_LOGIN_LOGOUT'] : ((isset($user->lang['LOGIN_LOGOUT'])) ? $user->lang['LOGIN_LOGOUT'] : '{ LOGIN_LOGOUT }')); ?>" accesskey="l"><?php echo ((isset($this->_rootref['L_LOGIN_LOGOUT'])) ? $this->_rootref['L_LOGIN_LOGOUT'] : ((isset($user->lang['LOGIN_LOGOUT'])) ? $user->lang['LOGIN_LOGOUT'] : '{ LOGIN_LOGOUT }')); ?></a></li><?php ?></ul><span class="corners-bottom"><span></span></span></div></div></span></span></div><a id="start_here" name="start_here"></a>

    <div id="page-body"><?php if ($this->_rootref['S_BOARD_DISABLED'] && $this->_rootref['S_USER_LOGGED_IN'] && ( $this->_rootref['U_MCP'] || $this->_rootref['U_ACP'] )) { ?>

    <div id="message" class="rules">

    <div class="inner"><span class="corners-top"><span></span></span><strong><?php echo ((isset($this->_rootref['L_INFORMATION'])) ? $this->_rootref['L_INFORMATION'] : ((isset($user->lang['INFORMATION'])) ? $user->lang['INFORMATION'] : '{ INFORMATION }')); ?>:</strong> <?php echo ((isset($this->_rootref['L_BOARD_DISABLED'])) ? $this->_rootref['L_BOARD_DISABLED'] : ((isset($user->lang['BOARD_DISABLED'])) ? $user->lang['BOARD_DISABLED'] : '{ BOARD_DISABLED }')); ?><span class="corners-bottom"><span></span></span></div></div><?php ?></div></div></div></div>

    </body>

    </html>

  5. #5
    misson is offline x10 Spammer misson is a jewel in the rough
    Join Date
    Mar 2008
    Location
    Libertatia
    Posts
    2,506

    Re: Weird phpBB3 error

    Quote Originally Posted by z_killemall View Post
    (I'll have to put it in 2 posts since it's longer than 10000 characters):
    If the source won't fit in 1 post, it's too long to post. Produce a minimal test case. Funny thing: in a case like this, producing a minimal test case will probably lead you to the cause of the error.

+ Reply to Thread

Similar Threads

  1. 500 Internal Server Error
    By radofeya in forum Free Hosting
    Replies: 0
    Last Post: 07-22-2008, 02:43 PM
  2. phpBB3 Install Error
    By jorisoft in forum Free Hosting
    Replies: 3
    Last Post: 11-28-2007, 07:11 AM
  3. Error en mi host
    By roonline in forum Soporte
    Replies: 17
    Last Post: 11-14-2007, 03:28 PM
  4. 500 Internal Server Error (PHP Error?)
    By aniklaus in forum Free Hosting
    Replies: 3
    Last Post: 11-12-2007, 11:47 AM
  5. get an error with phpBB3
    By kristian in forum Free Hosting
    Replies: 1
    Last Post: 10-01-2007, 02:26 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers