[bbDev] Tags.php Does Not Load

Tom Preuss tompreuss at gmail.com
Sat Apr 29 04:22:20 GMT 2006


Harvey,

tags.php loads correctly for me on a clean install.  Have you made any
.htaccess modifications?  Are you using mod_rewrite?

Best regards,

Tom Preuss


On 4/28/06, Harvey Ramer <harvey.ramer at designdelineations.com> wrote:
> Firefox tells me that it's a redirecting url problem. I've done nothing
> custom so it must be in this code:
>
> <?php
> require_once('bb-config.php');
>
> bb_repermalink();
>
> // Temporary, refactor this!
>
> if ( !$tag && $tag_name )
>         die('Tag not found');
>
> if ( $tag_name && $tag ) :
>
>         $topics = get_tagged_topics($tag->tag_id, $page);
>         bb_do_action( 'bb_tag-single.php', $tag->tag_id );
>         if (file_exists( BBPATH . 'my-templates/tag-single.php' ))
>                 require( BBPATH . 'my-templates/tag-single.php' );
>         else    require( BBPATH . 'bb-templates/tag-single.php' );
>
> else :
>
>         bb_do_action( 'bb_tags.php', '' );
>         if (file_exists( BBPATH . 'my-templates/tags.php' ))
>                 require( BBPATH . 'my-templates/tags.php' );
>         else    require( BBPATH . 'bb-templates/tags.php' );
>
> endif;
> ?>
>
> ------
>
> Harvey
>
> -----Original Message-----
> From: Harvey Ramer [mailto:harvey.ramer at designdelineations.com]
> Sent: Friday, April 28, 2006 10:13 PM
> To: 'bbPress Development'
> Subject: [bbDev] Tags.php Does Not Load
>
>
> Hey guys.
>
> I have reverted tags.php template to the original template and made sure
> that the tags.php core file is original by recopying it. I was unable to
> find a reference to this error online. The page times out. No die message.
> Nada.
>
> Anyone have any wisdom? The URL is here:
> http://northcountryguide.com/tourism/carptalk/tags.php
>
> I've no idea what this page does. I don't absolutely have to have it except
> that the breadcrumbs point to it.
>
> Best wishes,
>
> Harvey Ramer
>
> -------------------------------------------------
> Design Delineations
> 4 Prospect Street
> Norwood, NY 13668
> Toll Free: (866)-874-8710
> Phone:(315)-262-0469
> Fax: (315)-262-0448
>  <http://www.designdelineations.com/> http://www.designdelineations.com
> Complete Web Solutions. Personal Service.
> -------------------------------------------------
>
> Confidentiality Notice:  This e-mail message, including any attachments, is
> for the sole use of the intended recipient(s) and may contain confidential
> and privileged information.  Any unauthorized review, use, disclosure, or
> distribution is prohibited.  If you are not the intended recipient, please
> contact the sender by reply e-mail and destroy all copies of the original
> message.
>
>
>
> _______________________________________________
> bbDev mailing list
> bbDev at lists.bbpress.org http://lists.bbpress.org/mailman/listinfo/bbdev
>
>
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.1.385 / Virus Database: 268.5.0/325 - Release Date: 4/26/2006
>
>
>
> _______________________________________________
> bbDev mailing list
> bbDev at lists.bbpress.org
> http://lists.bbpress.org/mailman/listinfo/bbdev
>


More information about the bbDev mailing list