I install the dolphin7 on nginx server,but can't use the forum
This is my error address http://dolphin7.boonex.cn/forum/
|
It seems like short open tag might not be enabled for your hosting. Ask your host to enable it or you could probably do it yourself with php.ini or htaccess depending on whether you have a cgi based server or apache module. Ask your host to enable short open tag first if possible. Also make sure xsl/xslt is enabled on your hosting account.
By the way boonex.cn is probably not a good choice of a website. DialMe.com - Your One and Only Source For Boonex Dolphin Tutorials and Resources |
The shrt open tag is on
http://us.boonex.cn/phpinfo.php
|
Your site seems down at the moment. It is difficult to test at the moment. Will try again later if I don't forget. DialMe.com - Your One and Only Source For Boonex Dolphin Tutorials and Resources |
I install the site again,please |
It seems the forum css and js |
It looks like you either need to enable short_open_tag, or PHP was not compiled with XSLT support. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Can some help me.
The new website URL is http://demo.boonex.cn/forum/
|
i don't know the exact reason but every < is showing < and > is showing > for example <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> is showing <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> so much to do.... |
have you played with the codes and replace htmlspecialchars from any file? so much to do.... |
You need to compile PHP with XSLT support. It's been a while since I've seen this problem, because Orca now checks for this extension before allowing itself to be installed. You probably moved servers or updated PHP without the proper extensions compiled. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Nathan is right, XSL extension isn't enabled or isn't compiled in your PHP setup. Rules → http://www.boonex.com/terms |
The problem is that you have very old buggy XSL extension - 1.1.17, please upgrade libxsl and recompile php with updated xsl library. Rules → http://www.boonex.com/terms |
How to update the xsl? I don't know the download address. |
How to update the xsl? I don't know the download address. You need to either recompile PHP with --with-xsl, or (if you installed PHP via this method) install the extension through your distribution's package manager. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |