Code: Select all
Error Filename Message User Date
E_USER_WARNING (512) classes/db/prefs.php:108 Fatal error, unknown preferences key: deckyon 8:05
That is coming up every few minutes. I cannot tell what is going on because it is not giving the pref key where the error is. Any other ideas where to look for the full error? I am having no apparent issues with ttrss working, feeds update and are displayed across all my devices. I have made changes in the preferences, one at a time, to try and figure out which setting may be throwing it off. It isnt critical as everything appears to work normally. I am using Tiny Tiny RSS v1.7.9
Could it be something in the Custom Style Sheet? I get the errors with or without the code below.
Code: Select all
#ttrssMain #feedTree > .dijitTreeIsRoot:before{
content: "My Feeds" ;
}
#content-insert {
height: 75% !important;
}