9
Here's what I got.
Firstly, it's almost pretty sure that the page's not loaded properly.
By checking the generated html code, I believe that at least a < / table> is missed.
The code seems to have an open < table> tag without a close one.
Here's my template management page.
.....
table>
<br />
td>
<td align='left' valign='top' width='82%'>
<div class='content'><br />
<h4 style="text-align:left">template managementh4><table width="100%" cellspacing="1" class="outer"><tr align="center"><th width="25%">nameth><th>createdth><th>templatesth><th>actionth><th> th>tr><tr class="odd" align="center"><td class="head">default<br /><br /><span style="font-weight:normal;">XOOPS2 Default Template Setspan>td><td>2004/2/18td><td align="left"><ul><ul><li>= News = [<a href="admin.php?fct=tplsets&op=listtpl&tplset=default&moddir=news">lista> (<b>11b>)]li>
.....
<li>= Download = [<a href="admin.php?fct=tplsets&op=listtpl&tplset=default&moddir=wfdownloads">lista> (<b>14b>)]li>
***** file end *****
** some of the template lists are omitted as " .... "
I tried to read the code of the main.php file in modules\system\admin\tplsets.
However, it seems to be too hard to understand the code thoroughly.
Can anyone help ?
Besides, although there's no error in "PHP debug" or "Smarty Debug", it seems pretty weird that while I turned the "MySQL debug" on.
Normally with a pop-up window indicating what sql command's been excuted.
However, while entering my template management page, there's no SQL script pop-up window.
It seemed to me that the SQL command's not been excuted at all.
Is that normal ?
Is it possible that maybe some strange sql scripts stopped the page from being loaded properly ?