vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Parse Error Help (https://vborg.vbsupport.ru/showthread.php?t=203826)

Big_J 02-01-2009 05:59 PM

Im not sure I am able to tell what would need to be put back, I'm sure its one of the mods that has caused the problem. could I send you the side by side and let you look at the 2 and see if there is something there.... all this is new & greek to me.

Lynne 02-01-2009 06:25 PM

What I would do is slowly add some lines to your 'default' style from the 'not working' style and see what lines break it.

Big_J 02-01-2009 06:26 PM

OK, I will try that. I have to step out for a bit but will post pdated info once I get back to working on it.

Thanks

--------------- Added [DATE]1233530995[/DATE] at [TIME]1233530995[/TIME] ---------------

I have found that the when I add the following section of code to the test style I get the error that I have been getting in the default style. Can you tell if there is something wrong with this section of code?

PHP Code:

<tr><td class="$navclass[substhreads_listthreads]nowrap="nowrap"><class="smallfont" href="subscription.php?$session[sessionurl]do=viewsubscription">$vbphrase[list_subscriptions]</a></td></tr>
    <
tr><td class="$navclass[substhreads_editfolders]nowrap="nowrap"><class="smallfont" href="subscription.php?$session[sessionurl]do=editfolders">$vbphrase[edit_folders]</a></td></tr>
</
tbody>
<if 
condition="$show['moderation']">
<
tbody id="nav_moderation">
<if 
condition="$show['deleteditems']">
    <
tr><td class="thead">$vbphrase[deleted_items]</td></tr>
    <
tr><td class="$navclass[deletedthreads]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewthreads&amp;type=deleted">$vbphrase[threads]</a></td></tr>
    <
tr><td class="$navclass[deletedposts]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewposts&amp;type=deleted">$vbphrase[posts]</a></td></tr>
    <if 
condition="$show['deletedvms']"><tr><td class="$navclass[deletedvms]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewvms&amp;type=deleted">$vbphrase[visitor_messages]</a></td></tr></if>
    <if 
condition="$show['deletedgms']"><tr><td class="$navclass[deletedgms]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewgms&amp;type=deleted">$vbphrase[group_messages]</a></td></tr></if>
    <if 
condition="$show['deleteddiscussions']"><tr><td class="$navclass[deleteddiscussions]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewdiscussions&amp;type=deleted">$vbphrase[group_discussions]</a></td></tr></if>
    <if 
condition="$show['deletedpcs']"><tr><td class="$navclass[deletedpcs]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewpcs&amp;type=deleted">$vbphrase[picture_comments]</a></td></tr></if>
</if>

<if 
condition="$show['moderateditems']">
    <
tr><td class="thead">$vbphrase[moderated_items]</td></tr>
    <if 
condition="$show['moderatedposts']">
        <
tr><td class="$navclass[moderatedthreads]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewthreads&amp;type=moderated">$vbphrase[threads]</a></td></tr>
        <
tr><td class="$navclass[moderatedposts]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewposts&amp;type=moderated">$vbphrase[posts]</a></td></tr>
    </if>
    <if 
condition="$show['moderatedvms']">
        <
tr><td class="$navclass[moderatedvms]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewvms&amp;type=moderated">$vbphrase[visitor_messages]</a></td></tr>
    </if>
    <if 
condition="$show['moderatedgms']">
        <
tr><td class="$navclass[moderatedgms]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewgms&amp;type=moderated">$vbphrase[group_messages]</a></td></tr>
    </if>
    <if 
condition="$show['moderateddiscussions']">
        <
tr><td class="$navclass[moderateddiscussions]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewdiscussions&amp;type=moderated">$vbphrase[group_discussions]</a></td></tr>
    </if>
    <if 
condition="$show['moderatedpcs']">
        <
tr><td class="$navclass[moderatedpcs]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewpcs&amp;type=moderated">$vbphrase[picture_comments]</a></td></tr>
    </if>
    <if 
condition="$show['moderatedpics']">
        <
tr><td class="$navclass[moderatedpics]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewpics">$vbphrase[album_pictures]</a></td></tr>
    </if>
</if>

<if 
condition="$show['newitems']">
    <
tr><td class="thead">$vbphrase[new_items]</td></tr>
    <if 
condition="$show['newvms']">
        <
tr><td class="$navclass[newvms]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewvms&amp;type=new">$vbphrase[visitor_messages]</a></td></tr>
    </if>
    <if 
condition="$show['newgms']">
        <
tr><td class="$navclass[newgms]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewgms&amp;type=new">$vbphrase[group_messages]</a></td></tr>
    </if>
    <if 
condition="$show['newdiscussions']">
        <
tr><td class="$navclass[newdiscussions]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewdiscussions&amp;type=new">$vbphrase[group_discussions]</a></td></tr>
    </if>
    <if 
condition="$show['newpcs']">
        <
tr><td class="$navclass[newpcs]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewpcs&amp;type=new">$vbphrase[picture_comments]</a></td></tr>
    </if>
    <if 
condition="$show['newpics']">
        <
tr><td class="$navclass[newpics]nowrap="nowrap"><class="smallfont" href="moderation.php?$session[sessionurl]do=viewpics&amp;type=new">$vbphrase[album_pictures]</a></td></tr>
    </if>
</if>
</
tbody>
</if>

<if 
condition="$show['popups'] AND $show['moderation']">
<
tbody id="nav_moderation_popups" style="display:none">
    <
tr><td class="thead">$vbphrase[moderation]</td></tr>
    <if 
condition="$show['deleteditems']"><tr><td class="$navclass[deleteditems]nowrap="nowrap"><span class="smallfont" id="nav_deleteditems"><a href="javascript://">$vbphrase[deleted_items]</a> </span></td></tr></if>
    <if 
condition="$show['moderateditems']"><tr><td class="$navclass[moderateditems]nowrap="nowrap"><span class="smallfont" id="nav_moderateditems"><a href="javascript://">$vbphrase[moderated_items]</a> </span></td></tr></if>
    <if 
condition="$show['newitems']"><tr><td class="$navclass[newitems]nowrap="nowrap"><span class="smallfont" id="nav_newitems"><a href="javascript://">$vbphrase[new_items]</a> </span></td></tr></if>
</
tbody>
</if>
<
tbody>
<
tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
<
tr><td class="$navclass[event_reminders]nowrap="nowrap"><class="smallfont" href="calendar.php?$session[sessionurl]do=viewreminder">$vbphrase[event_reminders]</a></td></tr>
<if 
condition="$show['paidsubscriptions']">
<
tr><td class="$navclass[paid_subscriptions]nowrap="nowrap"><class="smallfont" href="payments.php$session[sessionurl_q]">$vbphrase[paid_subscriptions]</a></td></tr>
</if>
<if 
condition="$show['attachments']">
<
tr><td class="$navclass[attachments]nowrap="nowrap"><class="smallfont" href="profile.php?$session[sessionurl]do=editattachments">$vbphrase[attachments]</a></td></tr>
</if>
</
tbody>
$template_hook[usercp_navbar_bottom]
</
table>
<!-- / 
usercp nav --> 

--------------- Added [DATE]1233579137[/DATE] at [TIME]1233579137[/TIME] ---------------

I have also found some other errors in the vbimagehost, that show up after a image is uploaded, but I do not think they are related.


All times are GMT. The time now is 02:07 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01154 seconds
  • Memory Usage 1,834KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete