Davis, thanks. Just did it (five files in total with .css and .js extensions), but the homepage is still a blank screen.
But I just realized I can see the /admin#/ page. From that I can see that the three extensions I had installed (sijad's Links and Pages extensions and s9e's media-embed) are activated but not actually working.
For example, when sijad's extensions are activated they're supposed to show two additional link items in the Admin menu at left, but in this case they are not showing up there. I can deactivate them and reactivate again without errors, but it still doesn't make the menu items for them show up.
Update: ...
I tried to reinstall them using the regular install commands (e.g., $ composer require ...
), which appears to work without problem through the re-install process, but then when deactivating/activating again, the extensions threw "500 Internal Server Error". It's Klingon to me, but it seems to be saying there are some database conflicts. Here's extract from the top of the long error:
POST http://domain.tld/api/extensions/sijad-pages
{
"errors": [
{
"code": 500,
"title": "Internal server error",
"detail": "exception 'PDOException' with message 'SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'pages' already exists' in /Users/me/Sites/discuss/vendor/illuminate/database/Connection.php:390\nStack trace:\n#0
It goes on with a bunch more /Users/me...
errors with trace numbers.
I'm guessing the plugins might be part of the problem. How would I get them working again?