仅显示“ ion_auth”的页面

时间:2019-01-05 07:03:42

标签: php codeigniter ion-auth

尝试在本地运行我的网站,并且在浏览器中看到的所有内容均为“ ion_auth”,没有错误或其他任何信息。没有其他东西在加载。代码最终在检查器中看起来像这样

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:template match="/">

    <html>
    <head>
    </head>
    <body>
    <xsl:apply-templates/>
    <xsl:text disable-output-escaping="yes">&lt;/div></xsl:text>
    </body>
    </html>
</xsl:template>

<xsl:template match="title">
    <div style="border: 3px solid red;">
        <h1><xsl:value-of select="."/></h1>
    </div>
    <xsl:text disable-output-escaping="yes">&lt;div style="border: 3px solid blue></xsl:text>
</xsl:template>

<xsl:template match="para">
    <div style="border: 3px solid green;">
        <xsl:value-of select="."/>
    </div>
</xsl:template>

</xsl:stylesheet>

有人遇到这个问题吗?

1 个答案:

答案 0 :(得分:0)

更改离子库...,如果它不起作用...请尝试在没有离子库的情况下加载页面...在各个位置注释离子库代码,并从自动加载中删除离子并进行调试。 / p>