mychiefs58
Forum Replies Created
-
not running lightspeed. i have gone through all sorts of things with bluehost, but as soon as they discovered that it stops and starts when i activate or deactivate wordfence and w3, they pretty much dismissed me.
that pic at the top is exactly what i’m experiencing. i’ll have to read that more thoroughly when i get back from lunch. a brief scan does seem to indicated that caching plugins could cause this due to too much gzipping going on…
ok….so maybe basic cache just took a while to do what Falcon Engine did quickly.
the same wingding crap just happened again and as soon as i deactivated wordfence the site came back up.
i am getting this same warning. i’ve run two backups since installing this plugin (v 3.1.2) yesterday. one immediately upon installing and one overnight.
are these backups going to work if i need to restore from them or is this an exercise in futility? we don’t have a very complex site so i’d hope that the fairly basic nature would lend itself to backwpup being a reliable and consistent performer.
hey mark,
that image should still be available at that link. i just tried it and it worked fine.
https://www.cmslaser.com/wp-content/uploads/2014/09/2014-09-23-08_41_53-www.cmslaser.com_.jpg
i have the basic cache running now. it’s been fine with no crashes so that’s good.
it’s not a 500 error. we had a plugin write bad code to the htaccess file and take it down. that was easily corrected. this, as the image will show you, is something i’ve never seen before.
our site is https://www.cmslaser.com
thanks. i’ll test the basic cache setting tonight, but i don’t have high hopes based on the w3 crash.
this is a conundrum, though. i’d love to be able to use the cache function…
the first is the Wordfence one.
second is the normal.
#WFIPBLOCKS – Do not remove this line. Disable Web Caching in Wordfence to remove this data.
Order Deny,Allow
#Do not remove this line. Disable Web Caching in Wordfence to remove this data – WFIPBLOCKS
#WFCACHECODE – Do not remove this line. Disable Web Caching in Wordfence to remove this data.
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon application/json
<IfModule mod_headers.c>
Header append Vary User-Agent env=!dont-vary
</IfModule>
<IfModule mod_mime.c>
AddOutputFilter DEFLATE js css htm html xml
</IfModule>
</IfModule>
<IfModule mod_mime.c>
AddType text/html .html_gzip
AddEncoding gzip .html_gzip
AddType text/xml .xml_gzip
AddEncoding gzip .xml_gzip
</IfModule>
<IfModule mod_setenvif.c>
SetEnvIfNoCase Request_URI \.html_gzip$ no-gzip
SetEnvIfNoCase Request_URI \.xml_gzip$ no-gzip
</IfModule>
<IfModule mod_headers.c>
Header set Vary “Accept-Encoding, Cookie”
</IfModule>
<IfModule mod_rewrite.c>
#Prevents garbled chars in cached files if there is no default charset.
AddDefaultCharset utf-8#Cache rules:
RewriteEngine On
RewriteBase /
RewriteCond %{HTTPS} on
RewriteRule .* – [E=WRDFNC_HTTPS:_https]
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteRule .* – [E=WRDFNC_ENC:_gzip]
RewriteCond %{REQUEST_METHOD} !=POST
RewriteCond %{HTTPS} off
RewriteCond %{QUERY_STRING} ^(?:\d+=\d+)?$
RewriteCond %{REQUEST_URI} (?:\/|\.html)$ [NC]RewriteCond %{HTTP_COOKIE} !(comment_author|wp\-postpass|wf_logout|wordpress_logged_in|wptouch_switch_toggle|wpmp_switcher) [NC]
RewriteCond %{REQUEST_URI} \/*([^\/]*)\/*([^\/]*)\/*([^\/]*)\/*([^\/]*)\/*([^\/]*)(.*)$
RewriteCond “%{DOCUMENT_ROOT}/wp-content/wfcache/%{HTTP_HOST}_%1/%2~%3~%4~%5~%6_wfcache%{ENV:WRDFNC_HTTPS}.html%{ENV:WRDFNC_ENC}” -f
RewriteRule \/*([^\/]*)\/*([^\/]*)\/*([^\/]*)\/*([^\/]*)\/*([^\/]*)(.*)$ “/wp-content/wfcache/%{HTTP_HOST}_$1/$2~$3~$4~$5~$6_wfcache%{ENV:WRDFNC_HTTPS}.html%{ENV:WRDFNC_ENC}” [L]
</IfModule>
#Do not remove this line. Disable Web caching in Wordfence to remove this data – WFCACHECODE
# BEGIN Far Future Expiration Plugin
<IfModule mod_expires.c>
ExpiresActive on
<FilesMatch “\.(gif|jpeg|jpg|png|ico|js|css|swf)$”>
ExpiresDefault “access plus 17520 hours”
</FilesMatch>
</IfModule>
# END Far Future Expiration Plugin# Use PHP5.4 Single php.ini as default
AddHandler application/x-httpd-php54s .php
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
# Use PHP5.4 as default
AddHandler application/x-httpd-php54 .phpRewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^https://cmslaser.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://cmslaser.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.cmslaser.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.cmslaser.com$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ https://www.cmslaser.com [R,NC]****************************************************************
# BEGIN Far Future Expiration Plugin
<IfModule mod_expires.c>
ExpiresActive on
<FilesMatch “\.(gif|jpeg|jpg|png|ico|js|css|swf)$”>
ExpiresDefault “access plus 17520 hours”
</FilesMatch>
</IfModule>
# END Far Future Expiration Plugin# Use PHP5.4 Single php.ini as default
AddHandler application/x-httpd-php54s .php
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
# Use PHP5.4 as default
AddHandler application/x-httpd-php54 .phpRewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^https://cmslaser.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://cmslaser.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.cmslaser.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.cmslaser.com$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ https://www.cmslaser.com [R,NC]i did not try it with basic caching as it was taking my site down during the day. i’ll try that tonight at home. i’d imagine it would if w3 is also crashing it.
ok. i did notice that
# Use PHP5.4 Single php.ini as default
AddHandler application/x-httpd-php54s .php
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>was moved to the bottom of the htaccess file. bluehost said that had to be first. i don’t know if that’s true as i always take what their support people say with a bit of a skeptical stance.
i’m with bluehost, but we’ll probably switch to websynthesis this weekend. pretty unhappy with their performance.
i wish i was good enough with .htaccess to know what i’m looking for. i can post the two here, if that helps, or i can email them to you
so i just installed W3 Cache and activated that and immediately got the same issue. Something seems to be breaking as soon as any sort of page caching happens…
oh…the site is
https://www.cmslaser.com. any of the Capabilities or Industries pages have the form in the right sidebar. (Specific Question form)
guitresan,
did that code work for you? i have it set up exactly as described on that page, including the custom plugin.
now i get no email. i get nothing sent to the user. i get nothing sent to any of the variable addresses listed in the plugin code. i get nothing to admin address listed on the form settings page.
i cannot find what might be causing my problem.
Forum: Plugins
In reply to: [Contact Form 7] Unable to click into fieldsi am having the same problem as the two above. if a required field has no value when submit is pressed, the validation error launches over the required fields and they are not accessible by mouse. even pressing “clear” does nothing to solve the problem.
https://www.cmslaser.com/industrial-applications-for-lasers/glass/
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] border and paddingGreg,
I love the PageBuilder plugin, but I’m having a little trouble with it and padding. I’ve been around WordPress for years and know there are things that can be hard to do, but I can usually figure out a way around anything with CSS. Not the case with this.
I’m building out a site for a friend and have much of the development work done, but I can’t get the text in text-widgets to take padding rules. When I look at it with Firebug, I get told that the padding is being overridden by some CSS that I cannot find. It’s probably being set through jquery or something…that’s my best guess.
Here’s the link to the site: https://66.147.244.168/~talkinq4/who-we-are/ It could possibly go live before I hear back from you (at his request) in which case it will be talkingheadstudio.com
The unfindable CSS is located here: https://66.147.244.168/~talkinq4/wp-admin/admin-ajax.php?action=siteorigin_panels_post_css&post=12&layout=6166ad4a&ver=1.4.5
Any help would be greatly appreciated. This is the first site on which I’ve used PageBuilder and would like to use it more if I know I can get access to the things I need. Oh, I’d also like to be able to control margin so I can pull these blocks up against each other.
Thanks again,
Nate
Forum: Fixing WordPress
In reply to: upgrade to 3.0.1 and all page content is goneok…this is really odd. to me, at least.
this is the code for page.php that used to work.
<?php
/**
* @package WordPress
* @subpackage Default_Theme
*/get_header(); ?>
<div id=”content”>
<?php the_content(); ?>
</div><?php get_sidebar(); ?>
<?php get_footer(); ?>
i switched themes as suggested (already knew based on the preview that it seemed to work) and everything showed up. then switched back and it was still broken.
the solitary backup from february had the same code as above. however, there was a rough draft of the template the original developer made, and there was more code in that. i made some changes and ended up with the following.
<?php
/**
* @package WordPress
* @subpackage Default_Theme
*/get_header(); ?>
<div id=”content” class=”narrowcolumn” role=”main”>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”><div class=”entry”>
<?php the_content(‘<p class=”serif”>Read the rest of this page »</p>’); ?>
<?php wp_link_pages(array(‘before’ => ‘<p>Pages: ‘, ‘after’ => ‘</p>’, ‘next_or_number’ => ‘number’)); ?>
</div>
</div>
<?php endwhile; endif; ?></div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
what i don’t understand is what could have changed in the upgrade to 3.0.1 that would break the original code, but allow this to work. i’m also wondering if there’s anything unnecessary in this latest iteration. i took out a few things, but still am not sure it’s as streamlined as it can be.