How to migrate subsite from dev multisite to production multisite

I’m looking for the best and most secure way to develop locally a numbers of subsite using multisite and moving them to the production environment when they are ready. I’ve already migrated the full multisite install with the first subsite which is now live. I would prefer to develop the other sites on the local … Read more

Should I remove install.php and install-helper.php?

Is keeping wp-admin/install.php and wp-admin/install-helper.php a security leak on the newer versions of wordpress? By default file permission on those files are 644. If there is any leak, what kind of please? 2 No, there is no security risk. Both files do sanity checks before anything happens. If WordPress is already installed: install-helper.php returns just … Read more

Prompted for FTP details even with FS_DIRECT set to true

I am running WordPress 4.1 Multisite on CentOS with NGINX. I have set define(‘FS_METHOD’,’direct’); in wp-config.php but am still getting prompted for FTP credentials when trying to install a plugin. I have tried chmod’ing the wp-content directories recursively with both nginx and www-data users and neither works 2 Because I had cut and pasted define(’FS_METHOD’,’direct’); … Read more

JRE Missing when installing eclipse

i also had the problem with eclipse and the JRE. Try to delete the 2 Java versions and deinstall eclipse. then install the JDK first and seccond the JRE. after the 2 installations install the new eclipse version(in the installer you chan choose between some installations take the first). i hope I can help you.