Title: cln.lgr's Replies | WordPress.org

---

# cln.lgr

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 25 total)

1 [2](https://wordpress.org/support/users/clnlgrgmailcom/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/clnlgrgmailcom/replies/page/2/?output_format=md)

 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Allowing html tags for Administrators and Editors in WPMU](https://wordpress.org/support/topic/allowing-html-tags-for-administrators-and-editors-in-wpmu/)
 *  [cln.lgr](https://wordpress.org/support/users/clnlgrgmailcom/)
 * (@clnlgrgmailcom)
 * [4 years ago](https://wordpress.org/support/topic/allowing-html-tags-for-administrators-and-editors-in-wpmu/#post-15678822)
 * Ah kses, I was down that rabbit hole. I’d recommend you contact WPMU directly.
   I can’t answer if it’s secure or not.
    I can’t recall at the moment the exact
   fix but I do remember that tag after tag, I had to add them all.
    -  This reply was modified 4 years ago by [cln.lgr](https://wordpress.org/support/users/clnlgrgmailcom/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Colibri WP] Ayuda](https://wordpress.org/support/topic/ayuda-urgente-4/)
 *  [cln.lgr](https://wordpress.org/support/users/clnlgrgmailcom/)
 * (@clnlgrgmailcom)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/ayuda-urgente-4/#post-15399167)
 * > Good morning, since three days ago I want to enter the website I manage but
   > I get the following warning: “Future home of something very cool.
   >  If you are
   > the owner of the site , login to start this site. If you are a visitor , come
   > back soon.” I enter the link you suggest and it takes me to another website.
 * I don’t think this has anything to do with the theme. I would definitly contact
   your hosting company to see what is going on. It seems you’re hosting with GoDaddy
   or Cloudflare. They will be able to help you.
 * Unless you recovered a site from backup and mistakenly selected the wrong site
   or backup file, I can’t see what else this could be.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite of Multisites? or networks on a network?](https://wordpress.org/support/topic/multisite-of-multisites-or-networks-on-a-network/)
 *  [cln.lgr](https://wordpress.org/support/users/clnlgrgmailcom/)
 * (@clnlgrgmailcom)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/multisite-of-multisites-or-networks-on-a-network/#post-15056061)
 * A while back I was testing this theory. My scenario was to have a Department 
   of Ed Network with Districts with Schools.
    I think there was a plugin that allowed
   me to do this. (here’s one but it doesn’t look familiar [https://wordpress.org/plugins/wp-multi-network/](https://wordpress.org/plugins/wp-multi-network/))
   I think I dropped the idea because, well, it was my first WP site! I come from
   a long line of SharePoint experience.
 * I hope you share your findings.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [504 with no leads](https://wordpress.org/support/topic/504-with-no-leads/)
 *  Thread Starter [cln.lgr](https://wordpress.org/support/users/clnlgrgmailcom/)
 * (@clnlgrgmailcom)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/504-with-no-leads/#post-14970810)
 * If it helps anyone, my multisite was not letting me upload images. The issue 
   is a WordPress known bug that will be fixed with version 5.9.
    The bug is one
   line of code that can easily be changed [https://core.trac.wordpress.org/ticket/52241](https://core.trac.wordpress.org/ticket/52241)
 * (i’m still getting 504)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error with image uploading](https://wordpress.org/support/topic/error-with-image-uploading/)
 *  [cln.lgr](https://wordpress.org/support/users/clnlgrgmailcom/)
 * (@clnlgrgmailcom)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/error-with-image-uploading/page/6/#post-14970158)
 * [@joegasper](https://wordpress.org/support/users/joegasper/) this worked for 
   my multisite installation. I’ve spent way to much time on this simple fix for
   WordPress not pushing this ASAP!
 * wp-includes/functions.php
    replace
 * `while ( DIRECTORY_SEPARATOR !== $path && '.' !== $path && '..' !== $path ) {`
 * with
 * `while ( DIRECTORY_SEPARATOR !== $path && $path[ 0 ] . ':' . DIRECTORY_SEPARATOR!
   == $path && '.' !== $path && '..' !== $path ) {`
 * [https://core.trac.wordpress.org/attachment/ticket/52241/Fixed_infinite_loop_on_Windows_systems_.patch](https://core.trac.wordpress.org/attachment/ticket/52241/Fixed_infinite_loop_on_Windows_systems_.patch)
    -  This reply was modified 4 years, 8 months ago by [cln.lgr](https://wordpress.org/support/users/clnlgrgmailcom/).
    -  This reply was modified 4 years, 8 months ago by [cln.lgr](https://wordpress.org/support/users/clnlgrgmailcom/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [504 with no leads](https://wordpress.org/support/topic/504-with-no-leads/)
 *  Thread Starter [cln.lgr](https://wordpress.org/support/users/clnlgrgmailcom/)
 * (@clnlgrgmailcom)
 * [5 years ago](https://wordpress.org/support/topic/504-with-no-leads/#post-14507034)
 * [@t-p](https://wordpress.org/support/users/t-p/) , Thank you for the reply, always
   appreciated.
 * I AM the Host and all things, so far, lead me to dead ends. So I’m coming here
   to plead for help. I’ve had 3 other parties look at my Azure setup, 2 of which
   were with Microsoft and 1 third party, and they do not see anything wrong with
   the Azure Web Service and everything in between. They do not support WordPress
   so they didn’t have many suggestions other than the same findings we had from
   da Google.
 * Since the site is in production, I have not disabled most of the tools since 
   they hold everything together. When schools out, I will be able to fully test
   things.
    BUT until then, I’m looking for taddle tales in logs.
 * What are diagnostics tools that I can see more detailed errors?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Colibri WP] Page styling changing automatically once logged in again](https://wordpress.org/support/topic/page-styling-changing-automatically-once-logged-in-again-2/)
 *  [cln.lgr](https://wordpress.org/support/users/clnlgrgmailcom/)
 * (@clnlgrgmailcom)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/page-styling-changing-automatically-once-logged-in-again-2/#post-14217636)
 * [@lbahena](https://wordpress.org/support/users/lbahena/) Have you published using
   the SuperAdministrator instead of Administrator? (this worked for another issue
   of mine)
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Problem uploading images – error: Post-processing of the image failed](https://wordpress.org/support/topic/problem-uploading-images-error-post-processing-of-the-image-failed/)
 *  [cln.lgr](https://wordpress.org/support/users/clnlgrgmailcom/)
 * (@clnlgrgmailcom)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/problem-uploading-images-error-post-processing-of-the-image-failed/#post-14206982)
 * I’m also having issues with more recent versions of WP. I’ve settled with 5.5.3
   at the moment. We tried updating to 5.6 and 5.6.2 versions with the issue that
   I couldn’t upload any images (Err;2500px). I didn’t check if image meta data 
   or watermark were in the file or not as mentioned above.
 * Although I know there are smarter and more experienced people working on WP, 
   I have issues with my theme and they aren’t able to help permanently fix their
   errors. One resolution was to use Marcus K.’s script to add_filter (wp_kses_allowed_html)…
   
   [https://mkaz.blog/wordpress/allowing-svg-in-wordpress-content/](https://mkaz.blog/wordpress/allowing-svg-in-wordpress-content/)
 * My train of thought here is on the “KSES Strips Evil Scripts”. Could there have
   been modifications in this area?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Colibri WP] Publishing issue – appearance randomly lost](https://wordpress.org/support/topic/publishing-issue-appearance-randomly-lost-2/)
 *  [cln.lgr](https://wordpress.org/support/users/clnlgrgmailcom/)
 * (@clnlgrgmailcom)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/publishing-issue-appearance-randomly-lost-2/#post-14151707)
 * I’m having the same issue. It seems the only way to correct it for me is for 
   the Super Administrator to publish the page. This will become unmanageable if
   my 170 sites go live on my multisite.
    [@cristianbarbu](https://wordpress.org/support/users/cristianbarbu/)
   Can you elaborate why mySQL is the issue? My PHP memory limit = 256M
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Upgrade Network…again and again](https://wordpress.org/support/topic/upgrade-network-again-and-again/)
 *  Thread Starter [cln.lgr](https://wordpress.org/support/users/clnlgrgmailcom/)
 * (@clnlgrgmailcom)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/upgrade-network-again-and-again/#post-14068793)
 * This was not totally resolved.
    I realized later the issue happened when the 
   App Service restarted. At that point, the cached site would be lost from virtual
   memory and so would updates. This refurbished Web app would pick the last saved
   files from the disk. Unfortunately these plugins and updates would already be
   out of date since what was written to the disk was days and days late.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Path doesn’t exist but, image is showing](https://wordpress.org/support/topic/path-doesnt-exist-but-image-is-showing/)
 *  Thread Starter [cln.lgr](https://wordpress.org/support/users/clnlgrgmailcom/)
 * (@clnlgrgmailcom)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/path-doesnt-exist-but-image-is-showing/#post-14068752)
 * My issue seems to be resolved. Local caching was enabled in Azure and since WordPress
   dynamically creates the pages this is not a recommended. A plugin would better
   handle caching.
    Since the caching was done on the server side, anytime the service
   or app reset, everything that was not written to the database was lost. Images,
   documents, media, was lost and even plugins that were updated would revert back
   to it’s past version.
 * I did downgrade to WordPress 5.5.3 since there is still an issue with image uploads
   in version 5.6.1 for me.
 * Now my images are uploading, showing up in FTP, in appropriate multisite location/
   wp-content/uploads/sites/24/2021/01/filename.here
    thanks [@asterbird](https://wordpress.org/support/users/asterbird/)&
   [@t-p](https://wordpress.org/support/users/t-p/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Colibri Page Builder] Cover Image not showing up on Mobile](https://wordpress.org/support/topic/cover-image-not-showing-up-on-mobile/)
 *  [cln.lgr](https://wordpress.org/support/users/clnlgrgmailcom/)
 * (@clnlgrgmailcom)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/cover-image-not-showing-up-on-mobile/#post-14008295)
 * Do other issues like this happen or is it just on newly published items. (I may
   have a related issue)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error with image uploading](https://wordpress.org/support/topic/error-with-image-uploading/)
 *  [cln.lgr](https://wordpress.org/support/users/clnlgrgmailcom/)
 * (@clnlgrgmailcom)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/error-with-image-uploading/page/4/#post-13961684)
 * [@cpolisini](https://wordpress.org/support/users/cpolisini/) , I manage the Azure
   Web app. I currently have 1 live site with a projected 170-300 sites.
    When I
   upload an image, the servers spike for minutes and bogs the site down to a crawl.
   I get hundreds of http 5xx errors a day.
 * My fault but, this all started when that one site wanted to go live so I updated-
   everything- in mid Dec. WordPress version, PHP, HTTP2, plugins.
    The install 
   was fresh from Sept.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error with image uploading](https://wordpress.org/support/topic/error-with-image-uploading/)
 *  [cln.lgr](https://wordpress.org/support/users/clnlgrgmailcom/)
 * (@clnlgrgmailcom)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/error-with-image-uploading/page/4/#post-13961184)
 * What is the difference between these two lines
 *     ```
       add_filter( 'wp_image_editors', function() { return array( 'WP_Image_Editor_GD' ); } );
   
       function use_gd_editor($array) {return array( 'WP_Image_Editor_GD', );} add_filter( 'wp_image_editors', 'use_gd_editor' )
       ```
   
 * I did notice in the thread that some use ‘ while others use the other bracket.
 * ps… I’ve tried practically everything here and none have resolved the issue.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Colibri WP] Icons disappear when publishing as administrator](https://wordpress.org/support/topic/icons-disappear-when-publishing-as-administrator/)
 *  Thread Starter [cln.lgr](https://wordpress.org/support/users/clnlgrgmailcom/)
 * (@clnlgrgmailcom)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/icons-disappear-when-publishing-as-administrator/#post-13958990)
 * Just following up for anyone looking. Customer support has customized a plugin
   to push the changes.

Viewing 15 replies - 1 through 15 (of 25 total)

1 [2](https://wordpress.org/support/users/clnlgrgmailcom/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/clnlgrgmailcom/replies/page/2/?output_format=md)