Viewing 6 replies - 1 through 6 (of 6 total)
  • @jhosman55

    Can you please enable debugging mode, Please add following lines to wp-config.php just before where it says: /* That’s all, stop editing! Happy publishing. */

    define( ‘WP_DEBUG’, true );
    define( ‘WP_DEBUG_DISPLAY’, false );
    define( ‘WP_DEBUG_LOG’, true );

    Then try to purge the cache.

    A debug.log file should be created inside wp-content folder,which should contain error information in it, Please share the file with us.

    Thanks,
    Harshad

    Thread Starter jhosman55

    (@jhosman55)

    I added the lines in the wp-config.php file just before the indicated section

    I tried deleting the minified cache

    I checked in the wp-content folder but I don’t see any file called debug.log

    Note, I am using nginx + php-fpm

    In /var/log/nginx/error.log no apperas nothing

    @jhosman55 Can you please try to disable other plugins one by one and check if it helps to fix the issue?

    Thread Starter jhosman55

    (@jhosman55)

    The problem persist if I try disable all plugins

    @jhosman55

    Could you send me a copy of your server’s PHP Error log?
    You can find this log through your web hosting control panel (typically cPanel). If you are unsure where to find the PHP Error log, you can ask your hosts to provide it.

    Thread Starter jhosman55

    (@jhosman55)

    ]# cat /var/log/php-fpm/error.log
    ]#

    ;;;;;;;;;;;;;;;;;;;;;
    ; FPM Configuration ;
    ;;;;;;;;;;;;;;;;;;;;;

    ; All relative paths in this configuration file are relative to PHP’s install
    ; prefix.

    ; Include one or more files. If glob(3) exists, it is used to include a bunch of
    ; files from a glob(3) pattern. This directive can be used everywhere in the
    ; file.
    include=/etc/php-fpm.d/*.conf

    ;;;;;;;;;;;;;;;;;;
    ; Global Options ;
    ;;;;;;;;;;;;;;;;;;

    [global]
    ; Pid file
    ; Default Value: none
    pid = /run/php-fpm/php-fpm.pid

    ; Error log file
    ; If it’s set to “syslog”, log is sent to syslogd instead of being written
    ; in a local file.
    ; Default Value: /var/log/php-fpm.log
    error_log = /var/log/php-fpm/error.log

    I’m the server adminsitrator

    Do you think something needs to be adjusted? I am using nginx + php-fpm

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Purge minifi cache => Undefined’ is closed to new replies.