Zaek
Forum Replies Created
-
Warning: Missing argument 1 for W3_AdminEnvironment::fix_after_deactivation(), called in /home/****/public_html/*****.cheap/wp-content/plugins/w3-total-cache/inc/functions/activation.php on line 754 and defined in /home/****/public_html/****.cheap/wp-content/plugins/w3-total-cache/lib/W3/AdminEnvironment.php on line 64
Warning: array_merge(): Argument #2 is not an array in /home/****/public_html/****.cheap/wp-content/plugins/w3-total-cache/lib/W3/Plugin/TotalCacheAdmin.php on line 762
W3 Total Cache Error: some files appear to be missing or out of place. Please re-install plugin or remove /home/****/public_html/****.cheap/wp-content/advanced-cache.php.
————————————————–
Those are the errors I get, sometimes it apears to be deactivated, disabled, deleted.. but after refresh it is back. Or it is not there but traces of it are still around showing errors and login issues. And I’ve gone through the steps in the above article, this damn plugin never goes away.Forum: Fixing WordPress
In reply to: google reveals old default login/username, how do I stop this?When you first start a site it has your username as default, this shows up in a post and google records it. When you change the nickname to make that disappear it is good on future posts, but not past. I’d like to make that past author name disappear, even though the related posts were deleted, the old username still shows up. (mentioned above)
I do not understand the faith in just the password will suffice, if they have your username then they are half way from breaking into your site.
Are you asking for an example link for links that light up with a background color? get/games/(dot)cheap is my site.
I dont have an example, just would be nice for it to light up when you hover over it so make it noticeable.
Forum: Plugins
In reply to: [Repost] the shutdown as of July 31stWill there be an open source project for a new plugin? ..as mentioned at their site.
Forum: Plugins
In reply to: [Amazon Affiliate Link Localizer] Links don't convert in Chrome@greg dietrich
What is the name of the paid alternative, or any other free/lite versions you know of?
thx.
Forum: Plugins
In reply to: [Amazon Link] Amazon Affiliate Widgetif you lost your secret key, then you will have to create a new access key combo. They no longer store your secret key for security reasons.
@kaniamea I id what you said with the Simple Custom CSS plugin, and no luck. Nothing changed at all. “.page-content {
margin: 0 auto;
max-width: 974px;
}”Forum: Plugins
In reply to: [BulletProof Security] 403 error when saving post or draft.This is what I got:
One site gets past the preview, but does this when I try to save or publish:
>>>>>>>>>>> 403 GET or Other Request Error Logged – November 9, 2013 – 11:41 pm <<<<<<<<<<<
REMOTE_ADDR:
Host Name:
SERVER_PROTOCOL: HTTP/1.1
HTTP_CLIENT_IP:
HTTP_FORWARDED:
HTTP_X_FORWARDED_FOR:
HTTP_X_CLUSTER_CLIENT_IP:
REQUEST_METHOD: GET
HTTP_REFERER: http://website/wp-admin/post.php?post=12&action=edit
REQUEST_URI: /wp-admin/post.php
QUERY_STRING:
HTTP_USER_AGENT: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36AND the other site wont preview the url with the embedly plugin, so cant even embed it into post to try and save/publish. That site does not leave an error in the log file.
Video demo of what happens shown here:
http://www.youtube.com/watch?v=QpQ05EEBddcForum: Plugins
In reply to: [Embedly] Forbidden (error message)One site gets past the preview, but does this when I try to save or publish:
>>>>>>>>>>> 403 GET or Other Request Error Logged – November 9, 2013 – 11:41 pm <<<<<<<<<<<
REMOTE_ADDR:
Host Name:
SERVER_PROTOCOL: HTTP/1.1
HTTP_CLIENT_IP:
HTTP_FORWARDED:
HTTP_X_FORWARDED_FOR:
HTTP_X_CLUSTER_CLIENT_IP:
REQUEST_METHOD: GET
HTTP_REFERER: http://website/wp-admin/post.php?post=12&action=edit
REQUEST_URI: /wp-admin/post.php
QUERY_STRING:
HTTP_USER_AGENT: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36AND the other site wont preview the url with the embedly plugin, so cant even embed it into post to try and save/publish. And it does not leave an error in the log file.
Video demo of what happens shown here:
http://www.youtube.com/watch?v=QpQ05EEBddcAnd I contacted embedly at the support email address about a month ago with no response.
Forum: Plugins
In reply to: [BulletProof Security] 403 error when saving post or draft.So sorry, I honestly dont recall how I fixed it. I only get the 403 error now when I try to use “embedly” plugin. I read that it could be a problem with -cloudflare-. Not sure if cloudflare is problematic here or not.
Forum: Plugins
In reply to: [Embedly] Forbidden (error message)hmm, so what exactly needs to be disabled? Why?
I use cloudflare, but just the basic free portion as it helps secure my sites. But nothing fancy.
Forum: Themes and Templates
In reply to: N4G/TechSpy theme/pluginsIve been looking for couple of years now, dont think they exist. I’d imagine it would involve a buddypress compatible theme.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Simple:Press Forum IssueI have this same issue at mmobytesDOTcom, community, forum drop down link.
And I already deleted jetpack.
Actually, its working now with this code:
RewriteCond %{HTTP_HOST} !^(.*)\.entertxt\.com$ [NC]
RewriteRule ^(.*)$ http://www.entertxt.com/$1 [R=301,L]and after I deleted cached pages from wp super cache.
In the section:
“CUSTOM CODE WP REWRITE LOOP START: Add www to non-www/non-www to www code here – You MUST copy and paste the entire WP REWRITE LOOP START section of code from your root .htaccess file into this text box first. You can then edit and modify the code in this text window and save your changes.”This is where I put the better wp security re-write code. And above it I pasted this code:
(did not work,goes to super wp cache plugin dir)
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]So that I can get the white page of emptyness non-www to redirect to the correct www. Any suggestions for the correct use of code here?