Login to download the latest version of Mint and your favorite Pepper, purchase additional licenses, or post in the Forum. Don't have an account? Create one!

In Partnership with Media Temple

Mint Forum

URL referrer errors in Pages

philipj
Minted
Posted on May 16, '07 at 01:30 pm

Every now and then the referrer URL shown in the Pages frame is incorrect. See http://philipj.biocurious.com/referrerError.png for an example (the yahoo image search referral is malformed). I imagine it is specific to the format of the referral URL, but I don’t entirely know.

Shaun Inman
Mint/Pepper Developer
Posted on May 16, '07 at 04:10 pm

It looks like the addition of “Search.com” to the list of recognized search engines is interfering with matching against other sites that contain “search” in their domain name.

The temporary solution (while I explore a more permanent alternative) is to open up /mint/pepper/shauninman/default/engines.php and remove:

$SI_SearchEngines[] = array
(
    'name'     => 'Search.com',
    'url'         => 'http://www.search.com/search',
    'domain'  => 'search',
    'query'     => 'q'
);

You must be logged in to reply. Login above or create an account