Quote:
Originally Posted by popowich
I am getting duplicate from: links. Other e-mails directly from my server are OK. I have two sites with this product and only one of them has this behavior. For the Discuss New York it puts the title of my site @ the name of the mail server (it's tagged to my first domain). It's not like I'm trying to reply, but I'd like to know where it is looking or if it's on my end how to fix this. I'm also wondering if they are going out to inactive members that way or if it's just my report.
|
Is that what you see in the visible part of the email or is that from "properties"?
Quote:
Originally Posted by BadgerDog
I'm running v1.09 without any problems on v3.6.7pl1 of vBulletin.... My reminder.php says this on top two lines:
Code:
<?
if (!is_object($vbulletin->db))
Should I be changing it to:
Code:
<?php
if (!is_object($vbulletin->db))
|
Quote:
Originally Posted by goddess_dix
if it works with the short php tags, don't worry about it. some php configurations will require the longer tags. evidently yours doesn't. it would also work with the longer tags, too, so if you move servers, you might need to change it.
|
Quote:
Originally Posted by brvheart
exactly, it is just safer to have the long ones, as it works under all configurations as stated above....my config just would not use the short version....
|
Exactly. It was working fine on my server too with the short form but some server configurations may reject it. Chris hasn't been here in a while but I did email him the link to the post where it was pointed out for future releases. You can add the "php" part yourself safely even if it's working okay without it.