I set up a test page here. As you can see the links are working fine:

http://www.boltwire.com/index.php?p=test.img

If there is no question mark make sure you don't have anything in
site.config or your config files that might be disabling the question
mark.  In config.php it would be a $BOLTmissingMark setting.  In
site.config it would be missingMark: set to anything beside true.

As for the path, I can't imagine any reason it would be directing you
to the wrong location. The upload path by default is your files folder
UNLESS the img does exist in your farm/img directory. Which by the way
is now set in site.config by $imgURL not $imgPath. And it must take a
full URL, not a relative path.

Perhaps you could do a bit of debugging for me. The critical line is
in markups.php around ~800 where this condition should FAIL if the
image does not exist in the files folder or the farm/img folder. It is
new code. Perhaps on your setup it is returning true rather than
false...

        if (@fopen($location, 'r')) {
                 print_r('oops');die();  // add this line to see if
there is a problem here...

Let me know, we may have to find a better way to check this...  I'd
like to get this cleared up asap...

Cheers,
Dan


On Sun, Apr 25, 2010 at 4:14 PM, Kevin <[email protected]> wrote:
>
>
> On Wed, Apr 21, 2010 at 3:12 PM, The Editor <[email protected]> wrote:
>>
>>
>> P.S. As for #1 and the wrong path for missing marks it must be your
>> cleanURLs as it works fine on my system. Have you solved that problem
>> yet Kevin?
>>
>
> This issue happens to any site I upgrade without any changes to rewrite
> rules.
>
> In the older version it works, when I upgrade it new images are now pointed
> to the boltwire/farm/img directory instead of the field/files directory
> unless the image actually exists.  There is no mod_write changes or any that
> make that type of check so it has to be in BW that is doing it.
>
> I seem to recall you were trying to make some changes that favicon.ico would
> show up properly but I can't find any references to it.  Just recalled it in
> something passing through the list.  It is possible that you changed what
> should be in the primary index.php for cleanURLs??

-- 
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en.

Reply via email to