[wp-trac] [WordPress Trac] #28441: Errant activation hook with symlinked plugins in WordPress 3.9.x

WordPress Trac noreply at wordpress.org
Tue Jun 3 20:28:57 UTC 2014


#28441: Errant activation hook with symlinked plugins in WordPress 3.9.x
--------------------------+------------------------------
 Reporter:  clifgriffin   |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  General       |     Version:  3.9.1
 Severity:  normal        |  Resolution:
 Keywords:                |     Focuses:
--------------------------+------------------------------

Comment (by clifgriffin):

 Oh man, I didn't notice the trailing slash on most of those.  I remember
 vaguely there is a difference when symlinking, but it didn't occur to me
 since everything else was working properly.

 So basically, instead of symlinking with this:
 {{{
 ln -s ~/Dropbox/Development/Repositories/shopp-arrange/trunk/ ./shopp-
 arrange
 }}}

 I should have done:
 {{{
 ln -s ~/Dropbox/Development/Repositories/shopp-arrange/trunk/ ./shopp-
 arrange/
 }}}

 ?

--
Ticket URL: <https://core.trac.wordpress.org/ticket/28441#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list