Trying this plugin for the first time. I am getting an error in Step 1 – Validation with a message that reads “Managed hosting?wordpresscom?detected” which can’t be true because I have moved my site off WordPress.com since September and am now using Bluehost (not managed). I have used All In One WordPress Migration plugin with no problem in the past.
Why and how is this being detected? At present this seems like an artificial barrier to funnel users into the Pro plan. How and where can I make changes in my database or files to indicate that I am not being Managed by WordPress.com so that I can install the package on my localhost for development. The only plugin I have that is WordPress.com related is a Theme and Jetpack plugin, but it is not managed.
Thanks, David
]]>wp-config
define( 'WP_DEBUG', false );
//define( 'WP_CACHE', true );
require_once( dirname( __FILE__ ) . '/gd-config.php' );
define( 'FS_METHOD', 'direct' );
define( 'FS_CHMOD_DIR', (0705 & ~ umask()) );
define( 'FS_CHMOD_FILE', (0604 & ~ umask()) );
/* Add any custom values between this line and the "stop editing" line. */
define( 'FORCE_SSL_ADMIN', true );
/* Multisite */
define( 'WP_ALLOW_MULTISITE', true );
define( 'MULTISITE', true );
define( 'SUBDOMAIN_INSTALL', true );
define( 'DOMAIN_CURRENT_SITE', 'op-media.co.uk' );
define( 'PATH_CURRENT_SITE', '/' );
define( 'SITE_ID_CURRENT_SITE', 1 );
define( 'BLOG_ID_CURRENT_SITE', 1 );
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
htaccess
# BEGIN GD-SSL
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteCond %{HTTP_USER_AGENT} ^(.+)$
RewriteCond %{SERVER_NAME} ^op\-media\.co\.uk$ [OR]
RewriteCond %{SERVER_NAME} ^jhl\.7c7\.myftpupload\.com$
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
Header add Strict-Transport-Security "max-age=300"
Header always set Content-Security-Policy "upgrade-insecure-requests"
</IfModule>
# END GD-SSL
# BEGIN WordPress
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
# add a trailing slash to /wp-admin
RewriteRule ^wp-admin$ wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^(.*\.php)$ $1 [L]
RewriteRule . index.php [L]
</IfModule>
# END WordPress
]]>because of i was advised of some other wordpress users to have a look on managed wp hosting, because this servers allegedly are configured to run wp perfectly and fast and often offers a much better seo, i am looking for a good provider with server location in central europe (Germany, France, Netherlands, Berlgium, Swiss, Austria etc.) the current main customers are from Germany, Swiss and Austria so the server should have a good connection to the countries).
Now i found a lot provider which offers “managed wordpress” but due to its not a static term everyone can call it managed. Additional the prices are that different that there should be a big difference. i know, a bigger price doesnt tell you the provider is a good one, but i cant ignore the differences.
Here some random examples (starting plan prices)
Siteground 5.99 €/mo.
combell 7,48 €/mo.
WP-Engine 23,33 €/mo.
Hostpress 25 € /mo.
Kinsta $30 / mo.
raidboxes.io 30 € /mo.
savvii 35 € /mo.
What should i have to search for when looking for a good managed hoster?
How to find out the differences?
Thank you very much in advance
]]>Update Options is configured as Custom in Automatic Updates section
In Automatic Plugins Updates section Select Individually is selected
In Plugins tab I tried both Automatic Updates Off and Plugin Updates Blocked but plugin is still updating. How to stop this?
P.S. WordPress 5.4.4
]]>I’m using the DigitalOcean one-click install which comes with the plugin bundled. I’m using a Managed MySQL DB to which I connect without a problem through the private network and a Managed Redis database as well. When I try to connect to Redis however, the plugin says “Connection Test: Failed”.
Does it not work properly when Redis is running on a separate server?
I have tried both through the public and private networks. I can do the following as mentioned in the DigitalOcean docs to test and connect to the redis server without a problem:
telnet HOST PORT
But the plugin still says the test failed.
I have added the Host, Port, User (though the plugin says it’s only for LSMCD) and password. DB Id is set to 0.
Any ideas what might be going wrong?
Thank you.
]]>The about URL is private, but you can see in the screen share the issue.
]]>On https://virtuallynj.com/tourid99999/ I would like to remove the top menu.
Is this possible?
Thanks!
]]>The site now shows only the new install (I edited it a bit so it would look like something). Everything seems to have uploaded fine. Am I missing something?
Thanks!