[bbDev] Tags.php Does Not Load

Harvey Ramer harvey.ramer at designdelineations.com
Sat Apr 29 12:15:58 GMT 2006


I have no .htaccess stuff in this directory. I removed all .htaccess rules
from the site root just to be sure and there was no change.

I removed pieces of code until I isolated what was causing the redirect. It
appears to be the call to bb_repermalink(); With that gone, the page loads
fine.

-----Original Message-----
From: Tom Preuss [mailto:tompreuss at gmail.com]
Sent: Saturday, April 29, 2006 12:22 AM
To: bbPress Development
Subject: Re: [bbDev] Tags.php Does Not Load


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
>
_______________________________________________
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





More information about the bbDev mailing list