-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rss not working #140
Comments
As we discussed in another issue, it may be related to the php installation that may miss some modules. |
I checked with
However the rss page is still a blank page. It is not that important for me to have rss but I would be happy if rss was working. Thank you. |
php should have logs stored somewhere. maybe in /var/log, or an "error_log" directive should be enabled in php.ini or in the pool configuration to get errors from the app. At least to confirm there is an error, when you call the rss.php with curl -I, what is the return code ? (should be 500 if there is an error) |
So I guess there is an erro if I will try to check the logs later when I have more time... |
Hi,
I installed a Yunohost server https://doc.yunohost.org/en/overview/what_is_yunohost on a Debian 12 (Raspberry Pi 5). I installed a "my_webapp" app on this Yunohost server https://github.com/YunoHost-Apps/my_webapp_ynh , it provides a way to deploy MinigalNano static files.
In my "my_webapp" app I can choose different PHP versions, 7.4, 8.0, 8.1, 8.2, 8.3.
I am using PHP 7.4
The rss page is blank and is not working.
Thank you for any help.
The text was updated successfully, but these errors were encountered: