• Resolved abijita

    (@abijita)


    The plugin was working fine before few recent updates. Please rollback the update before a week or so because the new version is not working. Images are not loading on site. I have updated the plugins into current version still the problem is not solved

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

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Mateusz Gbiorczyk

    (@mateuszgbiorczyk)

    Hi @abijita,

    Thank you for your message.

    Tell me please, did you read the plugin FAQ before writing here? Please remember to check the FAQ and other threads in the support section before adding a support topic.

    In the FAQ you have at least information about what I need to help you. With little information I can’t help you.

    Very often there are answers there. You save your time and our time. We will be very grateful if you appreciate us time and try to find a solution. If you can nott find anything then we will be happy to help you.

    Thread Starter abijita

    (@abijita)

    should i put anything here?
    # BEGIN WP Rocket v3.5.2
    # Use UTF-8 encoding for anything served text/plain or text/html
    AddDefaultCharset UTF-8
    # Force UTF-8 for a number of file formats
    <IfModule mod_mime.c>
    AddCharset UTF-8 .atom .css .js .json .rss .vtt .xml
    </IfModule>
    # FileETag None is not enough for every server.
    <IfModule mod_headers.c>
    Header unset ETag
    </IfModule>
    # Since we’re sending far-future expires, we don’t need ETags for static content.
    # developer.yahoo.com/performance/rules.html#etags
    FileETag None
    <IfModule mod_alias.c>
    <FilesMatch “\.(html|htm|rtf|rtx|txt|xsd|xsl|xml)$”>
    <IfModule mod_headers.c>
    Header set X-Powered-By “WP Rocket/3.5.2”
    Header unset Pragma
    Header append Cache-Control “public”
    Header unset Last-Modified
    </IfModule>
    </FilesMatch>
    <FilesMatch “\.(css|htc|js|asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|eot|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|json|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|svg|svgz|swf|tar|tif|tiff|ttf|ttc|wav|wma|wri|xla|xls|xlsx|xlt|xlw|zip)$”>
    <IfModule mod_headers.c>
    Header unset Pragma
    Header append Cache-Control “public”
    </IfModule>
    </FilesMatch>
    </IfModule>
    # Expires headers (for better cache control)
    <IfModule mod_expires.c>
    ExpiresActive on
    # Perhaps better to whitelist expires rules? Perhaps.
    ExpiresDefault “access plus 1 month”
    # cache.appcache needs re-requests in FF 3.6 (thanks Remy ~Introducing HTML5)
    ExpiresByType text/cache-manifest “access plus 0 seconds”
    # Your document html
    ExpiresByType text/html “access plus 0 seconds”
    # Data
    ExpiresByType text/xml “access plus 0 seconds”
    ExpiresByType application/xml “access plus 0 seconds”
    ExpiresByType application/json “access plus 0 seconds”
    # Feed
    ExpiresByType application/rss+xml “access plus 1 hour”
    ExpiresByType application/atom+xml “access plus 1 hour”
    # Favicon (cannot be renamed)
    ExpiresByType image/x-icon “access plus 1 week”
    # Media: images, video, audio
    ExpiresByType image/gif “access plus 4 months”
    ExpiresByType image/png “access plus 4 months”
    ExpiresByType image/jpeg “access plus 4 months”
    ExpiresByType image/webp “access plus 4 months”
    ExpiresByType video/ogg “access plus 1 month”
    ExpiresByType audio/ogg “access plus 1 month”
    ExpiresByType video/mp4 “access plus 1 month”
    ExpiresByType video/webm “access plus 1 month”
    # HTC files (css3pie)
    ExpiresByType text/x-component “access plus 1 month”
    # Webfonts
    ExpiresByType font/ttf “access plus 4 months”
    ExpiresByType font/otf “access plus 4 months”
    ExpiresByType font/woff “access plus 4 months”
    ExpiresByType font/woff2 “access plus 4 months”
    ExpiresByType image/svg+xml “access plus 1 month”
    ExpiresByType application/vnd.ms-fontobject “access plus 1 month”
    # CSS and JavaScript
    ExpiresByType text/css “access plus 1 year”
    ExpiresByType application/javascript “access plus 1 year”
    </IfModule>
    # Gzip compression
    <IfModule mod_deflate.c>
    # Active compression
    SetOutputFilter DEFLATE
    # Force deflate for mangled headers
    <IfModule mod_setenvif.c>
    <IfModule mod_headers.c>
    SetEnvIfNoCase ^(Accept-EncodXng|X-cept-Encoding|X{15}|~{15}|-{15})$ ^((gzip|deflate)\s*,?\s*)+|[X~-]{4,13}$ HAVE_Accept-Encoding
    RequestHeader append Accept-Encoding “gzip,deflate” env=HAVE_Accept-Encoding
    # Don’t compress images and other uncompressible content
    SetEnvIfNoCase Request_URI \
    \.(?:gif|jpe?g|png|rar|zip|exe|flv|mov|wma|mp3|avi|swf|mp?g|mp4|webm|webp|pdf)$ no-gzip dont-vary
    </IfModule>
    </IfModule>
    # Compress all output labeled with one of the following MIME-types
    <IfModule mod_filter.c>
    AddOutputFilterByType DEFLATE application/atom+xml \
    application/javascript \
    application/json \
    application/rss+xml \
    application/vnd.ms-fontobject \
    application/x-font-ttf \
    application/xhtml+xml \
    application/xml \
    font/opentype \
    image/svg+xml \
    image/x-icon \
    text/css \
    text/html \
    text/plain \
    text/x-component \
    text/xml
    </IfModule>
    <IfModule mod_headers.c>
    Header append Vary: Accept-Encoding
    </IfModule>
    </IfModule>
    # END WP Rocket

    RewriteOptions inherit
    RewriteEngine on
    Header set content-Security-Policy: upgrade-insecure-requests
    RewriteEngine On
    RewriteCond %{SERVER_PORT} 80
    RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
    RewriteCond %{REQUEST_URI} !^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$
    RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
    RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/(?:\ Ballot169)?
    RewriteRule ^(.*)$ https://www.abijita.com/$1 [R=301,L]
    #Reset by Duplicator Installer. Original can be found in .htaccess.170908093314.orig
    # compress text, html, javascript, css, xml:
    AddOutputFilterByType DEFLATE text/plain
    AddOutputFilterByType DEFLATE text/html
    AddOutputFilterByType DEFLATE text/xml
    AddOutputFilterByType DEFLATE text/css
    AddOutputFilterByType DEFLATE application/xml
    AddOutputFilterByType DEFLATE application/xhtml+xml
    AddOutputFilterByType DEFLATE application/rss+xml
    AddOutputFilterByType DEFLATE application/javascript
    AddOutputFilterByType DEFLATE application/x-javascript
    # BEGIN WP CERBER GROOVE
    # Protection of admin scripts is enabled (CVE-2018-6389)
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_URI} ^(.*)wp-admin/+load-scripts\.php$ [OR,NC]
    RewriteCond %{REQUEST_URI} ^(.*)wp-admin/+load-styles\.php$ [NC]
    RewriteCond %{HTTP_COOKIE} !cerber_groove_x_Opqycmg9tRoF0a4PhHSnxNd3=Cd0PvSWRMGaVgH21DpeNsrFB7qmA
    RewriteRule (.*) – [R=403,L]
    </IfModule>
    # END WP CERBER GROOVE

    # BEGIN WordPress
    # The directives (lines) between BEGIN WordPress and END WordPress are
    # dynamically generated, and should only be modified via WordPress filters.
    # Any changes to the directives between these markers will be overwritten.
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress
    #erorupdate
    #AddType application/x-httpd-php .php .htm .html AddHandler x-httpd-php .php .htm .html
    # BEGIN cPanel-generated php ini directives, do not edit
    # Manual editing of this file may result in unexpected behavior.
    # To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
    # For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
    <IfModule php7_module>
    php_flag display_errors Off
    php_value max_execution_time 90
    php_value max_input_time -1
    php_value max_input_vars 1000
    php_value memory_limit 128M
    php_value post_max_size 128M
    php_value session.gc_maxlifetime 1440
    php_value session.save_path “/var/cpanel/php/sessions/ea-php73”
    php_value upload_max_filesize 128M
    php_flag zlib.output_compression On
    </IfModule>
    <IfModule lsapi_module>
    php_flag display_errors Off
    php_value max_execution_time 90
    php_value max_input_time -1
    php_value max_input_vars 1000
    php_value memory_limit 128M
    php_value post_max_size 128M
    php_value session.gc_maxlifetime 1440
    php_value session.save_path “/var/cpanel/php/sessions/ea-php73”
    php_value upload_max_filesize 128M
    php_flag zlib.output_compression On
    </IfModule>
    # END cPanel-generated php ini directives, do not edit
    # Block WordPress xmlrpc.php requests
    <Files xmlrpc.php>
    order deny,allow
    deny from all
    allow from 182.93.85.39
    </Files>
    # BEGIN FRedirect_ErrorDocument
    # The directives (lines) between BEGIN FRedirect_ErrorDocument and END FRedirect_ErrorDocument are
    # dynamically generated, and should only be modified via WordPress filters.
    # Any changes to the directives between these markers will be overwritten.
    ErrorDocument 404 /index.php?error=404
    # END FRedirect_ErrorDocument

    # php — BEGIN cPanel-generated handler, do not edit
    # Set the “ea-php72” package as the default “PHP” programming language.
    <IfModule mime_module>
    AddHandler application/x-httpd-ea-php72___lsphp .php .php7 .phtml
    </IfModule>
    # php — END cPanel-generated handler, do not edit

    • This reply was modified 4 years, 11 months ago by abijita.
    Plugin Author Mateusz Gbiorczyk

    (@mateuszgbiorczyk)

    Please read the FAQ again and send me all the information I am asking for. In the FAQ you have it clearly described.

    Thread Starter abijita

    (@abijita)

    gd
    GD Support enabled
    GD Version bundled (2.1.0 compatible)
    FreeType Support enabled
    FreeType Linkage with freetype
    FreeType Version 2.8.0
    GIF Read Support enabled
    GIF Create Support enabled
    JPEG Support enabled
    libJPEG Version 6b
    PNG Support enabled
    libPNG Version 1.5.13
    WBMP Support enabled
    XPM Support enabled
    libXpm Version 30411
    XBM Support enabled
    WebP Support enabled
    Directive Local Value Master Value
    gd.jpeg_ignore_warning 1 1
    imagick

    core
    PHP Version 7.2.29
    Directive Local Value Master Value
    allow_url_fopen On On
    allow_url_include On On
    arg_separator.input & &
    arg_separator.output & &
    auto_append_file no value no value
    auto_globals_jit On On
    auto_prepend_file no value no value
    browscap no value no value
    default_charset UTF-8 UTF-8
    default_mimetype text/html text/html
    disable_classes no value no value
    disable_functions no value no value
    display_errors Off Off
    display_startup_errors Off Off
    doc_root no value no value
    docref_ext no value no value
    docref_root no value no value
    enable_dl Off Off
    enable_post_data_reading On On
    error_append_string no value no value
    error_log error_log error_log
    error_prepend_string no value no value
    error_reporting 4983 32759
    expose_php Off Off
    extension_dir /opt/cpanel/ea-php72/root/usr/lib64/php/modules /opt/cpanel/ea-php72/root/usr/lib64/php/modules
    file_uploads On On
    hard_timeout 2 2
    highlight.comment #FF8000 #FF8000
    highlight.default #0000BB #0000BB
    highlight.html #000000 #000000
    highlight.keyword #007700 #007700
    highlight.string #DD0000 #DD0000
    html_errors On On
    ignore_repeated_errors Off Off
    ignore_repeated_source Off Off
    ignore_user_abort Off Off
    implicit_flush Off Off
    include_path .:/opt/cpanel/ea-php72/root/usr/share/pear .:/opt/cpanel/ea-php72/root/usr/share/pear
    input_encoding no value no value
    internal_encoding no value no value
    log_errors On On
    log_errors_max_len 1024 1024
    mail.add_x_header On On
    mail.force_extra_parameters no value no value
    mail.log no value no value
    max_execution_time 90 90
    max_file_uploads 20 20
    max_input_nesting_level 64 64
    max_input_time -1 -1
    max_input_vars 1000 1000
    memory_limit 256M 128M
    open_basedir no value no value
    output_buffering no value no value
    output_encoding no value no value
    output_handler no value no value
    post_max_size 128M 128M
    precision 14 14
    realpath_cache_size 4096K 4096K
    realpath_cache_ttl 120 120
    register_argc_argv On On
    report_memleaks On On
    report_zend_debug On On
    request_order GP GP
    sendmail_from no value no value
    sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i
    serialize_precision 100 100
    short_open_tag On On
    SMTP localhost localhost
    smtp_port 25 25
    sys_temp_dir no value no value
    track_errors Off Off
    unserialize_callback_func no value no value
    upload_max_filesize 128M 128M
    upload_tmp_dir no value no value
    user_dir no value no value
    user_ini.cache_ttl 300 300
    user_ini.filename .user.ini .user.ini
    variables_order GPCS GPCS
    xmlrpc_error_number 0 0
    xmlrpc_errors Off Off
    zend.assertions -1 -1
    zend.detect_unicode On On
    zend.enable_gc On On
    zend.multibyte Off Off
    zend.script_encoding no value no value
    zend.signal_check Off Off

    Plugin Author Mateusz Gbiorczyk

    (@mateuszgbiorczyk)

    Please, read the FAQ again. Note the question How to get technical support? (before you ask for help). I need all the information I described there.

    Thread Starter abijita

    (@abijita)

    After updating plugin to the latest version, the images starts showing again but not in webp format. It is showing in jpeg format. However, inside wp-content folder, all webp images are generated.

    Plugin Author Mateusz Gbiorczyk

    (@mateuszgbiorczyk)

    I am very happy. There, in the last update, I corrected the error from the previous one. The redirections still worked, but the rule regarding WebP format server support was incorrect and therefore the type of image was not visible as webp in Dev Tools.

    I checked the imgaes on your website and everything works without any problems. For more information on how to check if a plugin works, see the question How to check if plugin works? in the plugin FAQ.

    Thread Starter abijita

    (@abijita)

    Thank you so much ??
    This plugin is really awesome. May be on next update we may see webp images as well.

    Thank you so much

    Plugin Author Mateusz Gbiorczyk

    (@mateuszgbiorczyk)

    @abijita What do you mean about the next update? I didn’t quite understand.

    Thread Starter abijita

    (@abijita)

    Why the images is not seen as webp format? I think you will fixed this on next update! Or this is the problem on my end?

    Plugin Author Mateusz Gbiorczyk

    (@mateuszgbiorczyk)

    The images are displayed in WebP format on your website. See for yourself: https://i.imgur.com/UUJgtR8.png

    Thread Starter abijita

    (@abijita)

    Thank you so so much ?? You are Great!! I will soon write an article about the importance of webp format and strongly recommend your plugin to my reader!

    Thank you again ??

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Image missing since last 2 updates’ is closed to new replies.