Message from discussion
sorta an off the wall bug
Received: by 10.236.178.3 with SMTP id e3mr13370310yhm.3.1340303242720;
Thu, 21 Jun 2012 11:27:22 -0700 (PDT)
X-BeenThere: wp-testers@googlegroups.com
Received: by 10.236.121.34 with SMTP id q22ls1537348yhh.7.gmail; Thu, 21 Jun
2012 11:27:22 -0700 (PDT)
Received: by 10.236.161.233 with SMTP id w69mr11984604yhk.7.1340303242647;
Thu, 21 Jun 2012 11:27:22 -0700 (PDT)
Received: by 10.236.161.233 with SMTP id w69mr11984600yhk.7.1340303242573;
Thu, 21 Jun 2012 11:27:22 -0700 (PDT)
Return-Path: <wp-testers-boun...@lists.automattic.com>
Received: from lists.luv.wordpress.org (lists.luv.wordpress.org. [72.233.56.172])
by gmr-mx.google.com with ESMTP id v25si12372465yhm.0.2012.06.21.11.27.22;
Thu, 21 Jun 2012 11:27:22 -0700 (PDT)
Received-SPF: pass (google.com: domain of wp-testers-boun...@lists.automattic.com designates 72.233.56.172 as permitted sender) client-ip=72.233.56.172;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of wp-testers-boun...@lists.automattic.com designates 72.233.56.172 as permitted sender) smtp.mail=wp-testers-boun...@lists.automattic.com
Received: from lists.luv.wordpress.org (localhost.localdomain [127.0.0.1])
by lists.luv.wordpress.org (Postfix) with ESMTP id 0BFC25F821;
Thu, 21 Jun 2012 18:27:22 +0000 (UTC)
X-Original-To: wp-test...@lists.automattic.com
Delivered-To: wp-test...@lists.automattic.com
Received: from sunny.cirtexhosting.com (unknown [67.159.47.102])
by lists.luv.wordpress.org (Postfix) with ESMTP id 1B0445F821
for <wp-test...@lists.automattic.com>;
Thu, 21 Jun 2012 18:27:19 +0000 (UTC)
Received: from cpe-98-148-153-133.socal.res.rr.com ([98.148.153.133]:50986
helo=Furious) by sunny.cirtexhosting.com with esmtpa (Exim 4.77)
(envelope-from <phi...@frumph.net>) id 1Shm6H-0001s5-Li
for wp-test...@lists.automattic.com; Thu, 21 Jun 2012 14:27:25 -0400
Message-ID: <3C61617C9F504624B65672F466DD5AA7@Furious>
From: "Philip M. Hofer \(Frumph\)" <phi...@frumph.net>
To: <wp-test...@lists.automattic.com>
References: <AFA301ADF99948FBA82D0F2E20ABBD8E@Furious><CAD-Fghw-OCjiZBjRa9ABPYd-=Bh9O-2Dm-SFeKf_jBN2WbP...@mail.gmail.com><CAP29PvjoQ6_wNvC55BAHHCDEAjGYg+dF6UnUS-_P+kM99P6...@mail.gmail.com>
<E00B2FDAD26845CD910872E1270E7636@Furious>
In-Reply-To: <E00B2FDAD26845CD910872E1270E7636@Furious>
Date: Thu, 21 Jun 2012 11:27:23 -0700
MIME-Version: 1.0
X-Priority: 3
X-MSMail-Priority: Normal
Importance: Normal
X-Mailer: Microsoft Windows Live Mail 15.4.3555.308
X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3555.308
X-AntiAbuse: This header was added to track abuse,
please include it with any abuse report
X-AntiAbuse: Primary Hostname - sunny.cirtexhosting.com
X-AntiAbuse: Original Domain - lists.automattic.com
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - frumph.net
X-Source:
X-Source-Args:
X-Source-Dir:
Subject: Re: [wp-testers] sorta an off the wall bug
X-BeenThere: wp-test...@lists.automattic.com
X-Mailman-Version: 2.1.11
Precedence: list
Reply-To: wp-test...@lists.automattic.com
List-Id: <wp-testers.lists.automattic.com>
List-Unsubscribe: <http://lists.automattic.com/mailman/options/wp-testers>,
<mailto:wp-testers-requ...@lists.automattic.com?subject=unsubscribe>
List-Archive: <http://lists.automattic.com/pipermail/wp-testers>
List-Post: <mailto:wp-test...@lists.automattic.com>
List-Help: <mailto:wp-testers-requ...@lists.automattic.com?subject=help>
List-Subscribe: <http://lists.automattic.com/mailman/listinfo/wp-testers>,
<mailto:wp-testers-requ...@lists.automattic.com?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: wp-testers-boun...@lists.automattic.com
Errors-To: wp-testers-boun...@lists.automattic.com
To fix, users who have moved their site (on the same hosting, or with .sql
dumps)
-----Original Message-----
From: Philip M. Hofer (Frumph)
Sent: Thursday, June 21, 2012 11:25 AM
To: wp-test...@lists.automattic.com
Subject: Re: [wp-testers] sorta an off the wall bug
It gets the full hard-path of whatever is set in the upload_path and uses
it.
Users who have moved their sites will have that hard-path still and it will
use it. so wp_upload_dir() fails out with wp_error.
Only fix is to go to wp-admin/options.php and change the upload_path (or use
update_option)
-----Original Message-----
From: Andrew Nacin
Sent: Thursday, June 21, 2012 8:31 AM
To: wp-test...@lists.automattic.com
Subject: Re: [wp-testers] sorta an off the wall bug
On Thu, Jun 21, 2012 at 9:16 AM, Otto <o...@ottodestruct.com> wrote:
> There's nothing wrong with that. The upload_path *should* get set to
> the full hard-path when the wp-content directory isn't in the ABSPATH.
>
But is that what is occurring here? Doesn't seem like it, based on my read.
Frumph?
_______________________________________________
wp-testers mailing list
wp-test...@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers
_______________________________________________
wp-testers mailing list
wp-test...@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers
_______________________________________________
wp-testers mailing list
wp-test...@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers