[pmwiki-users] Mini not working - part 2

pmwiki at 911networks.com pmwiki at 911networks.com
Sun Mar 7 18:58:10 CST 2010


Hi,

I just installed Pm 2.2.14 and the latest Mini.php with the lightbox
enabled. It doesn't work.

I have exactly the same setup for testing with Pm 2.2.13 and the
previous version of Mini.php with the lightbox enabled. it works
properly.

I have checked:
* .htaccess
* local/config.php
They are identical expect for the domain names.

Debug output:

[HandleActions] => Array
        (
   ....
            [mini] => HandleMini
            [purgethumbs] => HandlePurgeMini
   ....)

 [directives] => Array
                (
                    [cmd] => >split
                    [seq] => B>>>
                    [dep] => Array
                        (
                            [inline] => >
                            [(:mini:)] => 
....

           [Mini:] => Array
                (
                    [cmd] => <links
                    [seq] => B>>>>><
                    [pat] => /\b([Mm]ini\d?(?:_\w+)?:)([^\s"\|\[\]]+)("([^"]*)")?/e
                    [rep] => Keep(LinkMini($pagename,'$1','$2','$4','$1$2'),'L')
                )

            [(:mini:)] => Array
                (
                    [cmd] => directives
                    [seq] => B>>>=
                    [pat] => /\(:mini (.+):\)/e
                    [rep] => MiniConf(PSS('$1'))
                )

            [Mini] => Array
                (
                    [Version] => 20100210
                )

  [Mini] => Array
        (
            [EnableLightbox] => 1
            [ImgFmt] => <img class="mini" src="%1$s" title="%2$s" alt="%2$s" border="0" />
            [LinkFmt] => <a href="%2$s" class="minilink" %3$s>%1$s</a>
            [MiniFmt] => %s
            [ImTypes] => Array
                (
                    [1] => gif
                    [2] => jpeg
                    [3] => png
                    [15] => wbmp
                    [16] => xbm
                )

            [ImRx] => Array
                (
                    [0] => /\.(gif|png|jpe|jpe?g|wbmp|xbm)$/i
                    [1] => !^th\d+---!
                )

            [LbJS] => <script type="text/javascript" src="%1$s/prototype.js"></script>
<script type="text/javascript" src="%1$s/effects.js"></script>
<script type="text/javascript" src="%1$s/lightbox.js"></script>
<link rel="stylesheet" href="%1$s/lightbox.css" type="text/css" media="screen"/>
            [LbUrl] => $FarmPubDirUrl/lb
            [LbRels] => Array
                (
                    [0] => 
                    [1] => %s[mini]
                    [2] => %s[mini%d]
                    [3] => %s
                )

            [EnableCache] => 0
            [CacheFilename] => .%s.mini-cache.txt
            [FixFilenames] => 1
            [CreateFunction] => MiniCreate
            [thumbs] => Array
                (
                    [x] => 100x100x50x50x90xffffff
                    [0] => 0x200
                )

            [FixFilenamePatterns] => Array
                (
                    [/\s/] => _
                    [/[^-\w.]/] => 
                )

            [FNameRPat] => Array
                (
                    [/\.\w{3,4}$/i] => 
                    [/_+/] =>  
                    [/^(.*)$/e] => uMini_IPTC("$1", $info)
                )

        )

    [PaginateFmt] => Array
        (
            [PaginateMini] => Array
                (
                    [start] => &lt;&lt;
                    [end] => &gt;&gt;
                    [prev] => &lt;
                    [next] => &gt;
                    [count] => 5
                    [urlparm] => mp
                )

        )

Can somebody suggest where I should start to find what I screwed up?

-- 
Thanks
http://www.911networks.com
When the network has to work



More information about the pmwiki-users mailing list