Closed Wei-Xia closed 6 years ago
Hi,
Unfortunately I couldn't reproduce the bug.
Please state your installation steps including OS distro, PHP version and database type.
Close due to inactivity.
@HenryQW Hi, I met the same question. I used two docker containers follow https://github.com/clue/docker-ttrss . And the php version is 5.5.9, the PostgreSQL version is 9.3.4. When I try to open mercury_fulltext setting, there is no input just like the first picture @Wei-Xia attached. By checking the system log, I found this error, Do you have any idea how to solve this error? Thanks!
@xdober You are using an image that has been failing to build for 2 years, https://hub.docker.com/r/clue/ttrss/builds/, I wouldn't be surprised if you run into any error.
I think print_hidden()
was introduced by ttrss in that period therefore your container doesn't have it.
Try to use a newer ttrss image. https://github.com/HenryQW/docker-ttrss-plugins
@HenryQW Now it works. Thank you a lot!
Hey there,
I added this plugin into plugins folder, and it showed up on localhost. However, I can't update with API key. (I could see Get fulltext via Mercury Parser in each sub)
Please see screenshots below for more details.
Do you have any idea how to solve this issue? Thanks!