You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I've noticed an issue in the extension checks done by the install script :
If the dom extension is missing, the install script asks the user to install the xml extension.
If the dom extension is present but the xml is not, the install script happily proceeds, but retrieving feeds will fail as SimplePie requires it.
Both extensions are required by FreshRSS I believe, and should have their own check.
The text was updated successfully, but these errors were encountered:
Thanks for the bug report. I thought the XML extension was always available, but indeed, it is possible to explicitly opt-out http://php.net/manual/xml.installation.php
If you have time, it would be great if you could make a pull request (otherwise, I will try to add a check before the next beta). See:
Hi,
I've noticed an issue in the extension checks done by the install script :
If the
dom
extension is missing, the install script asks the user to install thexml
extension.If the
dom
extension is present but thexml
is not, the install script happily proceeds, but retrieving feeds will fail as SimplePie requires it.Both extensions are required by FreshRSS I believe, and should have their own check.
The text was updated successfully, but these errors were encountered: