worldviewpr
Forum Replies Created
-
the define code was not in wp-config.php
I changed permissions for file to 644 and added
define(‘WP_HOME’,’https://contracostabee.com’);
define(‘WP_SITEURL’,’https://contracostabee.com’);the nag is gone and I can change the permission back
Using wp 401 with Genesis and w3tc on synthesis hosting platform
Hi, I have a similar problem with really simple ssl plugin that is saying
We detected a definition of siteurl or homeurl in your wp-config.php, but the file is not writable. Because of this, we cannot set the siteurl to https.
when I check the debug within really simple it shows (in part) otherwise plugin and ssl seems to be working.
not able to fix wpconfig siteurl/homeurl.
I looked at support site at RSSSL and found this thread.
In your wp-config, you have to look for
>>>
define(‘WP_HOME’,’http://example.com’);
define(‘WP_SITEURL’,’http://example.com’);
and change the http into https.
<<<<However, when looking at my file wp-config.php
I don’t see the this
In your wp-config, you have to look for
define(‘WP_HOME’,’http://example.com’);
define(‘WP_SITEURL’,’http://example.com’);
and change the http into https.What I see instead is
/** Enable W3 Total Cache Edge Mode */ define('W3TC_EDGE_MODE', true); // Added by W3 Total Cache /** Enable W3 Total Cache */ define('WP_CACHE', true); // Added by W3 Total Cache /** Enable W3TC PRO for Synthesis */ define('W3TC_PRO', true); // Added by Synthesis /** Disable the default WordPress Cron */ define('DISABLE_WP_CRON', true); /** code from really simple ssl */ //Begin Really Simple SSL Load balancing fix if (isset($_SERVER["HTTP_X_FORWARDED_PROTO"] ) && "https" == $_SERVER["HTTP_X_FORWARDED_PROTO"] ) { $_SERVER["HTTPS"] = "on"; }does that code for really simple ssl mitigate the issue and I am receiving a false report?
Or is there something that still needs to be fixed
yes that works
//Begin Really Simple SSL Load balancing fix
I configured it this way, near the top of wp-config as the last snippet before
/**
* The base configurations of the WordPress./** code from really simple ssl */ //Begin Really Simple SSL Load balancing fix if (isset($_SERVER["HTTP_X_FORWARDED_PROTO"] ) && "https" == $_SERVER["HTTP_X_FORWARDED_PROTO"] ) { $_SERVER["HTTPS"] = "on"; }Forum: Plugins
In reply to: [Facebook Comments] comment appears on facebook but not on siteWell it took five minutes but the comment on post did show up 5 minutes later immediayely after I sent support thread. Close.
Forum: Plugins
In reply to: [Event Rocket] Having problems with getting maps to showI notice the snip
add_filter( ‘eventrocket_replace_embedded_maps’, ‘__return_false’ );
where would I add that? in the ECP php ?
Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] duplicates when embedding an event postThanks for the reply.
See
http://halfwaytoconcord.com/ready-for-hillary-walnut-creek/
NB the older post above this are not embedding event but duplicated content so it doesn’t double up.
Forum: Plugins
In reply to: [Smush – Image Optimization, Compression, Lazy Load, WebP & CDN] HTTP ErrorDITTO. long waits either produce a timeout, or 404 and http: error message. saw that it involved smush.it. deactivated plugin and images load fine now.
Forum: Plugins
In reply to: [Easy Plugin for AdSense] Newbie ?? What are Ad Groupsfree plugin is putting the thin 160×600 in the right wide sidebar and the 300×600 in the thin (160w) left hand sidebar.
Not good
Forum: Fixing WordPress
In reply to: You do not have sufficient permission to do …..after 3.1 upgrade (manual) I get the same permission error 304
but once I log out and log back in it
a) I am able to make some change to plugin
b) or (and more common) the change actually took affect once I click back from the error page to the plugin admin page.
I noticed this as well when I did manual upgrade, as I turned off all plugins. After the upgrade and update of DB I checked all plugins to reactivate but I got the error.
relogged back in and all the plugins were active