[pmwiki-users] Table closed too early

Patrick R. Michaud pmichaud at pobox.com
Thu Feb 8 10:36:18 CST 2007


On Thu, Feb 08, 2007 at 04:28:02PM +0100, Paulissen H (FDCW) wrote:
> Hi,
> 
> I'd like to ask if it is possible to track down any incompatibilities
> regarding recipes installed. 

Of course -- we'll definitely help find recipe conflicts.

> Should I just comment out the lines
> include_once("$FarmD/cookbook/scriptname.php"); at the end of the
> config.php one by one and refresh the page with the incorrect formatting
> every time? I've switched off the SectionEdit recipe before because of
> unexpected results; issues remain however...

That's generally a good approach -- if something works with a
recipe disabled and stops working when the recipe is enabled, that
tells us where to start looking for a problem.

> Rendering the table at the bottom of
> http://www.pmwiki.org/wiki/PmWiki/TextFormattingRules
> results in the following. The inclusion of ! in a cell seems to indicate
> that the table should be closed...

Normally a '!' in a cell is supposed to indicate table heading cells
instead of table data cells.  It shouldn't close the table.

> I'm using pmwiki-2.2.0-beta28 
> include_once("$FarmD/cookbook/pagetoc.php");
> include_once("$FarmD/cookbook/extendmarkup.php");
> include_once("$FarmD/cookbook/xmlrpc.php");
> include_once("$FarmD/scripts/authuser.php");
> include_once("$FarmD/cookbook/fox.php");

At http://www.pmichaud.com/sandbox/tableclose/pmwiki.php?n=Main.WikiSandbox
I tried the table with the above recipes enabled (at least, I think
they're enabled) and it seems to work fine, so it might not be a
recipe that's causing the problem.  Feel free to experiment with
pages on that site -- the admin password is 'quick'.

Hope this helps,

Pm



More information about the pmwiki-users mailing list