Loading...
 

PhpLayersDev


All relevant info should be move to PhpLayersMenu

TikiTeam

Who is working here generally? Link UserPage.



marclaporte reported an annoying JS error in both IE & FireFox but couldn't pinpoint when & where it happened:

Copy to clipboard
Line: 41 Char: 12 Error: 'numl' is undefined Code: 0 URL: http://tikiwiki.org/tiki-index.php

This was FIXED on BRANCH-1-9 a long time ago (tested with FF javascript console) luci


Another (probably related) annoyance:

Image

another variant is "null" or "o"

also getting "undefined" in Konqueror 3.23 (Knoppix 3.6)


Tiki uses latest version of PHP Layers Menu 3.2.0-rc now (1.9.5 CVS). Check for other versions at SF.net



Tested with:

  • IE6 (Windows)
  • Mozilla 1.6 (Solaris) and 1.8a6 (Windows)
  • Opera 7.54u2 (Windows)
  • Firefox 1.0 (Windows)


...by mdavey and marclaporte + luci

Robust fix for PML in Tiki ?

A permanent fix would require some major work to Tiki. The page builder needs to be re-engineered to build the HTML body first (into a buffer), keeping track of usage of things like phplayers, then once the body is done, prepare the HTML header (with only the appropriate includes) and prepend to the buffer. Finally, send the HTTP headers followed by HTTP body (from the buffer). This approach has a number of other benefits:

  1. Possible to calculate the content-length and content-md5 and include those HTTP headers.
  2. Might make some of the caching algorithms simpler
  3. If #2 is true, once cached, sending HTTP HEAD responses is much easier
  4. If #2 is true, once cached, sending HTTP caching headers is possible

(i'm not usre what's this about and if it's really needed still) luci


Notes

[+]

Page last modified on Tuesday 01 August 2006 21:04:13 GMT-0000