• Resolved djbdijkstra

    (@djbdijkstra)


    Hi, i have two sites… one test and one live (www..)
    Dynamic image resizing/generating is functioning on the test-site (https://test.johannaengelina.nl/de-historie-van-dit-charterschip-en-zeilklipper-2/)
    but not on the live-site.
    I copied all the settings and plug-ins from the test-site… The only difference is that the www-site is running with SSL (through a plug-in called Really Simple SSL)
    When i look in the error-log, i find erros for all the images that need to be generated (because missing) Ofcourse the originals exist! One of the errors (all are similar) is:

    [Sat Apr 11 00:41:03.454035 2020] [proxy_fcgi:error] [pid 107905:tid 139734873532160] [client 92.108.202.79:34062] AH01071: Got error ‘PHP message: PHP Warning: filemtime(): stat failed for /home/johannaengelina.nl/public_html/wordpress/wp-content/uploads/wordpress/Historisch/danaadrianarev.jpg in /home/johannaengelina.nl/public_html/wordpress/wp-content/plugins/wp-performance-pack/modules/dynamic_images/class.wppp_serve_image.php on line 71\n’, referer: https://www.johannaengelina.nl/de-historie-van-dit-charterschip-en-zeilklipper-2/

    What can be wrond? I tried to debug the plug-in, but get errors when i change anything in class.wppp_serve_image.php

    Thanks in advance, DJ

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter djbdijkstra

    (@djbdijkstra)

    The problem is, that the url of the picture in the error-message is not correct…
    there is an extra “/wordpress” after /uploads and i don’t know where that comes from… this way the path doesn’t exist..

    /home/johannaengelina.nl/public_html/wordpress/wp-content/uploads/wordpress/Historisch/danaadrianarev.jpg should be:
    /home/johannaengelina.nl/public_html/wordpress/wp-content/uploads/Historisch/danaadrianarev.jpg

    And refers to https://www.johannaengelina.nl/wordpress/wp-content/uploads/Historisch/danaadrianarev.jpg

    Thread Starter djbdijkstra

    (@djbdijkstra)

    In the mean time i generated most thumbnails except some of the mentioned page, because it is the live site… I deleted 5 of the 202×202 thumbs for testing. They are not regenerated.

    Thread Starter djbdijkstra

    (@djbdijkstra)

    Update: today I copied the site to dev.johanneengelina.nl and deleted some thumbs.. They were nicely regenerated! It looks like it has to do with the fact that the “live” site (www.johannaengelina.nl is installed in /wordpress and the root index.php points to /wordpress/wp-blog-header.php

    How can i solve this? The site is working fine for the rest…

    Thanks, DJ

    Plugin Author Bjoern

    (@greencp)

    Sorry for the very late reply I’ll have a look into it as soon as I can.

    Plugin Author Bjoern

    (@greencp)

    Version 2.3.3 should fix this issue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Images not generated’ is closed to new replies.