Ubuntu package install – symlinks
-
1) Very old WP ;-(
2) Distrubuted /usr/share/doc/wordpress/examples/setup-mysql contains:
===
echo Trying to create wp-content directory: $CONTENT
mkdir -p $CONTENT
ln -sf /var/lib/wordpress/wp-content/themes $CONTENT/themes
ln -sf /var/lib/wordpress/wp-content/plugins $CONTENT/plugins
ln -sf /var/lib/wordpress/wp-content/languages $CONTENT/languages
===Automatic updater for plugins and themes tries delete these “directories” and gots “not directory” error. Because of it all WP braking well enough ;-(
It copy this 3 directories direct to configured $CONTENT directory, WP works well, but it seam to be a problem to multi-site WP networks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Ubuntu package install – symlinks’ is closed to new replies.