[wp-trac] [WordPress Trac] #13483: fileupload_url / upload_url_path

WordPress Trac wp-trac at lists.automattic.com
Sun May 23 20:13:04 UTC 2010


#13483: fileupload_url / upload_url_path
--------------------------+-------------------------------------------------
 Reporter:  jimisaacs     |       Owner:                                                      
     Type:  defect (bug)  |      Status:  new                                                 
 Priority:  high          |   Milestone:  3.0                                                 
Component:  Multisite     |     Version:  3.0                                                 
 Severity:  major         |    Keywords:  multisite attachments fileupload_url upload_url_path
--------------------------+-------------------------------------------------

Comment(by jimisaacs):

 The import was not what you are thinking, and it was like 8 revisions ago
 The import was just for posts and post content.

 I manually exported and imported, from each blog from my MU installation
 to my FRESH install of multisite 3.0, all with the builtin admin
 export/importer.

 After that, I set up each plugin that I needed, one at a time. Starting
 with WordTube which uses separate tables, and for only one blog.

 Then I went through each blog post double checking everything.

 Then I started to work on my theme. As I said, it worked before (which is
 after all this, but before the latest update), then it didn't work after
 the latest update.

 The value of fileupload_url was
 http://myhost.com/blogname/files

 I changed this option to upload_url_path, then eventually I blank this
 value and removed fileupload_url completely. After more of this, testing,
 and looking at wp_upload_dir(), I finally found the problem wasn't even
 with these options, it was with upload_path. Which I hadn't touched
 through this whole process, until then when I was testing with it.

 There were no values in upload_path after the latest update, and what I
 can also tell you is that there were no values in this option before the
 update.

 What I was saying before we started to talk about my update/upgrade
 pattern is that in my current version, when I have any value in
 upload_path, and it doesn't matter what, everything works. When I have
 nothing, it doesn't work.
 That's really it.

 If you are trying to find out anything else from my update, I posted
 version information earlier in these comments.

 There is also a dead value being installed in the install_blog() function,
 "fileupload_url" isn't used anywhere else, as @ryan and I cam to realize.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/13483#comment:21>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list