Skip to content

Commit

Permalink
yup
Browse files Browse the repository at this point in the history
  • Loading branch information
dvikan committed Dec 29, 2023
1 parent 178bd18 commit 2c3555a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,10 @@ As root:

sudo bin/cache-clear

### How to remove all expired cache items

bin/cache-clear

### How to fix "PHP Fatal error: Uncaught Exception: The FileCache path is not writable"

```shell
Expand All @@ -289,13 +293,13 @@ chmod 777 -R /var/www/rss-bridge/cache
rm -rf /var/www/rss-bridge/cache/ && mkdir /var/www/rss-bridge/cache/
```

### How to fix "attempt to write a readonly database" (sqlite)
### How to fix "attempt to write a readonly database"

The sqlite files (db, wal and shm) are not writeable.

chown -v rss-bridge:rss-bridge cache/*

### How to fix "Unable to prepare statement: 1, no such table: storage" (sqlite)
### How to fix "Unable to prepare statement: 1, no such table: storage"

rm cache/*

Expand Down

0 comments on commit 2c3555a

Please sign in to comment.