- 🇨🇴Colombia juankvillegas
The solution for me was taken from this other issue comment 🐛 File not found web/update.php/selection Closed: outdated
location /update.php/ { rewrite ^/update.php/(.*)$ /update.php?q=$1 last; }
I use update.php to upgrade.
But issue happened:
Fixed
8.5 ⚰️
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
The solution for me was taken from this other issue comment 🐛 File not found web/update.php/selection Closed: outdated
location /update.php/ {
rewrite ^/update.php/(.*)$ /update.php?q=$1 last;
}