- Posts: 7245
- Thank you received: 566
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
This category is for K 1.7 issues only.
To get started please see
K 1.6 & K 1.7 Installation Guide
in our
Documentation Wiki
Question Another blank page during upgrade 1.5.12->1.6RC1
15 years 8 months ago #59368
by Matias
Replied by Matias on topic Re: Another blank page during upgrade 1.5.12->1.6RC1
DOMDocument is needed for almost all new PHP5 software as it's the only decent way to parse XML files. PHP has supported it for over 5 years and it is installed by default in every PHP environment. So someone has turned it off.
We can add check for this into the installer, though..
We can add check for this into the installer, though..
Please Log in or Create an account to join the conversation.
15 years 8 months ago #59450
by huxley
Replied by huxley on topic Re: Another blank page during upgrade 1.5.12->1.6RC1
So, how can I see if my server has turned DOMDocument off? Via phpinfo()?
Thanks,
H.
Thanks,
H.
Please Log in or Create an account to join the conversation.
15 years 8 months ago #59487
by Matias
Replied by Matias on topic Re: Another blank page during upgrade 1.5.12->1.6RC1
Yes, it is not listed in there if it's turned of.
Please Log in or Create an account to join the conversation.
15 years 8 months ago #59505
by huxley
Replied by huxley on topic Re: Another blank page during upgrade 1.5.12->1.6RC1
Unlucky I can't find any "DOMDocument" in Php Info, and in Configure Command I read also: '--disable-dom'
Is this the problem?
Thanks,
H.
Is this the problem?
Thanks,
H.
Please Log in or Create an account to join the conversation.
15 years 8 months ago #60251
by Matias
Replied by Matias on topic Re: Another blank page during upgrade 1.5.12->1.6RC1
Yes, because of Kunena doesn't run without DOM extension.
Please Log in or Create an account to join the conversation.
Time to create page: 0.209 seconds