• Texiwill

    (@texiwill)


    Hello,

    I just tried v1.2.0 and it will NOT create any cache files for me. The cache directory is set properly as well. However, the previous version works just fine. I tried to enable the logger but that apparently did not do anything to help me find the issue. The cache directory was set to the value it was for the previous version. (we use port 88 for this node).

    When we go to flush the cache it says It cannot. I am not even sure everything is using the proper directories anymore… Is there a way to debug what is happening?

    Best regards,
    Edward

    http://wordpress.org/extend/plugins/bwp-minify/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Khang Minh

    (@oddoneout)

    Hi there Texiwill,

    If possible please contact me through the contact form here: http://betterwp.net/contact/ and we can chat about this issue :). That way thing can be solved faster.

    Thread Starter Texiwill

    (@texiwill)

    Hello,

    Well I think I found the problem. The site was confused as it used to use http://www.example.com:XX/blog and http://www.example.com:XX. Once I switched everything to http://www.example.com:XX BWP-Minify started to work once more.

    I think because it is trying to form a path to the cache files that ends up being something like:
    /usr/share/wordpress/:XX/blog/…

    But when you drop the /blog it ends up being:
    /usr/share/wordpress/:XX

    Note, to make this work the first time, I had to create the :XX directory and add symlinks inside it to point to wp_content. The :XX should NOT be part of the path and I would imagine be ignoreable.

    Best regards,
    Edward

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Better WordPress Minify] V1.2.0 Doe not Create Cache FIles’ is closed to new replies.