Title: MicF's Replies | WordPress.org

---

# MicF

  [  ](https://wordpress.org/support/users/micf/)

 *   [Profile](https://wordpress.org/support/users/micf/)
 *   [Topics Started](https://wordpress.org/support/users/micf/topics/)
 *   [Replies Created](https://wordpress.org/support/users/micf/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/micf/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/micf/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/micf/engagements/)
 *   [Favorites](https://wordpress.org/support/users/micf/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All-In-One Security (AIOS) – Security and Firewall] OTP](https://wordpress.org/support/topic/otp-3/)
 *  [MicF](https://wordpress.org/support/users/micf/)
 * (@micf)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/otp-3/#post-15984241)
 * Your post got me aware of the OTP fact.
 * Currently, I’ve installed another plugin to enable OTP.
    [https://de.wordpress.org/plugins/two-factor-authentication/](https://de.wordpress.org/plugins/two-factor-authentication/)
 * Now there is a new menu item in AIOP showing the exact same thin (and same OTP
   Code of that user).
 * Can I deactivate the other plugin?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All-In-One Security (AIOS) – Security and Firewall] Update 5.0 crashed site](https://wordpress.org/support/topic/update-5-0-crashed-site/)
 *  Thread Starter [MicF](https://wordpress.org/support/users/micf/)
 * (@micf)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/update-5-0-crashed-site/#post-15982858)
 * > As you know, the AIOS has nothing related to basic auth. The AIOS upgrade doesn’t
   > add any basic auth.
 * Strange enough, what happened.
 * I got the update mail at 15:26
 * These plugins are now up to date:
    – All In One WP Security (from version 4.4.12
   to 5.0.0)
 * and after some time (uptime robot is set to 30min) this:
 * Root cause
    HTTP 401 – Unauthorized ________________________________________ 
   Incident started at 2022-09-01 15:59:24`
 * >  After finishing your vacation, Can you please set this set Cookie based brute
   > force protection on Admin Dashboard > Brute Force > Cookie based brute force
   > protection.
 * It’s set and “something” is obviously a bit more complex 😉
    It worked flawlessly
   before and does now.
 * So I then leave it so.
    Anyway, I will stop automatic updates 😉
 * Thanks for the quick response and the great plugin.
 * Mic
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SitePush] Path issues](https://wordpress.org/support/topic/path-issues/)
 *  Thread Starter [MicF](https://wordpress.org/support/users/micf/)
 * (@micf)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/path-issues/#post-5109309)
 * End of monologue 😉
 * Finally got it working.
    With 1&1 provider the HOST is not optional.
 * So added the host in the database config and it worked.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SitePush] Path issues](https://wordpress.org/support/topic/path-issues/)
 *  Thread Starter [MicF](https://wordpress.org/support/users/micf/)
 * (@micf)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/path-issues/#post-5109308)
 * After a lot of trial and error, I found out to omit the those vars in the config:
 * wp_dir
    wp_content_dir
 * Now the folders are pushed, but the database not.
 * How can I push the database?
    In the options everythings seems to be alright:`
   Path to mysql on this server. The current path appears to be OK.`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SitePush] Path issues](https://wordpress.org/support/topic/path-issues/)
 *  Thread Starter [MicF](https://wordpress.org/support/users/micf/)
 * (@micf)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/path-issues/#post-5109253)
 * Here’s the debug output:
 *     ```
       SitePush version: 0.4.2
       SitePush options: OK
       WordPress version: 3.9.1
       WordPress multisite: No
       Site: Berninger und Sananikone
       PHP version: 5.2.17
       PHP safe mode: off
       Server user: u70095448
       Server groups: uid=1199704(u70095448) gid=600(ftpusers) groups=600(ftpusers)
       Server: Linux infong 2.4 #1 SMP Wed Apr 30 14:14:27 CEST 2014 i686 GNU/Linux
       SitePush dir: /homepages/37/d428665981/htdocs/bs/wp-content/plugins/sitepush
       WordPress abspath: /homepages/37/d428665981/htdocs/bs/
       sites_conf: 0604 u70095448(1199704) ftpusers(600) (readable/parseable)
       dbs_conf: 0604 u70095448(1199704) ftpusers(600) (readable/parseable)
       wp-config: 0644 u70095448(1199704) ftpusers(600)
       SitePush config for this site follows:
   
       Array
       (
           [cache] =>
           [caches] => Array
               (
                   [0] => /caches/timthumb
                   [1] => /caches/something_else
               )
   
           [label] => Live Site
           [wp_dir] => /
           [wp_content_dir] => /wp-con
           [domain] => bs-fdl.de
           [web_path] => /homepages/37/d428665981/htdocs/bs
           [db] => live
           [live] => 1
           [name] => live
           [default] =>
           [domains] => Array
               (
                   [0] => bs-fdl.de
               )
   
           [admin_only] =>
           [wp_plugin_dir] => //wp-content/plugins
           [wpmu_plugin_dir] => //wp-content/mu-plugins
           [wp_uploads_dir] => //wp-content/uploads
           [wp_themes_dir] => //wp-content/themes
           [use_cache] => 1
       )
       ```
   
 * I wonder where those double slash come from:
 *     ```
       [wp_plugin_dir] => //wp-content/plugins
           [wpmu_plugin_dir] => //wp-content/mu-plugins
           [wp_uploads_dir] => //wp-content/uploads
           [wp_themes_dir] => //wp-content/themes
       ```
   
 * Actually I wonder where the wp-content comes from, because I tried to change 
   this in the site config to something else (see above [wp_content_dir] => /wp-
   con), but still there in the debug.
 * Mic
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SitePush] Path issues](https://wordpress.org/support/topic/path-issues/)
 *  Thread Starter [MicF](https://wordpress.org/support/users/micf/)
 * (@micf)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/path-issues/#post-5109230)
 * Interesting:
 * When adding a slash behind the domain path.
    I get a double slash for wp-config
   and a triple slash for those with a subdirectory. Omitting the slash wp-content
   is right, but I get a double slash to the others with a subdirectory.
 *     ```
       SitePush Options
       Warning: Currently configured WordPress content directory (/homepages/37/d428665981/htdocs/bs/wp-content) is different from the configured uploads directory in your sites config file (/homepages/37/d428665981/htdocs/bs//wp-content)
       Warning: Currently configured WordPress uploads directory (/homepages/37/d428665981/htdocs/bs/wp-content/uploads) is different from the configured uploads directory in your sites config file (/homepages/37/d428665981/htdocs/bs///wp-content/uploads)
       Warning: Currently configured WordPress plugins di
       ```
   

Viewing 6 replies - 1 through 6 (of 6 total)