• Resolved vegasmerch

    (@vegasmerch)


    I just upgraded to the latest version last night from version 6.66, and since the upgrade, my list of resolutions is no longer being honored. It appears that the only resolutions being applied are the defaults.

    After clearing the cache, on a desktop browser, full size images are being sent, but I have the following resolution string:

    1920, 1680, 1600, 1440, 1366, 1280, 1024, 768, 720, 640, 480, 360, 320

    My desktop resolution is 1920×1200. I have also tried from another device with a resolution of 1366×768. Both are being sent full size images.

    When I access the site from a sufficiently small device (like a cell phone) I do get cached images created for the 1024 resolution. And judging by the page load time, it would appear that I am being sent the resized images.

    Debug info

    ? PHP GD library is installed.

    ? Image cache directory has been created.

    /var/www/vegasmerch/wp-content/cache/adaptive-images => drwxr-xr-x

    ? Installation .htaccess file is setup OK.

    /var/www/vegasmerch/.htaccess => -rwxrwxrwx

    ? Adaptive images settings dump:

    array(14) {
    [“resolutions”]=>
    array(13) {
    [0]=>
    int(1920)
    [1]=>
    int(1680)
    [2]=>
    int(1600)
    [3]=>
    int(1440)
    [4]=>
    int(1366)
    [5]=>
    int(1280)
    [6]=>
    int(1024)
    [7]=>
    int(768)
    [8]=>
    int(720)
    [9]=>
    int(640)
    [10]=>
    int(480)
    [11]=>
    int(360)
    [12]=>
    int(320)
    }
    [“cache-directory”]=>
    string(21) “cache/adaptive-images”
    [“watched-directories”]=>
    array(2) {
    [0]=>
    string(18) “wp-content/uploads”
    [1]=>
    string(17) “wp-content/themes”
    }
    [“jpeg-quality”]=>
    int(60)
    [“sharpen-images”]=>
    bool(true)
    [“watch-cache”]=>
    bool(true)
    [“browser-cache”]=>
    float(730)
    [“landscape”]=>
    bool(false)
    [“hidpi”]=>
    bool(false)
    [“cdn-support”]=>
    bool(false)
    [“version”]=>
    string(6) “0.6.67”
    [“sanitized”]=>
    bool(true)
    [“wp-content-dir”]=>
    string(30) “/var/www/vegasmerch/wp-content”
    [“wp-content-url”]=>
    string(37) “https://shopvegasmerch.com/wp-content”
    }

    This was working prior to the 6.67 update. Is there a way to roll back to the prior version?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter vegasmerch

    (@vegasmerch)

    Solved my own problem…

    It appears user-settings.php was wiped out in the update and the script could not create a new one due to a permissions problem.

    It looks like this was actually noted in the output after save, but because the text was listed within a green bar dialog I thought it was a successful save. It wasn’t.

    To fix it, I touched user-settings.php in the plugin dir and then chown’d to the webserver’s user account.

    Plugin Author Takis Bouyouris

    (@nevma)

    Hello, my friend,

    The truth is that it is not expected that WordPress will delete all the files in the plugin folder during an update. So normally the user-settings.php should not be deleted. I cannot say this happened to you this time and it is unfortunately not something we can detect or predict.

    For this reason the message you saw was actually a success message which also mentioned that you could update your plugin settings only if you wanted so.

    Anyway, I am glad things worked out for you in the end.

    Let me know if I can help any further now or in the future.

    Cheers,
    Takis

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Resolutions not being honored’ is closed to new replies.