Title: crewstyle's Replies | WordPress.org

---

# crewstyle

  [  ](https://wordpress.org/support/users/crewstyle/)

 *   [Profile](https://wordpress.org/support/users/crewstyle/)
 *   [Topics Started](https://wordpress.org/support/users/crewstyle/topics/)
 *   [Replies Created](https://wordpress.org/support/users/crewstyle/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/crewstyle/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/crewstyle/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/crewstyle/engagements/)
 *   [Favorites](https://wordpress.org/support/users/crewstyle/favorites/)

 Search replies:

## Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Blocksy Companion] php function is_readable bug](https://wordpress.org/support/topic/php-function-is_readable-bug/)
 *  Thread Starter [crewstyle](https://wordpress.org/support/users/crewstyle/)
 * (@crewstyle)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/php-function-is_readable-bug/#post-15769553)
 * Hi team,
 * Here is the output of the $all_extensions var:
 *     ```
       array(5) {
         [0]=>
         string(109) "/home/(...)/web/statics/plugins/blocksy-companion/framework/extensions/cookies-consent"
         [1]=>
         string(114) "/home/(...)/web/statics/plugins/blocksy-companion/framework/extensions/newsletter-subscribe"
         [2]=>
         string(109) "/home/(...)/web/statics/plugins/blocksy-companion/framework/extensions/product-reviews"
         [3]=>
         string(102) "/home/(...)/web/statics/plugins/blocksy-companion/framework/extensions/trending"
         [4]=>
         string(101) "/home/(...)/web/statics/plugins/blocksy-companion/framework/extensions/widgets"
       }
       ```
   
 * By the way, I’ll send you a mail today.
 * Bye 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Blocksy Companion] php function is_readable bug](https://wordpress.org/support/topic/php-function-is_readable-bug/)
 *  Thread Starter [crewstyle](https://wordpress.org/support/users/crewstyle/)
 * (@crewstyle)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/php-function-is_readable-bug/#post-15762029)
 * Hi 👋
 * I’m sorry I didn’t see your response and I’m still facing this issue.
    To add
   some more details, I use Blocksy in a multisite WP configuration, with subdomains.
   And I try to access to extensions tab.
 * Here is the output of the `BLOCKSY_PATH` constant:
    `/home/(...)/web/statics/
   plugins/blocksy-companion/`
 * My website uses GetOlympus framework to work. Which means:
    – the webroot folder
   is web/ – the wp-content folder’s name is statics – and all the default WP constants
   are defined thanks to the framework
 * It seems `BLOCKSY_PATH` has a good value.
    If you need some more details, tell
   me.
 * Right now, from the file `blocksy-companion/framework/extensions-manager.php`,
   my fix is to change (line 448):
    `if (is_readable($path . '/readme.php')) {` 
   Into: `if (!is_null($path) && is_readable($path . '/readme.php')) {`
 * And (line 464):
    `if (is_readable($file_path . '/config.php')) {` Into: `if (!
   is_null($file_path) && is_readable($file_path . '/config.php')) {`
 * Can you check please?
 * Thanks
    Achraf
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Blocksy Companion] Demo importer bugs](https://wordpress.org/support/topic/demo-importer-bugs/)
 *  Thread Starter [crewstyle](https://wordpress.org/support/users/crewstyle/)
 * (@crewstyle)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/demo-importer-bugs/#post-15761884)
 * Hi core team 🙂
 * Thanks for your feedback.
    I’ll be waiting for this new release so.
 * Best regards
    Achraf
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Umbrella: Security Backup Restore & Monitoring] Fatal error on network disabling](https://wordpress.org/support/topic/fatal-error-on-network-disabling/)
 *  Thread Starter [crewstyle](https://wordpress.org/support/users/crewstyle/)
 * (@crewstyle)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/fatal-error-on-network-disabling/#post-15308357)
 * Thanks for your reactivity 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Blossom Recipe Maker] French version](https://wordpress.org/support/topic/french-version-18/)
 *  Thread Starter [crewstyle](https://wordpress.org/support/users/crewstyle/)
 * (@crewstyle)
 * [6 years ago](https://wordpress.org/support/topic/french-version-18/#post-13172443)
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Blossom Recipe Maker] French version](https://wordpress.org/support/topic/french-version-18/)
 *  Thread Starter [crewstyle](https://wordpress.org/support/users/crewstyle/)
 * (@crewstyle)
 * [6 years ago](https://wordpress.org/support/topic/french-version-18/#post-13172407)
 * Hi there,
 * As mentioned, I’ll ask to editors then.
    Thank you very much for your answer.
 * PS: I have lots of issues on Blossom Recipe plugin and Pro theme. Is there a 
   way to give you feedbacks quickly?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [French version](https://wordpress.org/support/topic/french-version-17/)
 *  Thread Starter [crewstyle](https://wordpress.org/support/users/crewstyle/)
 * (@crewstyle)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/french-version-17/#post-12784593)
 * Please remove this topic.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Trying to get property ‘post_type’ of non-object](https://wordpress.org/support/topic/trying-to-get-property-post_type-of-non-object-5/)
 *  Thread Starter [crewstyle](https://wordpress.org/support/users/crewstyle/)
 * (@crewstyle)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/trying-to-get-property-post_type-of-non-object-5/#post-12784581)
 * Please remove this topic.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AdBack solution to adblock] Notice > Undefined index: page](https://wordpress.org/support/topic/notice-undefined-index-page-4/)
 *  Thread Starter [crewstyle](https://wordpress.org/support/users/crewstyle/)
 * (@crewstyle)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/notice-undefined-index-page-4/#post-12241156)
 * Hi there,
 * Any news on this thread?
 * Regards,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Browser cache compression + Nginx = bug](https://wordpress.org/support/topic/browser-cache-compression-nginx-bug/)
 *  Thread Starter [crewstyle](https://wordpress.org/support/users/crewstyle/)
 * (@crewstyle)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/browser-cache-compression-nginx-bug/#post-10328942)
 * [@mateusz](https://wordpress.org/support/users/mateusz/): thanks for the news.
   But for me, that was too late: I switched to another plugin…
    By the way, this
   bug is resolved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[XML Sitemap Generator for Google] Google News Sitemap](https://wordpress.org/support/topic/google-news-sitemap-5/)
 *  [crewstyle](https://wordpress.org/support/users/crewstyle/)
 * (@crewstyle)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/google-news-sitemap-5/#post-9887935)
 * Hi there,
 * Any news on this thread?
    Right now, I use an other plugin only for this feature…
 * Regards,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Browser cache compression + Nginx = bug](https://wordpress.org/support/topic/browser-cache-compression-nginx-bug/)
 *  Thread Starter [crewstyle](https://wordpress.org/support/users/crewstyle/)
 * (@crewstyle)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/browser-cache-compression-nginx-bug/#post-9886063)
 * Hello,
 * It seems the bug is in the `PgCache_Environment.php` file, from line 1476 to 
   1491, you can find:
 *     ```
       		if ( $compression ) {
       			$maybe_xml = '';
       			if ($config->get_boolean('pgcache.cache.nginx_handle_xml')) {
       				$maybe_xml = "\n" .
       					"        text/xml xml_gzip\n" .
       					"    ";
       			}
   
       			$rules .= "location ~ " . $cache_dir . ".*gzip$ {\n";
       			$rules .= "    gzip off;\n";
       			$rules .= "    types {" . $maybe_xml . "}\n";
       			$rules .= "    default_type text/html;\n";
       			$rules .= $common_rules;
       			$rules .= "    add_header Content-Encoding gzip;\n";
       			$rules .= "}\n";
       		}
       ```
   
 * As you can see, the semicolon is missing in this line `" text/xml xml_gzip\n".`(
   this should be `" text/xml xml_gzip;\n" .`)
 * Best regards,
    -  This reply was modified 8 years, 7 months ago by [crewstyle](https://wordpress.org/support/users/crewstyle/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[XML Sitemap Generator for Google] Google News Sitemap](https://wordpress.org/support/topic/google-news-sitemap-5/)
 *  [crewstyle](https://wordpress.org/support/users/crewstyle/)
 * (@crewstyle)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/google-news-sitemap-5/#post-9720312)
 * +1 please!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Paid Membership Subscriptions - Effortless Memberships, Recurring Payments & Content Restriction] Backspace and/or HTML please!](https://wordpress.org/support/topic/backspace-andor-html-please/)
 *  Thread Starter [crewstyle](https://wordpress.org/support/users/crewstyle/)
 * (@crewstyle)
 * [9 years ago](https://wordpress.org/support/topic/backspace-andor-html-please/#post-9363639)
 * Hi Georgian,
 * Thank you very much, I’ve updated the plugin right now and the feature is inside
   🙂
    Very good!
 * Best regards,

Viewing 14 replies - 1 through 14 (of 14 total)