Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • @clnlgrgmailcom

    `@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.www.ads-software.com/attachment/ticket/52241/Fixed_infinite_loop_on_Windows_systems_.patch`

    THIS SOLVED IT FOR ME, THANK YOU! (yes, all caps is yelling! I’ve been fighting with this since August!)

    Forum: Alpha/Beta/RC
    In reply to: Image Uploading Error
    Thread Starter paross2

    (@paross2)

    I have not tested PHP 7.1 on WP 5.7 yet, I stopped when I got a working combination. I’m one of those rookies who doesn’t have a testing environment and puts everything on just a production server, once we get our stuff sorted, I’ll test PHP 7.4 with WP 5.5.3 then if it works, I’ll step up to WP 5.6.2. Since we’ve had no trouble with image uploads until the newest WP update, I now assume it wasn’t PHP, but I’ve already demonstrated I’m no authority, that’s pure conjecture.

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