Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter charlesoharaphoto

    (@charlesoharaphoto)

    Hi,

    I updated your plugin to version 3.0 and I still get several PHP errors in my log:

    Apr 09, 15:27:19
    
    PHP Notice: Undefined offset: 1 in /home/charl783/public_html/wp-content/plugins/wp-file-manager-pro/file_folder_manager_pro.php on line 255
    
    Apr 09, 15:27:20
    
    PHP Notice: Undefined offset: 1 in /home/charl783/public_html/wp-content/plugins/wp-file-manager-pro/file_folder_manager_pro.php on line 255
    
    Apr 09, 15:27:22
    
    PHP Notice: Undefined offset: 1 in /home/charl783/public_html/wp-content/plugins/wp-file-manager-pro/file_folder_manager_pro.php on line 255
    
    Apr 09, 15:27:29
    
    PHP Notice: Undefined offset: 1 in /home/charl783/public_html/wp-content/plugins/wp-file-manager-pro/file_folder_manager_pro.php on line 255
    
    Apr 09, 15:27:31
    
    PHP Notice: Undefined offset: 1 in /home/charl783/public_html/wp-content/plugins/wp-file-manager-pro/file_folder_manager_pro.php on line 255
    
    Apr 09, 15:27:33
    
    PHP Notice: Undefined offset: 1 in /home/charl783/public_html/wp-content/plugins/wp-file-manager-pro/file_folder_manager_pro.php on line 255
    
    Apr 09, 15:27:34
    
    PHP Notice: Undefined offset: 1 in /home/charl783/public_html/wp-content/plugins/wp-file-manager-pro/file_folder_manager_pro.php on line 255
    
    Apr 09, 15:27:35
    
    PHP Notice: Undefined offset: 1 in /home/charl783/public_html/wp-content/plugins/wp-file-manager-pro/file_folder_manager_pro.php on line 255
    Ignore
    
    Apr 09, 15:27:36
    
    PHP Notice: Undefined offset: 1 in /home/charl783/public_html/wp-content/plugins/wp-file-manager-pro/file_folder_manager_pro.php on line 255
    Thread Starter charlesoharaphoto

    (@charlesoharaphoto)

    Hi Takis,

    I would gladly do that, however I have since switched from CloudFlare to Amazon CloudFront (by replacing media library URLs to the CF address through the W3TC plugin) in order to feed my images faster and now Adaptive Images does not seem to work anymore, even with the “CDN Support” option turned on in the plugin settings.

    Do you have any experience getting Adaptive Images working with CloudFront?

    Thanks,

    Charles

    Thread Starter charlesoharaphoto

    (@charlesoharaphoto)

    Hi Takis,

    I sent you the files two days ago via WeTransfer on your email. You can reply here directly if you want when you have the time to investigate.

    Thanks!

    Charles

    Thread Starter charlesoharaphoto

    (@charlesoharaphoto)

    Hi,

    Yes, it appears seemingly randomly, however it’s rather frequent. Right now I am the only one browsing my website, which is under development, and I got 10 new core dumps in the plugin folder since yesterday. Each dump is 36.27 MB, so I guess it can eat up my server storage quite fast when I make my page public and get more visitors.

    Can you give me an address so can I send you the files via WeTransfer?

    Thank you very much,

    Charles

    Thread Starter charlesoharaphoto

    (@charlesoharaphoto)

    Hi Takis,

    I waited until I could replicate the issue before replying. It just happened a few minutes ago: a thumbnail failed to load; I went to check the “adaptive-images” plugin folder and a core dump was created with the timestamp corresponding to the loading error. Also, there is nothing showing up in my PHP error log.

    Do you have a way to analyze the core dumps? I can send them to you if you want.

    Thanks,

    Charles

    Thread Starter charlesoharaphoto

    (@charlesoharaphoto)

    Great, thank you!

    Thread Starter charlesoharaphoto

    (@charlesoharaphoto)

    Hi Takis,

    Thanks again for your detailed answer.

    You are right about Firefox in dev mode, it works perfectly.

    As for “Bigger dimension”, I thought it was related to the current (detected) device orientation; I think I may simply disable it.

    About NginX, the info popup in the plugin settings tells me that I should write the following code in my “configuration file”:

    location / {
        rewrite \.(?:jpe?g|gif|png)$ /wp-content/plugins/adaptive-images/adaptive-images-script.php;
    }

    Can you tell me exactly what configuration file it is please?

    Thread Starter charlesoharaphoto

    (@charlesoharaphoto)

    Hello Takis,

    Thank you very much for your answer.

    I indeed had quite a few issues when converting my website from HTTP to HTTPS but I think you are right that it is not directly related to your plugin. I will check for redirection issues though, thanks for pointing that out.

    Regarding the NginX caching server, I wasn’t aware, but I just read that indeed that’s the case. My website runs on an Apache server but some of the caching is done by the Siteground (my host) Supercacher (a plugin and server combination), and I just read that the server side of caching runs on NginX. Would that be a problem?

    I eventually managed to get Adaptive Images running fine again after flushing every possible kind of server and local cache and then rebuilding image links that I think were actually broken whith a theme update. A lot of changes happened at the same time so I didn’t know exactly where to look at for possible problem sources, but eventually I managed to troubleshoot most of them.

    Right now, almost everything seems to works fine, even the CSS background images! The website you had a look at was just a placeholder page; the main page under development has two CSS images and the two get resized properly, even in CDN enabled mode. However, I put my CDN in “pause mode” until the development is finished, so I’ll have to check again when everything is done and the CDN is doing its caching.

    I only have two problems left:

    – I checked the “Bigger Dimension” checkbox; I don’t know if it works well, because it seems that I always only get the image version according to the closest break point related to the longer side of the screen, regardless of device orientation: e.g. I have break points set at 2560 px and 1440 px, and my phone in portrait mode only feeds me 2560 px wide images.

    – I can’t test as many of of the break points as I’d like, because for some reason Chrome/Opera in Device Preview mode still detect my real screen resolution, which is 2560×1440 (and actually the same as my phone, which restricts my testing even more!). Is this normal? Is there a way to force “false” resolution spoofing?

    Thanks a lot!
    Charles

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