Opened 4 years ago
Closed 9 months ago
#4 closed defect (duplicate)
jah URI
| Reported by: | jimisaacs | Owned by: | niallkennedy |
|---|---|---|---|
| Priority: | major | Component: | wordpresscom-video-server |
| Keywords: | root, jah, uri | Cc: |
Description
I see this one the video upload form:
jah('/wp-content/plugins/video/video-ajax.php?action=embed&format=fmt_std&blog_id=1&post_id=20&width=360&height=270&context=admin&just_inner=1&ins_id=video-embed-0'+'&x='+Math.random(), 'video-embed-0');
setTimeout('update_plh_video_embed_0();', 5000);
This doesn't work unless I install WordPressMU in the document root, which I thought wasn't required.
Change History (5)
comment:1 Changed 4 years ago by jimisaacs
comment:2 Changed 4 years ago by niallkennedy
- Owner changed from hailin to niallkennedy
- Status changed from new to assigned
comment:3 follow-up: ↓ 4 Changed 3 years ago by misterbisson
I foolishly created a duplicate ticket (#9) on this issue. The patch attached there addresses the problem.
comment:4 in reply to: ↑ 3 Changed 3 years ago by misterbisson
Replying to misterbisson:
I foolishly created a duplicate ticket (#9) on this issue. The patch attached there addresses the problem.
Correction: the patch addresses part of the problem.
comment:5 Changed 9 months ago by pento
- Resolution set to duplicate
- Status changed from assigned to closed
Duplicate of #9.

Ok, there are definitely more places than just this.
Within the video.php file there are many many references to "/wp-content/*" which of course doesn't work unless MU is installed within the document root.