YSMR
Forum Replies Created
-
I’m getting a similar error which shows in the header of my blog AND my WP dashboard. The Hummingbird plugin isn’t showing an update available. The errors are:
Warning: include_once(/home/rc72flbipaey/public_html/ginkgosociety.org/wp-content/plugins/hummingbird-performance/core/class-abstract-module.php): failed to open stream: No such file or directory in /home/rc72flbipaey/public_html/ginkgosociety.org/wp-content/advanced-cache.php on line 24
Warning: include_once(): Failed opening ‘/home/rc72flbipaey/public_html/ginkgosociety.org/wp-content/plugins/hummingbird-performance/core/class-abstract-module.php’ for inclusion (include_path=’.:/opt/alt/php72/usr/share/pear’) in /home/rc72flbipaey/public_html/ginkgosociety.org/wp-content/advanced-cache.php on line 24
Warning: include_once(/home/rc72flbipaey/public_html/ginkgosociety.org/wp-content/plugins/hummingbird-performance/core/modules/class-module-page-cache.php): failed to open stream: No such file or directory in /home/rc72flbipaey/public_html/ginkgosociety.org/wp-content/advanced-cache.php on line 25
Warning: include_once(): Failed opening ‘/home/rc72flbipaey/public_html/ginkgosociety.org/wp-content/plugins/hummingbird-performance/core/modules/class-module-page-cache.php’ for inclusion (include_path=’.:/opt/alt/php72/usr/share/pear’) in /home/rc72flbipaey/public_html/ginkgosociety.org/wp-content/advanced-cache.php on line 25
Thanks, Oguz,
I did talk to GoDaddy about the Apache deflate module and they asked me to put this in the HTML together with the Gzip script from Hummingbird:AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
My site is https://www.Unboundedlife.com as well as https://www.ginkgosociety.org (same issue on GoDaddy Apache server) and my .htaccess is as follows:
RewriteOptions inherit
# 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>
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
# END WordPress# BEGIN WP-HUMMINGBIRD-GZIP
<IfModule mod_deflate.c>
SetOutputFilter DEFLATE
<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
SetEnvIfNoCase ^(Accept-EncodXng|X-cept-Encoding|X{15}|~{15}|-{15})$ ^((gzip|deflate)\s*,?\s*)+|[X~-]{4,13}$ HAVE_Accept-Encoding
RequestHeader append Accept-Encoding “gzip,deflate” env=HAVE_Accept-Encoding
</IfModule>
</IfModule>
<IfModule mod_filter.c>
AddOutputFilterByType DEFLATE “application/atom+xml” \
“application/javascript” \
“application/json” \
“application/ld+json” \
“application/manifest+json” \
“application/rdf+xml” \
“application/rss+xml” \
“application/schema+json” \
“application/vnd.geo+json” \
“application/vnd.ms-fontobject” \
“application/x-font-ttf” \
“application/x-font-opentype” \
“application/x-font-truetype” \
“application/x-javascript” \
“application/x-web-app-manifest+json” \
“application/xhtml+xml” \
“application/xml” \
“font/eot” \
“font/opentype” \
“font/otf” \
“image/bmp” \
“image/svg+xml” \
“image/vnd.microsoft.icon” \
“image/x-icon” \
“text/cache-manifest” \
“text/css” \
“text/html” \
“text/javascript” \
“text/plain” \
“text/vcard” \
“text/vnd.rim.location.xloc” \
“text/vtt” \
“text/x-component” \
“text/x-cross-domain-policy” \
“text/xml”</IfModule>
<IfModule mod_mime.c>
AddEncoding gzip svgz
</IfModule>
</IfModule>
# END WP-HUMMINGBIRD-GZIP
# BEGIN WP-HUMMINGBIRD-CACHING
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault A0<FilesMatch “\.(txt|xml|js)$”>
ExpiresDefault A691200
</FilesMatch><FilesMatch “\.(css)$”>
ExpiresDefault A691200
</FilesMatch><FilesMatch “\.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|mp4|m4v|ogg|webm|aac|eot|ttf|otf|woff|svg)$”>
ExpiresDefault A691200
</FilesMatch><FilesMatch “\.(jpg|jpeg|png|gif|swf|webp)$”>
ExpiresDefault A691200
</FilesMatch>
</IfModule><IfModule mod_headers.c>
<FilesMatch “\.(txt|xml|js)$”>
Header set Cache-Control “max-age=691200”
</FilesMatch><FilesMatch “\.(css)$”>
Header set Cache-Control “max-age=691200”
</FilesMatch><FilesMatch “\.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|mp4|m4v|ogg|webm|aac|eot|ttf|otf|woff|svg)$”>
Header set Cache-Control “max-age=691200”
</FilesMatch><FilesMatch “\.(jpg|jpeg|png|gif|swf|webp)$”>
Header set Cache-Control “max-age=691200”
</FilesMatch>
</IfModule>
# END WP-HUMMINGBIRD-CACHINGHi, Nastia, I have the exact same issues as above and tried all your recommended changes, including the php.ini addition. No help. All html, css and js are not being compressed. I re-checked, cleared the cache, deactivated this auto compression and re-activated it twice. Still not working.
I am using an Apache server and the host has this code to put in .htaccess in addition to the gZip compression from Hummingbird which is active in my file:AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
After doing this, still the same. Your next recommendation, please?
ChrisForum: Fixing WordPress
In reply to: Media Upload not working (http error)I have tried all recommendations on many different posts about this and the ONLY one that worked was updating to PHP 5.4 from 5.3 in my host (GoDaddy) Programming Language options on the main c-Panel page.
Forum: Themes and Templates
In reply to: [Church] Sudden header Image Issue in WP 4.4I am still having the same issue as I posted 1 month ago, same as the other posters to this forum.
The problem seems pretty clear to all of us: setting a featured image in a new post then becomes the header image. The original header is no longer visible on the index page/home page. It is replaced by the featured image in the post.
Can you please kindly give us a code fix for it or make the necessary change back to how the post featured image behaved normally until a month ago??Forum: Themes and Templates
In reply to: [Church] Sudden header Image Issue in WP 4.4Forum: Themes and Templates
In reply to: [Church] Sudden header Image Issue in WP 4.4I updated the Church theme today (December 13th) the issue persists.
Can you give me some CSS replacement code to solve this problem??
Thanks,
Chris
Because it’s in China, Google has it’s own way of listing the address which is not the same as we designated in the location listing for Google maps, so I tried using other formats until it worked. Thanks and I’ll be sending you a donation today!
Sorry, you’re right – I was thinking of the weather widget. I’ve tried variations on the address. I copied the address directly from how Google Maps displays the name and location of the business:
Old Theatre Inn, Duanjiadeng Village, Shaxi Town, Jianchuan County Shaxi, YN China?
You can see the business listing on Google Maps here:
https://www.google.com/maps/place/Old+Theatre+Inn/@26.337855,99.864467,17z/data=!3m1!4b1!4m2!3m1!1s0x3726e249ded336bb:0xb537fa3a71ff3aa1
With thanks,
ChrisForum: Fixing WordPress
In reply to: Pictures Not WorkingThanks Guys!
Strange that you can see them as I’ve tried it again today and still getting the same issue. Anyway thanks for looking into it.
And yeah Ivovic you’re right it doesn’t look so good, I’ll take your advice and move them over.
On that note do you know how to get the text to wrap around a picture so that it doesn’t go right up to the pictures?
CheersForum: Fixing WordPress
In reply to: Pictures Not WorkingThanks for the reply
OK the link is https://www.yangshuomountainretreat.com/blog/
Access it with IE and it’s really obvious where the pictures should be as I have wrapped text around them so there’s just a blank space now.