-
Notifications
You must be signed in to change notification settings - Fork 344
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
"Can not refresh source Internal Server Error", and no ERROR message is logged. #1253
Comments
I would also check the response body in the browser developer tools and PHP or nginx logs. It might be that the PHP process is timing out or running out of memory. |
Thanks for your fast reply, all logs in /var/log give no hint. In my Chrome browser
While Console in Chrome development tools shows the following error when sending the request
|
Yeah, only POST request is supported for that URL. Try checking the response body in the Network panel of the devtools. |
P.S.
|
Hi, I change the storage engine from MySQL to sqlite3 and install the php-sqlite3 Should I close this issue now? |
If you want to help debugging, you can also try upgrading to the latest build instead of 2.18. But if you are fine with using SQLite (might be slower in some instances), feel free to close it. |
Also, did not notice you edited the comment. The |
Thanks for your help to fix this issue. If anything new results came out, I will update in this issue. P.S. I will check #1031 |
Environments:
Ubuntu Linux
nginx+fastCGI
php7.0
selfoss v2.18
Problem
When I refresh any single source, the browser alerts "Can not refresh source: Internal Server Error" in a warning dialog;
When I refresh all sources, the web page alerts "Can not refresh sources: Internal Server Error"
I have changed
logger_level=
tologger_level=DEBUG
in config.ini andset(DEBUG, 1)
in common.php, But nothing recorded.data/logs/default.log
do tell selfoss fetch the content successfully, such as:Strangely, Empty set is what I get when select items' record from MySQL
The text was updated successfully, but these errors were encountered: